Compare commits
22 commits
Author | SHA1 | Date | |
---|---|---|---|
|
fca1b7792e | ||
|
a70b976313 | ||
1a9a07b053 | |||
ca9e6741de | |||
16eaf7dfc5 | |||
98a87005b0 | |||
af720569bc | |||
54a5f33151 | |||
af8e46110c | |||
51e0c294b5 | |||
fbb179e803 | |||
b20f043551 | |||
0d7c0bbd7d | |||
ad9426a871 | |||
2d0183f797 | |||
efbba335a7 | |||
|
4f2da16910 | ||
|
64ebee326b | ||
|
1214feb42a | ||
|
408acaef88 | ||
|
b7c12bae1f | ||
|
a63ca6e2b0 |
169 changed files with 31513 additions and 88 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,4 +7,4 @@
|
|||
pubspec.lock
|
||||
|
||||
# Testing
|
||||
bin/
|
||||
test.dart
|
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,7 +1,28 @@
|
|||
## 1.1.1
|
||||
# 1.3.0
|
||||
- Renamed `calculateIntents` to `intentsCalculator`
|
||||
- Add set slashcommands
|
||||
- Add GuildDiscoverySplash
|
||||
- Adding Docs in Guild Class
|
||||
- Fix `guild_icon`
|
||||
- Fix `guild_splash`
|
||||
- Removed `base_image`
|
||||
- Removed `notUpdatedGuild` from UnavailableGuild
|
||||
|
||||
# 1.2.0
|
||||
- Add `client`
|
||||
- Add Event Emitter/Listener (`client.on`)
|
||||
- Add GatewayIntentsBits class
|
||||
- Add Event Class
|
||||
- Add Event `Ready`
|
||||
- Add Event `GuildCreate`
|
||||
- Add Event `GuildDelete`
|
||||
- Add Event `InteractionCreate`
|
||||
- Add many classes
|
||||
|
||||
# 1.1.1
|
||||
- Fix readme
|
||||
|
||||
## 1.1.0
|
||||
# 1.1.0
|
||||
- Changed `webhookclient.send() -> webhookclient.sendText()`
|
||||
- Add `webhookclient.send(String content, List<Map<String, dynamic>> embeds)`
|
||||
- Add `webhookclient.edit(String message-id, {String content, List<Map<String, dynamic>> embeds})`
|
||||
|
@ -9,6 +30,6 @@
|
|||
- Add `webhookclient.get(String message-id)`
|
||||
- Add `webhookclient.delete(String message-id)`
|
||||
|
||||
## 1.0.0
|
||||
# 1.0.0
|
||||
|
||||
- Initial version.
|
||||
|
|
33
README.md
33
README.md
|
@ -1,19 +1,22 @@
|
|||
# discord.dart
|
||||
[![Pub](https://img.shields.io/pub/v/tn_discord?color=red&logo=dart)](https://github.com/ThunderNetworkRaD/discord.dart)
|
||||
[![Pub](https://img.shields.io/pub/v/tn_discord?color=red&logo=dart)](https://github.com/ThunderNetworkRaD/discord-dart)
|
||||
|
||||
This package is work in progress.
|
||||
⚠️ We don't have tested on Flutter & on Web.
|
||||
|
||||
## Webhooks
|
||||
⚠️ This package is work in progress.
|
||||
|
||||
### Initializations
|
||||
```dart
|
||||
import 'package:tn_discord/tn_discord.dart';
|
||||
main() {
|
||||
const webhook = WebookClient(/*Webhook Options*/);
|
||||
}
|
||||
```
|
||||
### Webhook Options
|
||||
- url: String
|
||||
- id: String
|
||||
- token: String
|
||||
url overrides id and token
|
||||
## Package Versions
|
||||
How we use package versions?
|
||||
a.b.c-d
|
||||
|
||||
- a: Big Relase, Rewrites, etc
|
||||
- b: Small Relase, Small Features, like add a class
|
||||
- c: Bug Fixes, Template Fixes, Documentation Updates
|
||||
- d: Beta or Relase Number
|
||||
|
||||
## Credits
|
||||
We took inspiration from [discord.js](https://github.com/discordjs/discord.js) and [Grapes-discord.grapes](https://github.com/BlackdestinyXX/Grapes-discord.grapes).
|
||||
|
||||
### Packages
|
||||
- [http](https://pub.dev/packages/http) by dart.dev (BSD-3-Clause)
|
||||
- [events-emitter](https://pub.dev/packages/events_emitter) by drafakiller.com (MIT)
|
||||
|
|
111
doc/api/__404error.html
Normal file
111
doc/api/__404error.html
Normal file
|
@ -0,0 +1,111 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="generator" content="made with love by dartdoc 6.2.2">
|
||||
<meta name="description" content="tn_discord API docs, for the Dart programming language.">
|
||||
<title>tn_discord - Dart API docs</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="static-assets/styles.css?v1">
|
||||
<link rel="icon" href="static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li class="self-crumb">tn_discord package</li>
|
||||
</ol>
|
||||
<div class="self-name">tn_discord</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<h1>404: Something's gone wrong :-(</h1>
|
||||
|
||||
<section class="desc">
|
||||
<p>You've tried to visit a page that doesn't exist. Luckily this site
|
||||
has other <a href="index.html">pages</a>.</p>
|
||||
<p>If you were looking for something specific, try searching:
|
||||
<form class="search-body" role="search">
|
||||
<input type="text" id="search-body" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
</section>
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li class="self-crumb">tn_discord package</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5><span class="package-name">tn_discord</span> <span class="package-kind">package</span></h5>
|
||||
<ol>
|
||||
<li class="section-title">Libraries</li>
|
||||
<li><a href="tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
1
doc/api/categories.json
Normal file
1
doc/api/categories.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
141
doc/api/index.html
Normal file
141
doc/api/index.html
Normal file
|
@ -0,0 +1,141 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="generator" content="made with love by dartdoc 6.2.2">
|
||||
<meta name="description" content="tn_discord API docs, for the Dart programming language.">
|
||||
<title>tn_discord - Dart API docs</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="static-assets/styles.css?v1">
|
||||
<link rel="icon" href="static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li class="self-crumb">tn_discord package</li>
|
||||
</ol>
|
||||
<div class="self-name">tn_discord</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
|
||||
<section class="desc markdown">
|
||||
<h1 id="discorddart">discord.dart</h1>
|
||||
<p><a href="https://github.com/ThunderNetworkRaD/discord.dart"><img src="https://img.shields.io/pub/v/tn_discord?color=red&logo=dart" alt="Pub"></a></p>
|
||||
<p>This package is work in progress.</p>
|
||||
<h2 id="webhooks">Webhooks</h2>
|
||||
<h3 id="initializations">Initializations</h3>
|
||||
<pre class="language-dart"><code class="language-dart">import 'package:tn_discord/tn_discord.dart';
|
||||
main() {
|
||||
const webhook = WebookClient(/*Webhook Options*/);
|
||||
}
|
||||
</code></pre>
|
||||
<h3 id="webhook-options">Webhook Options</h3>
|
||||
<ul>
|
||||
<li>url: String</li>
|
||||
<li>id: String</li>
|
||||
<li>token: String
|
||||
url overrides id and token</li>
|
||||
</ul>
|
||||
<h2 id="credits">Credits</h2>
|
||||
<p>We took inspiration from <a href="https://github.com/discordjs/discord.js">discord.js</a> and <a href="https://github.com/BlackdestinyXX/Grapes-discord.grapes">Grapes-discord.grapes</a>.</p>
|
||||
<h3 id="packages">Packages</h3>
|
||||
<ul>
|
||||
<li><a href="https://pub.dev/packages/http">http</a> by dart.dev (BSD-3-Clause)</li>
|
||||
<li><a href="https://pub.dev/packages/events_emitter">events-emitter</a> by drafakiller.com (MIT)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary">
|
||||
<h2>Libraries</h2>
|
||||
<dl>
|
||||
<dt id="tn_discord">
|
||||
<span class="name"><a href="tn_discord/tn_discord-library.html">tn_discord</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li class="self-crumb">tn_discord package</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5 class="hidden-xs"><span class="package-name">tn_discord</span> <span class="package-kind">package</span></h5>
|
||||
<ol>
|
||||
<li class="section-title">Libraries</li>
|
||||
<li><a href="tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
1
doc/api/index.json
Normal file
1
doc/api/index.json
Normal file
File diff suppressed because one or more lines are too long
101
doc/api/search.html
Normal file
101
doc/api/search.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="generator" content="made with love by dartdoc 6.2.2">
|
||||
<meta name="description" content="tn_discord API docs, for the Dart programming language.">
|
||||
<title>tn_discord - Dart API docs</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="static-assets/styles.css?v1">
|
||||
<link rel="icon" href="static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="./" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="index.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Search</li>
|
||||
</ol>
|
||||
<div class="self-name">tn_discord</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="index.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Search</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5 class="hidden-xs"><span class="package-name">tn_discord</span> <span class="package-kind">package</span></h5>
|
||||
<ol>
|
||||
<li class="section-title">Libraries</li>
|
||||
<li><a href="tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
5922
doc/api/static-assets/docs.dart.js
Normal file
5922
doc/api/static-assets/docs.dart.js
Normal file
File diff suppressed because one or more lines are too long
16
doc/api/static-assets/docs.dart.js.map
Normal file
16
doc/api/static-assets/docs.dart.js.map
Normal file
File diff suppressed because one or more lines are too long
BIN
doc/api/static-assets/favicon.png
Normal file
BIN
doc/api/static-assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
99
doc/api/static-assets/github.css
Normal file
99
doc/api/static-assets/github.css
Normal file
|
@ -0,0 +1,99 @@
|
|||
/*
|
||||
|
||||
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
padding: 0.5em;
|
||||
color: #333;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #998;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-subst {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-literal,
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag .hljs-attr {
|
||||
color: #008080;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-doctag {
|
||||
color: #d14;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-section,
|
||||
.hljs-selector-id {
|
||||
color: #900;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-type,
|
||||
.hljs-class .hljs-title {
|
||||
color: #458;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-attribute {
|
||||
color: #000080;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-regexp,
|
||||
.hljs-link {
|
||||
color: #009926;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #990073;
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name {
|
||||
color: #0086b3;
|
||||
}
|
||||
|
||||
.hljs-meta {
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #dfd;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
775
doc/api/static-assets/highlight.pack.js
Normal file
775
doc/api/static-assets/highlight.pack.js
Normal file
File diff suppressed because one or more lines are too long
1
doc/api/static-assets/play_button.svg
Normal file
1
doc/api/static-assets/play_button.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="68" viewBox="0 0 17.992 17.992"><path d="M17.992 8.996A8.996 8.996 0 1 0 0 8.996a8.996 8.996 0 0 0 17.992 0m-2.23 0l-9.895 5.713V3.282l9.896 5.714h2.229z" fill-opacity=".198"/><path d="M15.763 8.996l-9.896 5.713V3.283z" fill="#7d7d7d" fill-opacity=".821"/></svg>
|
After Width: | Height: | Size: 321 B |
22
doc/api/static-assets/readme.md
Normal file
22
doc/api/static-assets/readme.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# highlight.js
|
||||
|
||||
Generated from https://highlightjs.org/download/ on 2021-07-13
|
||||
|
||||
**Included languages:**
|
||||
|
||||
* bash
|
||||
* c
|
||||
* css
|
||||
* dart
|
||||
* diff
|
||||
* html, xml
|
||||
* java
|
||||
* javascript
|
||||
* json
|
||||
* kotlin
|
||||
* markdown
|
||||
* objective-c
|
||||
* plaintext
|
||||
* shell
|
||||
* swift
|
||||
* yaml
|
1
doc/api/static-assets/search.svg
Normal file
1
doc/api/static-assets/search.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m19.55 20.575-6.3-6.275q-.75.625-1.725.975-.975.35-2 .35-2.575 0-4.35-1.775Q3.4 12.075 3.4 9.5q0-2.55 1.775-4.338 1.775-1.787 4.35-1.787 2.55 0 4.325 1.775 1.775 1.775 1.775 4.35 0 1.075-.35 2.05-.35.975-.95 1.7l6.275 6.275Zm-10.025-6.45q1.925 0 3.263-1.35 1.337-1.35 1.337-3.275 0-1.925-1.337-3.275-1.338-1.35-3.263-1.35-1.95 0-3.287 1.35Q4.9 7.575 4.9 9.5q0 1.925 1.338 3.275 1.337 1.35 3.287 1.35Z"/></svg>
|
After Width: | Height: | Size: 481 B |
1200
doc/api/static-assets/styles.css
Normal file
1200
doc/api/static-assets/styles.css
Normal file
File diff suppressed because it is too large
Load diff
306
doc/api/tn_discord/Channel-class.html
Normal file
306
doc/api/tn_discord/Channel-class.html
Normal file
|
@ -0,0 +1,306 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Channel class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Channel class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Channel class</li>
|
||||
</ol>
|
||||
<div class="self-name">Channel</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Channel</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Channel" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Channel/Channel.html">Channel</a></span><span class="signature">(<span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span><span class="parameter" id="-param-data"><span class="type-annotation">dynamic</span> <span class="parameter-name">data</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="id" class="property">
|
||||
<span class="name"><a href="../tn_discord/Channel/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="name" class="property">
|
||||
<span class="name"><a href="../tn_discord/Channel/name.html">name</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="send" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Channel/send.html">send</a></span><span class="signature">(<wbr><span class="parameter" id="send-param-message"><span class="type-annotation"><a href="../tn_discord/Message-class.html">Message</a></span> <span class="parameter-name">message</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/MessageSent-class.html">MessageSent</a></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Channel class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Channel-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Channel/Channel.html">Channel</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/Channel-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/Channel/id.html">id</a></li>
|
||||
<li><a href="../tn_discord/Channel/name.html">name</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Channel-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../tn_discord/Channel/send.html">send</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Channel-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
150
doc/api/tn_discord/Channel/Channel.html
Normal file
150
doc/api/tn_discord/Channel/Channel.html
Normal file
|
@ -0,0 +1,150 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Channel constructor from Class Channel from the tn_discord library, for the Dart programming language.">
|
||||
<title>Channel constructor - Channel - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">Channel constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Channel</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Channel</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Channel</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-data"><span class="type-annotation">dynamic</span> <span class="parameter-name">data</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Channel(this._sender, data) {
|
||||
id = data["id"];
|
||||
name = data["name"];
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">Channel constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Channel class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Channel/Channel.html">Channel</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Channel-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Channel/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Channel/name.html">name</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Channel/send.html">send</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Channel-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
146
doc/api/tn_discord/Channel/id.html
Normal file
146
doc/api/tn_discord/Channel/id.html
Normal file
|
@ -0,0 +1,146 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the id property from the Channel class, for the Dart programming language.">
|
||||
<title>id property - Channel class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
<div class="self-name">id</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">id</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">id</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String id = '';</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Channel class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Channel/Channel.html">Channel</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Channel-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Channel/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Channel/name.html">name</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Channel/send.html">send</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Channel-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
146
doc/api/tn_discord/Channel/name.html
Normal file
146
doc/api/tn_discord/Channel/name.html
Normal file
|
@ -0,0 +1,146 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the name property from the Channel class, for the Dart programming language.">
|
||||
<title>name property - Channel class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">name property</li>
|
||||
</ol>
|
||||
<div class="self-name">name</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">name</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">name</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String name = '';</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">name property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Channel class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Channel/Channel.html">Channel</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Channel-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Channel/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Channel/name.html">name</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Channel/send.html">send</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Channel-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
153
doc/api/tn_discord/Channel/send.html
Normal file
153
doc/api/tn_discord/Channel/send.html
Normal file
|
@ -0,0 +1,153 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the send method from the Channel class, for the Dart programming language.">
|
||||
<title>send method - Channel class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">send method</li>
|
||||
</ol>
|
||||
<div class="self-name">send</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">send</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/MessageSent-class.html">MessageSent</a></span>></span></span>
|
||||
<span class="name ">send</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="send-param-message"><span class="type-annotation"><a href="../../tn_discord/Message-class.html">Message</a></span> <span class="parameter-name">message</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Future<MessageSent> send(Message message) async {
|
||||
await _sender.send(message, id);
|
||||
return MessageSent(message, id: id);
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li class="self-crumb">send method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Channel class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Channel/Channel.html">Channel</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Channel-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Channel/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Channel/name.html">name</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Channel-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Channel/send.html">send</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Channel-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
294
doc/api/tn_discord/ChannelManager-class.html
Normal file
294
doc/api/tn_discord/ChannelManager-class.html
Normal file
|
@ -0,0 +1,294 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the ChannelManager class from the tn_discord library, for the Dart programming language.">
|
||||
<title>ChannelManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">ChannelManager class</li>
|
||||
</ol>
|
||||
<div class="self-name">ChannelManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">ChannelManager</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="ChannelManager" class="callable">
|
||||
<span class="name"><a href="../tn_discord/ChannelManager/ChannelManager.html">ChannelManager</a></span><span class="signature">(<span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span><span class="parameter" id="-param-channels"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Channel-class.html">Channel</a></span>></span></span> <span class="parameter-name">channels</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="cache" class="property">
|
||||
<span class="name"><a href="../tn_discord/ChannelManager/cache.html">cache</a></span>
|
||||
<span class="signature">→ <a href="../tn_discord/Collection-class.html">Collection</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="fetch" class="callable">
|
||||
<span class="name"><a href="../tn_discord/ChannelManager/fetch.html">fetch</a></span><span class="signature">(<wbr><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Channel-class.html">Channel</a></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">ChannelManager class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/ChannelManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager/ChannelManager.html">ChannelManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/ChannelManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/ChannelManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/ChannelManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/ChannelManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
150
doc/api/tn_discord/ChannelManager/ChannelManager.html
Normal file
150
doc/api/tn_discord/ChannelManager/ChannelManager.html
Normal file
|
@ -0,0 +1,150 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the ChannelManager constructor from Class ChannelManager from the tn_discord library, for the Dart programming language.">
|
||||
<title>ChannelManager constructor - ChannelManager - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">ChannelManager constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">ChannelManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">ChannelManager</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">ChannelManager</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-channels"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Channel-class.html">Channel</a></span>></span></span> <span class="parameter-name">channels</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">ChannelManager(this._sender, List<Channel> channels) {
|
||||
for (var channel in channels) {
|
||||
cache.set(channel.id, channel);
|
||||
}
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">ChannelManager constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>ChannelManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/ChannelManager.html">ChannelManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/ChannelManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/ChannelManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/ChannelManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/ChannelManager/cache.html
Normal file
145
doc/api/tn_discord/ChannelManager/cache.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the cache property from the ChannelManager class, for the Dart programming language.">
|
||||
<title>cache property - ChannelManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
<div class="self-name">cache</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">cache</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/Collection-class.html">Collection</a>
|
||||
<span class="name ">cache</span>
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">final Collection cache = Collection();</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>ChannelManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/ChannelManager.html">ChannelManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/ChannelManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/ChannelManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/ChannelManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/ChannelManager/fetch.html
Normal file
154
doc/api/tn_discord/ChannelManager/fetch.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the fetch method from the ChannelManager class, for the Dart programming language.">
|
||||
<title>fetch method - ChannelManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
<div class="self-name">fetch</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">fetch</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Channel-class.html">Channel</a></span>></span></span>
|
||||
<span class="name ">fetch</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Future<Channel> fetch(String id) async {
|
||||
var res = await _sender.fetchChannel(id);
|
||||
dynamic channel = Channel(_sender, res);
|
||||
cache.set(channel.id, channel);
|
||||
return channel;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>ChannelManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/ChannelManager.html">ChannelManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/ChannelManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/ChannelManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/ChannelManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/ChannelManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/ChannelManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
510
doc/api/tn_discord/Client-class.html
Normal file
510
doc/api/tn_discord/Client-class.html
Normal file
|
@ -0,0 +1,510 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Client class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Client class</li>
|
||||
</ol>
|
||||
<div class="self-name">Client</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Client</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>The main hub for interacting with the Discord API, and the starting point for any bot.</p>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<ul class="gt-separated dark clazz-relationships">
|
||||
<li><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></li>
|
||||
<li><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter-class.html">EventEmitter</a></li>
|
||||
<li>Client</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Client" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Client/Client.html">Client</a></span><span class="signature">(<span class="parameter" id="-param-intents">{<span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span> <span class="parameter-name">intents</span> = <span class="default-value">0</span>}</span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
Create a new Client.
|
||||
<a href="../tn_discord/Client/intents.html">intents</a> Intents to enable for this connection, it's a multiple of two.
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="guilds" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/guilds.html">guilds</a></span>
|
||||
<span class="signature">↔ <a href="../tn_discord/GuildManager-class.html">GuildManager</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="intents" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/intents.html">intents</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="listeners" class="property inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Set-class.html">Set</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventListener-class.html">EventListener</a></span>></span></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
List of all listeners active in the emitter.
|
||||
<div class="features"><span class="feature">final</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="resumeGatewayURL" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="sessionID" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/sessionID.html">sessionID</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="token" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/token.html">token</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="ws" class="property">
|
||||
<span class="name"><a href="../tn_discord/Client/ws.html">ws</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-io/WebSocket-class.html">WebSocket</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="addEventListener" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="addEventListener-param-listener"><span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventListener-class.html">EventListener</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> <span class="parameter-name">listener</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Adds a listener to the emitter.
|
||||
When an event is emitted, the listeners added will be matched.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="emit" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="emit-param-type"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">type</span>, </span><span class="parameter" id="emit-param-data">[<span class="type-annotation">T?</span> <span class="parameter-name">data</span>]</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Emit a event with a specific <strong>event type</strong> and <strong>data type</strong>.
|
||||
This will broadcast the message to all listeners that match the same <strong>event type</strong> and <strong>data type</strong>.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="emitEvent" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></span><span class="signature"><<wbr><span class="type-parameter">T extends <a href="https://pub.dev/documentation/events_emitter/0.5.2/event/Event-class.html">Event</a></span>></span><span class="signature">(<wbr><span class="parameter" id="emitEvent-param-event"><span class="type-annotation">T</span> <span class="parameter-name">event</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Emits an event to all listeners.
|
||||
This will broadcast the event to all listeners that match the same <strong>event type</strong> and <strong>data type</strong>.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="login" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Client/login.html">login</a></span><span class="signature">(<wbr><span class="parameter" id="login-param-token"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">token</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Logs the client in, establishing a WebSocket connection to Discord.
|
||||
<code>token</code> is the token of the account to log in with.
|
||||
Get the token from <a href="https://discord.dev">https://discord.dev</a>
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="off" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="off-param-type">{<span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">type</span>, </span><span class="parameter" id="off-param-callback"><span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventCallback.html">EventCallback</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span>?</span> <span class="parameter-name">callback</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Remove an attached listener, by <strong>event type</strong>, <strong>data type</strong> and <strong>callback</strong>...
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="on" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="on-param-type"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">type</span>, </span><span class="parameter" id="on-param-callback"><span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventCallback.html">EventCallback</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> <span class="parameter-name">callback</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventListener-class.html">EventListener</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Attach a listener to an emitter.
|
||||
Calls the <code>callback</code> whenever there's a new event of the specified <strong>event type</strong> and <strong>data type</strong>.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="onAny" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="onAny-param-callback"><span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventCallback.html">EventCallback</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> <span class="parameter-name">callback</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventListener-class.html">EventListener</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Same as <a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a> but without a type.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="once" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="once-param-type"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">type</span>, </span><span class="parameter" id="once-param-callback">[<span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventCallback.html">EventCallback</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span>?</span> <span class="parameter-name">callback</span>]</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Same as <a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a> but with a callback that is only called once.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="removeEventListener" class="callable inherited">
|
||||
<span class="name"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></span><span class="signature"><<wbr><span class="type-parameter">T</span>></span><span class="signature">(<wbr><span class="parameter" id="removeEventListener-param-listener"><span class="type-annotation"><a href="https://pub.dev/documentation/events_emitter/0.5.2/listener/EventListener-class.html">EventListener</a><span class="signature"><<wbr><span class="type-parameter">T</span>></span></span> <span class="parameter-name">listener</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Removes a listener from the emitter.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Client class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/Client/Client.html
Normal file
163
doc/api/tn_discord/Client/Client.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Client constructor from Class Client from the tn_discord library, for the Dart programming language.">
|
||||
<title>Client constructor - Client - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">Client constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Client</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Client</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Client</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-intents">{<span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span> <span class="parameter-name">intents</span> = <span class="default-value">0</span>}</span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Create a new Client.
|
||||
<a href="../../tn_discord/Client/intents.html">intents</a> Intents to enable for this connection, it's a multiple of two.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Client({this.intents = 0});</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">Client constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/guilds.html
Normal file
159
doc/api/tn_discord/Client/guilds.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the guilds property from the Client class, for the Dart programming language.">
|
||||
<title>guilds property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">guilds property</li>
|
||||
</ol>
|
||||
<div class="self-name">guilds</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">guilds</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/GuildManager-class.html">GuildManager</a>
|
||||
<span class="name ">guilds</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">late GuildManager guilds;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">guilds property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/intents.html
Normal file
159
doc/api/tn_discord/Client/intents.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the intents property from the Client class, for the Dart programming language.">
|
||||
<title>intents property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">intents property</li>
|
||||
</ol>
|
||||
<div class="self-name">intents</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">intents</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
<span class="name ">intents</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">int intents;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">intents property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
283
doc/api/tn_discord/Client/login.html
Normal file
283
doc/api/tn_discord/Client/login.html
Normal file
|
@ -0,0 +1,283 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the login method from the Client class, for the Dart programming language.">
|
||||
<title>login method - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">login method</li>
|
||||
</ol>
|
||||
<div class="self-name">login</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">login</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">login</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="login-param-token"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">token</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Logs the client in, establishing a WebSocket connection to Discord.
|
||||
<code>token</code> is the token of the account to log in with.
|
||||
Get the token from <a href="https://discord.dev">https://discord.dev</a></p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">login(String token) async {
|
||||
final websocket = await requestWebSocketURL();
|
||||
|
||||
this.token = token;
|
||||
|
||||
ws = await WebSocket.connect(websocket);
|
||||
|
||||
dynamic payload = {
|
||||
"op": 2,
|
||||
'd': {
|
||||
"token": token,
|
||||
"intents": intents,
|
||||
"properties": {
|
||||
"os": Platform.operatingSystem,
|
||||
"browser": "tn_discord",
|
||||
"device": "tn_discord",
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
ws.add(json.encode(payload));
|
||||
|
||||
reconnect() async {
|
||||
payload = {
|
||||
"op": 6,
|
||||
"d": {"token": token, "session_id": sessionID, "seq": 1337}
|
||||
};
|
||||
|
||||
ws = await WebSocket.connect(resumeGatewayURL);
|
||||
ws.add(json.encode(payload));
|
||||
}
|
||||
|
||||
sendHeartBeat() {
|
||||
payload = {"op": 1, "d": null};
|
||||
ws.add(json.encode(payload));
|
||||
}
|
||||
|
||||
heartbeatsender(int ms) {
|
||||
double jitter = 0.8; // number from 0 to 1
|
||||
Timer.periodic(Duration(milliseconds: (ms * jitter).round()), (timer) {
|
||||
sendHeartBeat();
|
||||
});
|
||||
}
|
||||
|
||||
Sender sender = Sender(token);
|
||||
var i = await sender.getServers();
|
||||
|
||||
List<Guild> gg = [];
|
||||
|
||||
for (dynamic g in i) {
|
||||
gg.add(Guild(sender, g));
|
||||
}
|
||||
|
||||
guilds = GuildManager(sender, gg);
|
||||
|
||||
int n = i.length;
|
||||
|
||||
ws.listen((event) {
|
||||
event = json.decode(event);
|
||||
|
||||
switch (event["op"]) {
|
||||
case 1:
|
||||
sendHeartBeat();
|
||||
break;
|
||||
case 10:
|
||||
heartbeatsender(event["d"]["heartbeat_interval"]);
|
||||
break;
|
||||
case 7:
|
||||
case 9:
|
||||
reconnect();
|
||||
break;
|
||||
}
|
||||
|
||||
var eventName = event["t"];
|
||||
|
||||
switch (eventName) {
|
||||
case "READY":
|
||||
resumeGatewayURL = event["d"]["resume_gateway_url"];
|
||||
sessionID = event["d"]["session_id"];
|
||||
break;
|
||||
case "GUILD_CREATE":
|
||||
guilds.cache.set(event["d"]["id"], Guild(sender, event["d"]));
|
||||
if (n > 1) {
|
||||
n--;
|
||||
} else {
|
||||
emit("READY");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}, onDone: () {
|
||||
switch (ws.closeCode) {
|
||||
case 4000:
|
||||
case 4001:
|
||||
case 4002:
|
||||
case 4003:
|
||||
case 4005:
|
||||
case 4007:
|
||||
case 4008:
|
||||
case 4009:
|
||||
reconnect();
|
||||
break;
|
||||
case 4004:
|
||||
throw Exception("[4004] Disallowed Intents");
|
||||
case 4010:
|
||||
throw Exception("[4010] Invalid Shard");
|
||||
case 4011:
|
||||
throw Exception("[4011] Sharding Required");
|
||||
case 4012:
|
||||
throw Exception("[4012] Invalid API Version");
|
||||
case 4013:
|
||||
throw Exception("[4013] Invalid Intents");
|
||||
case 4014:
|
||||
throw Exception("[4014] Disallowed Intents");
|
||||
}
|
||||
});
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">login method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/resumeGatewayURL.html
Normal file
159
doc/api/tn_discord/Client/resumeGatewayURL.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the resumeGatewayURL property from the Client class, for the Dart programming language.">
|
||||
<title>resumeGatewayURL property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">resumeGatewayURL property</li>
|
||||
</ol>
|
||||
<div class="self-name">resumeGatewayURL</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">resumeGatewayURL</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">resumeGatewayURL</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String resumeGatewayURL = "";</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">resumeGatewayURL property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/sessionID.html
Normal file
159
doc/api/tn_discord/Client/sessionID.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the sessionID property from the Client class, for the Dart programming language.">
|
||||
<title>sessionID property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">sessionID property</li>
|
||||
</ol>
|
||||
<div class="self-name">sessionID</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">sessionID</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">sessionID</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String sessionID = "";</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">sessionID property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/token.html
Normal file
159
doc/api/tn_discord/Client/token.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the token property from the Client class, for the Dart programming language.">
|
||||
<title>token property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">token property</li>
|
||||
</ol>
|
||||
<div class="self-name">token</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">token</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">token</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? token;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">token property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/Client/ws.html
Normal file
159
doc/api/tn_discord/Client/ws.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the ws property from the Client class, for the Dart programming language.">
|
||||
<title>ws property - Client class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">ws property</li>
|
||||
</ol>
|
||||
<div class="self-name">ws</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">ws</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-io/WebSocket-class.html">WebSocket</a>
|
||||
<span class="name ">ws</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">late WebSocket ws;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Client-class.html">Client</a></li>
|
||||
<li class="self-crumb">ws property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Client class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Client/Client.html">Client</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Client/guilds.html">guilds</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Client/intents.html">intents</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/listeners.html">listeners</a></li>
|
||||
<li><a href="../../tn_discord/Client/resumeGatewayURL.html">resumeGatewayURL</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Client/sessionID.html">sessionID</a></li>
|
||||
<li><a href="../../tn_discord/Client/token.html">token</a></li>
|
||||
<li><a href="../../tn_discord/Client/ws.html">ws</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Client-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/addEventListener.html">addEventListener</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emit.html">emit</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/emitEvent.html">emitEvent</a></li>
|
||||
<li><a href="../../tn_discord/Client/login.html">login</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/off.html">off</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/on.html">on</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/onAny.html">onAny</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/once.html">once</a></li>
|
||||
<li class="inherited"><a href="https://pub.dev/documentation/events_emitter/0.5.2/emitters_event_emitter/EventEmitter/removeEventListener.html">removeEventListener</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Client-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
398
doc/api/tn_discord/Collection-class.html
Normal file
398
doc/api/tn_discord/Collection-class.html
Normal file
|
@ -0,0 +1,398 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Collection class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Collection class</li>
|
||||
</ol>
|
||||
<div class="self-name">Collection</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Collection</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>A collection of variables. Like NodeJS' Map and discordjs' Collections
|
||||
This will be moved to a separate package in the future.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Collection" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/Collection.html">Collection</a></span><span class="signature">()</span>
|
||||
</dt>
|
||||
<dd>
|
||||
Create a new Collection
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor inherited" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="add" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/add.html">add</a></span><span class="signature">(<wbr><span class="parameter" id="add-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span><span class="parameter" id="add-param-value"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/num-class.html">num</a></span> <span class="parameter-name">value</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Sum to the value of <code>key</code> to <code>value</code>.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="delete" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/delete.html">delete</a></span><span class="signature">(<wbr><span class="parameter" id="delete-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span>)
|
||||
<span class="returntype parameter">→ void</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Alias of <a href="../tn_discord/Collection/remove.html">remove</a>
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="get" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/get.html">get</a></span><span class="signature">(<wbr><span class="parameter" id="get-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Returns <code>key</code> from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="getAll" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/getAll.html">getAll</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Returns all the variables as a Map.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="keys" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/keys.html">keys</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Returns all the variables' keys as a List.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="remove" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/remove.html">remove</a></span><span class="signature">(<wbr><span class="parameter" id="remove-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span>)
|
||||
<span class="returntype parameter">→ void</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Removes <code>key</code> from the Map object.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="set" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/set.html">set</a></span><span class="signature">(<wbr><span class="parameter" id="set-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span><span class="parameter" id="set-param-value"><span class="type-annotation">dynamic</span> <span class="parameter-name">value</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Adds a new element with key <code>key</code> and value <code>value</code> to the Map. If an element with the same key already exists, the element will be updated.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="subtract" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/subtract.html">subtract</a></span><span class="signature">(<wbr><span class="parameter" id="subtract-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span><span class="parameter" id="subtract-param-value"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/num-class.html">num</a></span> <span class="parameter-name">value</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Subtract <code>value</code> from the value of <code>key</code>.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="values" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Collection/values.html">values</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Returns all the variables' values as a List.
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Collection class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Collection/Collection.html
Normal file
154
doc/api/tn_discord/Collection/Collection.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Collection constructor from Class Collection from the tn_discord library, for the Dart programming language.">
|
||||
<title>Collection constructor - Collection - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">Collection constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Collection</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Collection</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Collection</span>(<wbr>)
|
||||
</section>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Create a new Collection</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Collection();</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">Collection constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/Collection/add.html
Normal file
163
doc/api/tn_discord/Collection/add.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the add method from the Collection class, for the Dart programming language.">
|
||||
<title>add method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">add method</li>
|
||||
</ol>
|
||||
<div class="self-name">add</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">add</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">add</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="add-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span></li>
|
||||
<li><span class="parameter" id="add-param-value"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/num-class.html">num</a></span> <span class="parameter-name">value</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Sum to the value of <code>key</code> to <code>value</code>.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">dynamic add(String key, num value) {
|
||||
_variables[key] += value;
|
||||
return value + _variables[key];
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">add method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
161
doc/api/tn_discord/Collection/delete.html
Normal file
161
doc/api/tn_discord/Collection/delete.html
Normal file
|
@ -0,0 +1,161 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the delete method from the Collection class, for the Dart programming language.">
|
||||
<title>delete method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">delete method</li>
|
||||
</ol>
|
||||
<div class="self-name">delete</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">delete</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">void</span>
|
||||
<span class="name ">delete</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="delete-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Alias of <a href="../../tn_discord/Collection/remove.html">remove</a></p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">void delete(String key) {
|
||||
remove(key);
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">delete method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
164
doc/api/tn_discord/Collection/get.html
Normal file
164
doc/api/tn_discord/Collection/get.html
Normal file
|
@ -0,0 +1,164 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the get method from the Collection class, for the Dart programming language.">
|
||||
<title>get method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">get method</li>
|
||||
</ol>
|
||||
<div class="self-name">get</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">get</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">get</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="get-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Returns <code>key</code> from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">dynamic get(String key) {
|
||||
if (_variables[key] == null) {
|
||||
throw Exception("Variable not found for $key");
|
||||
}
|
||||
return _variables[key];
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">get method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
160
doc/api/tn_discord/Collection/getAll.html
Normal file
160
doc/api/tn_discord/Collection/getAll.html
Normal file
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the getAll method from the Collection class, for the Dart programming language.">
|
||||
<title>getAll method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">getAll method</li>
|
||||
</ol>
|
||||
<div class="self-name">getAll</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">getAll</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>></span></span>
|
||||
<span class="name ">getAll</span>(<wbr>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Returns all the variables as a Map.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Map<String, dynamic> getAll() {
|
||||
return _variables;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">getAll method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
160
doc/api/tn_discord/Collection/keys.html
Normal file
160
doc/api/tn_discord/Collection/keys.html
Normal file
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the keys method from the Collection class, for the Dart programming language.">
|
||||
<title>keys method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">keys method</li>
|
||||
</ol>
|
||||
<div class="self-name">keys</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">keys</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>></span></span>
|
||||
<span class="name ">keys</span>(<wbr>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Returns all the variables' keys as a List.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">List<String> keys() {
|
||||
return _variables.keys.toList();
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">keys method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
161
doc/api/tn_discord/Collection/remove.html
Normal file
161
doc/api/tn_discord/Collection/remove.html
Normal file
|
@ -0,0 +1,161 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the remove method from the Collection class, for the Dart programming language.">
|
||||
<title>remove method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">remove method</li>
|
||||
</ol>
|
||||
<div class="self-name">remove</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">remove</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">void</span>
|
||||
<span class="name ">remove</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="remove-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Removes <code>key</code> from the Map object.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">void remove(String key) {
|
||||
_variables.remove(key);
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">remove method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/Collection/set.html
Normal file
163
doc/api/tn_discord/Collection/set.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the set method from the Collection class, for the Dart programming language.">
|
||||
<title>set method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">set method</li>
|
||||
</ol>
|
||||
<div class="self-name">set</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">set</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">set</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="set-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span></li>
|
||||
<li><span class="parameter" id="set-param-value"><span class="type-annotation">dynamic</span> <span class="parameter-name">value</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Adds a new element with key <code>key</code> and value <code>value</code> to the Map. If an element with the same key already exists, the element will be updated.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">dynamic set(String key, dynamic value) {
|
||||
_variables[key] = value;
|
||||
return value;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">set method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/Collection/subtract.html
Normal file
163
doc/api/tn_discord/Collection/subtract.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the subtract method from the Collection class, for the Dart programming language.">
|
||||
<title>subtract method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">subtract method</li>
|
||||
</ol>
|
||||
<div class="self-name">subtract</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">subtract</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">subtract</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="subtract-param-key"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">key</span>, </span></li>
|
||||
<li><span class="parameter" id="subtract-param-value"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/num-class.html">num</a></span> <span class="parameter-name">value</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Subtract <code>value</code> from the value of <code>key</code>.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">dynamic subtract(String key, num value) {
|
||||
_variables[key] -= value;
|
||||
return _variables[key] - value;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">subtract method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
160
doc/api/tn_discord/Collection/values.html
Normal file
160
doc/api/tn_discord/Collection/values.html
Normal file
|
@ -0,0 +1,160 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the values method from the Collection class, for the Dart programming language.">
|
||||
<title>values method - Collection class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">values method</li>
|
||||
</ol>
|
||||
<div class="self-name">values</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">values</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a></span>
|
||||
<span class="name ">values</span>(<wbr>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Returns all the variables' values as a List.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">List<dynamic> values() {
|
||||
return _variables.values.toList();
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li class="self-crumb">values method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Collection class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Collection/Collection.html">Collection</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/Collection-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Collection-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Collection/add.html">add</a></li>
|
||||
<li><a href="../../tn_discord/Collection/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/Collection/get.html">get</a></li>
|
||||
<li><a href="../../tn_discord/Collection/getAll.html">getAll</a></li>
|
||||
<li><a href="../../tn_discord/Collection/keys.html">keys</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/Collection/remove.html">remove</a></li>
|
||||
<li><a href="../../tn_discord/Collection/set.html">set</a></li>
|
||||
<li><a href="../../tn_discord/Collection/subtract.html">subtract</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
<li><a href="../../tn_discord/Collection/values.html">values</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Collection-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Embed.html
Normal file
154
doc/api/tn_discord/Embed.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Embed typedef from the tn_discord library, for the Dart programming language.">
|
||||
<title>Embed typedef - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Embed typedef</li>
|
||||
</ol>
|
||||
<div class="self-name">Embed</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-typedef">Embed</span> typedef
|
||||
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="name ">Embed</span> = <a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>, <span class="type-parameter"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>></span></span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">typedef Embed = Map<String, String>;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Embed typedef</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
582
doc/api/tn_discord/GatewayIntentBits-class.html
Normal file
582
doc/api/tn_discord/GatewayIntentBits-class.html
Normal file
|
@ -0,0 +1,582 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GatewayIntentBits class from the tn_discord library, for the Dart programming language.">
|
||||
<title>GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">GatewayIntentBits class</li>
|
||||
</ol>
|
||||
<div class="self-name">GatewayIntentBits</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">GatewayIntentBits</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>A list of all Gateway Intents Bits.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="GatewayIntentBits" class="callable">
|
||||
<span class="name"><a href="../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></span><span class="signature">()</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor inherited" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constants">
|
||||
<h2>Constants</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="AutoModerationConfiguration" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>1048576</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="AutoModerationExecution" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>2097152</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="DirectMessageReactions" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>8192</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="DirectMessages" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>4096</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="DirectMessageTyping" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>16384</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildEmojisAndStickers" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>8</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildIntegrations" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>16</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildInvites" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>64</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildMembers" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>2</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildMessageReactions" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>1024</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildMessages" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>512</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildMessageTyping" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>2048</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildModeration" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>4</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildPresences" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>256</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="Guilds" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>1</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildScheduledEvents" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>65536</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildVoiceStates" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>128</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="GuildWebhooks" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>32</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt id="MessageContent" class="constant">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></span>
|
||||
<span class="signature">→ const <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<span class="signature"><code>32768</code></span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">GatewayIntentBits class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the AutoModerationConfiguration constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>AutoModerationConfiguration constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">AutoModerationConfiguration constant</li>
|
||||
</ol>
|
||||
<div class="self-name">AutoModerationConfiguration</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">AutoModerationConfiguration</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">AutoModerationConfiguration</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const AutoModerationConfiguration = 1048576;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">AutoModerationConfiguration constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the AutoModerationExecution constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>AutoModerationExecution constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">AutoModerationExecution constant</li>
|
||||
</ol>
|
||||
<div class="self-name">AutoModerationExecution</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">AutoModerationExecution</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">AutoModerationExecution</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const AutoModerationExecution = 2097152;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">AutoModerationExecution constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the DirectMessageReactions constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>DirectMessageReactions constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessageReactions constant</li>
|
||||
</ol>
|
||||
<div class="self-name">DirectMessageReactions</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">DirectMessageReactions</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">DirectMessageReactions</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const DirectMessageReactions = 8192;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessageReactions constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the DirectMessageTyping constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>DirectMessageTyping constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessageTyping constant</li>
|
||||
</ol>
|
||||
<div class="self-name">DirectMessageTyping</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">DirectMessageTyping</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">DirectMessageTyping</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const DirectMessageTyping = 16384;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessageTyping constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the DirectMessages constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>DirectMessages constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessages constant</li>
|
||||
</ol>
|
||||
<div class="self-name">DirectMessages</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">DirectMessages</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">DirectMessages</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const DirectMessages = 4096;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">DirectMessages constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
158
doc/api/tn_discord/GatewayIntentBits/GatewayIntentBits.html
Normal file
158
doc/api/tn_discord/GatewayIntentBits/GatewayIntentBits.html
Normal file
|
@ -0,0 +1,158 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GatewayIntentBits constructor from Class GatewayIntentBits from the tn_discord library, for the Dart programming language.">
|
||||
<title>GatewayIntentBits constructor - GatewayIntentBits - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GatewayIntentBits constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">GatewayIntentBits</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">GatewayIntentBits</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">GatewayIntentBits</span>(<wbr>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GatewayIntentBits constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildEmojisAndStickers constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildEmojisAndStickers constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildEmojisAndStickers constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildEmojisAndStickers</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildEmojisAndStickers</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildEmojisAndStickers</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildEmojisAndStickers = 8;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildEmojisAndStickers constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildIntegrations constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildIntegrations constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildIntegrations constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildIntegrations</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildIntegrations</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildIntegrations</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildIntegrations = 16;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildIntegrations constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/GatewayIntentBits/GuildInvites-constant.html
Normal file
163
doc/api/tn_discord/GatewayIntentBits/GuildInvites-constant.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildInvites constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildInvites constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildInvites constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildInvites</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildInvites</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildInvites</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildInvites = 64;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildInvites constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/GatewayIntentBits/GuildMembers-constant.html
Normal file
163
doc/api/tn_discord/GatewayIntentBits/GuildMembers-constant.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildMembers constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildMembers constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMembers constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildMembers</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildMembers</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildMembers</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildMembers = 2;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMembers constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildMessageReactions constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildMessageReactions constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessageReactions constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildMessageReactions</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildMessageReactions</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildMessageReactions</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildMessageReactions = 1024;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessageReactions constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildMessageTyping constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildMessageTyping constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessageTyping constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildMessageTyping</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildMessageTyping</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildMessageTyping</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildMessageTyping = 2048;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessageTyping constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/GatewayIntentBits/GuildMessages-constant.html
Normal file
163
doc/api/tn_discord/GatewayIntentBits/GuildMessages-constant.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildMessages constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildMessages constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessages constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildMessages</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildMessages</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildMessages</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildMessages = 512;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildMessages constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildModeration constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildModeration constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildModeration constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildModeration</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildModeration</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildModeration</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildModeration = 4;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildModeration constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildPresences constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildPresences constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildPresences constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildPresences</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildPresences</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildPresences</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildPresences = 256;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildPresences constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildScheduledEvents constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildScheduledEvents constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildScheduledEvents constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildScheduledEvents</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildScheduledEvents</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildScheduledEvents</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildScheduledEvents = 65536;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildScheduledEvents constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildVoiceStates constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildVoiceStates constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildVoiceStates constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildVoiceStates</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildVoiceStates</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildVoiceStates</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildVoiceStates = 128;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildVoiceStates constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/GatewayIntentBits/GuildWebhooks-constant.html
Normal file
163
doc/api/tn_discord/GatewayIntentBits/GuildWebhooks-constant.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildWebhooks constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>GuildWebhooks constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildWebhooks constant</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildWebhooks</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">GuildWebhooks</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">GuildWebhooks</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const GuildWebhooks = 32;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">GuildWebhooks constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
163
doc/api/tn_discord/GatewayIntentBits/Guilds-constant.html
Normal file
163
doc/api/tn_discord/GatewayIntentBits/Guilds-constant.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Guilds constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>Guilds constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">Guilds constant</li>
|
||||
</ol>
|
||||
<div class="self-name">Guilds</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">Guilds</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">Guilds</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const Guilds = 1;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">Guilds constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the MessageContent constant from the GatewayIntentBits class, for the Dart programming language.">
|
||||
<title>MessageContent constant - GatewayIntentBits class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">MessageContent constant</li>
|
||||
</ol>
|
||||
<div class="self-name">MessageContent</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">MessageContent</span> constant
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>
|
||||
const <span class="name ">MessageContent</span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">static const MessageContent = 32768;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li class="self-crumb">MessageContent constant</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GatewayIntentBits class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GatewayIntentBits.html">GatewayIntentBits</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../tn_discord/GatewayIntentBits-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GatewayIntentBits-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GatewayIntentBits-class.html#constants">Constants</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationConfiguration-constant.html">AutoModerationConfiguration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/AutoModerationExecution-constant.html">AutoModerationExecution</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageReactions-constant.html">DirectMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessages-constant.html">DirectMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/DirectMessageTyping-constant.html">DirectMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildEmojisAndStickers-constant.html">GuildEmojisAndStickers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildIntegrations-constant.html">GuildIntegrations</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildInvites-constant.html">GuildInvites</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMembers-constant.html">GuildMembers</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageReactions-constant.html">GuildMessageReactions</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessages-constant.html">GuildMessages</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildMessageTyping-constant.html">GuildMessageTyping</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildModeration-constant.html">GuildModeration</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildPresences-constant.html">GuildPresences</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/Guilds-constant.html">Guilds</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildScheduledEvents-constant.html">GuildScheduledEvents</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildVoiceStates-constant.html">GuildVoiceStates</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/GuildWebhooks-constant.html">GuildWebhooks</a></li>
|
||||
<li><a href="../../tn_discord/GatewayIntentBits/MessageContent-constant.html">MessageContent</a></li>
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
403
doc/api/tn_discord/Guild-class.html
Normal file
403
doc/api/tn_discord/Guild-class.html
Normal file
|
@ -0,0 +1,403 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Guild class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Guild class</li>
|
||||
</ol>
|
||||
<div class="self-name">Guild</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Guild</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Represents a guild (aka server) on Discord.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Guild" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Guild/Guild.html">Guild</a></span><span class="signature">(<span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span><span class="parameter" id="-param-data"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a></span> <span class="parameter-name">data</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="channels" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/channels.html">channels</a></span>
|
||||
<span class="signature">↔ <a href="../tn_discord/ChannelManager-class.html">ChannelManager</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="description" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/description.html">description</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="id" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="joinedAt" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/joinedAt.html">joinedAt</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="large" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/large.html">large</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="memberCount" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/memberCount.html">memberCount</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="members" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/members.html">members</a></span>
|
||||
<span class="signature">↔ <a href="../tn_discord/MemberManager-class.html">MemberManager</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="name" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/name.html">name</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="ownerId" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/ownerId.html">ownerId</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="roles" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/roles.html">roles</a></span>
|
||||
<span class="signature">↔ <a href="../tn_discord/RoleManager-class.html">RoleManager</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="unavailable" class="property">
|
||||
<span class="name"><a href="../tn_discord/Guild/unavailable.html">unavailable</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Guild class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
198
doc/api/tn_discord/Guild/Guild.html
Normal file
198
doc/api/tn_discord/Guild/Guild.html
Normal file
|
@ -0,0 +1,198 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Guild constructor from Class Guild from the tn_discord library, for the Dart programming language.">
|
||||
<title>Guild constructor - Guild - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">Guild constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Guild</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Guild</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Guild</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-data"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a></span> <span class="parameter-name">data</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Guild(this._sender, Map data) {
|
||||
id = data["id"];
|
||||
if (data["unavailable"] != null && data["unavailable"] == false) {
|
||||
unavailable = data["unavailable"];
|
||||
name = data["name"];
|
||||
description = data["description"];
|
||||
ownerId = data["owner_id"];
|
||||
if (data["joined_at"] != null) {
|
||||
joinedAt = data["joined_at"];
|
||||
}
|
||||
if (data["large"] != null) {
|
||||
large = data["large"];
|
||||
}
|
||||
if (data["member_count"] != null) {
|
||||
memberCount = data["member_count"];
|
||||
}
|
||||
|
||||
if(data["channels"] != null && data["members"] != null && data["roles"] != null) {
|
||||
List<Channel> cc = [];
|
||||
for (var c in data["channels"]) {
|
||||
cc.add(Channel(_sender, c));
|
||||
}
|
||||
channels = ChannelManager(_sender, cc);
|
||||
|
||||
List<Member> mm = [];
|
||||
for (var m in data["members"]) {
|
||||
mm.add(Member(m));
|
||||
}
|
||||
members = MemberManager(mm, id);
|
||||
|
||||
List<Role> rr = [];
|
||||
for (var r in data["roles"]) {
|
||||
rr.add(Role(r));
|
||||
}
|
||||
roles = RoleManager(rr);
|
||||
} else {
|
||||
channels = ChannelManager(_sender, []);
|
||||
members = MemberManager([], id);
|
||||
roles = RoleManager([]);
|
||||
}
|
||||
} else {
|
||||
unavailable = data["unavailable"];
|
||||
}
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">Guild constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/channels.html
Normal file
154
doc/api/tn_discord/Guild/channels.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the channels property from the Guild class, for the Dart programming language.">
|
||||
<title>channels property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">channels property</li>
|
||||
</ol>
|
||||
<div class="self-name">channels</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">channels</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/ChannelManager-class.html">ChannelManager</a>?
|
||||
<span class="name ">channels</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">ChannelManager? channels;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">channels property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/description.html
Normal file
154
doc/api/tn_discord/Guild/description.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the description property from the Guild class, for the Dart programming language.">
|
||||
<title>description property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">description property</li>
|
||||
</ol>
|
||||
<div class="self-name">description</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">description</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">description</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? description;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">description property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/id.html
Normal file
154
doc/api/tn_discord/Guild/id.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the id property from the Guild class, for the Dart programming language.">
|
||||
<title>id property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
<div class="self-name">id</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">id</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">id</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String id = '';</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/joinedAt.html
Normal file
154
doc/api/tn_discord/Guild/joinedAt.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the joinedAt property from the Guild class, for the Dart programming language.">
|
||||
<title>joinedAt property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">joinedAt property</li>
|
||||
</ol>
|
||||
<div class="self-name">joinedAt</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">joinedAt</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">joinedAt</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? joinedAt;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">joinedAt property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/large.html
Normal file
154
doc/api/tn_discord/Guild/large.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the large property from the Guild class, for the Dart programming language.">
|
||||
<title>large property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">large property</li>
|
||||
</ol>
|
||||
<div class="self-name">large</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">large</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a>?
|
||||
<span class="name ">large</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">bool? large;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">large property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/memberCount.html
Normal file
154
doc/api/tn_discord/Guild/memberCount.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the memberCount property from the Guild class, for the Dart programming language.">
|
||||
<title>memberCount property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">memberCount property</li>
|
||||
</ol>
|
||||
<div class="self-name">memberCount</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">memberCount</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a>?
|
||||
<span class="name ">memberCount</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">int? memberCount;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">memberCount property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/members.html
Normal file
154
doc/api/tn_discord/Guild/members.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the members property from the Guild class, for the Dart programming language.">
|
||||
<title>members property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">members property</li>
|
||||
</ol>
|
||||
<div class="self-name">members</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">members</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/MemberManager-class.html">MemberManager</a>?
|
||||
<span class="name ">members</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">MemberManager? members;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">members property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/name.html
Normal file
154
doc/api/tn_discord/Guild/name.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the name property from the Guild class, for the Dart programming language.">
|
||||
<title>name property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">name property</li>
|
||||
</ol>
|
||||
<div class="self-name">name</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">name</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">name</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? name = '';</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">name property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/ownerId.html
Normal file
154
doc/api/tn_discord/Guild/ownerId.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the ownerId property from the Guild class, for the Dart programming language.">
|
||||
<title>ownerId property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">ownerId property</li>
|
||||
</ol>
|
||||
<div class="self-name">ownerId</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">ownerId</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">ownerId</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? ownerId;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">ownerId property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/roles.html
Normal file
154
doc/api/tn_discord/Guild/roles.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the roles property from the Guild class, for the Dart programming language.">
|
||||
<title>roles property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">roles property</li>
|
||||
</ol>
|
||||
<div class="self-name">roles</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">roles</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/RoleManager-class.html">RoleManager</a>?
|
||||
<span class="name ">roles</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">RoleManager? roles;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">roles property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
154
doc/api/tn_discord/Guild/unavailable.html
Normal file
154
doc/api/tn_discord/Guild/unavailable.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the unavailable property from the Guild class, for the Dart programming language.">
|
||||
<title>unavailable property - Guild class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">unavailable property</li>
|
||||
</ol>
|
||||
<div class="self-name">unavailable</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">unavailable</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a>?
|
||||
<span class="name ">unavailable</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">bool? unavailable;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li class="self-crumb">unavailable property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Guild class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Guild-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Guild/Guild.html">Guild</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Guild-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Guild/channels.html">channels</a></li>
|
||||
<li><a href="../../tn_discord/Guild/description.html">description</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Guild/id.html">id</a></li>
|
||||
<li><a href="../../tn_discord/Guild/joinedAt.html">joinedAt</a></li>
|
||||
<li><a href="../../tn_discord/Guild/large.html">large</a></li>
|
||||
<li><a href="../../tn_discord/Guild/memberCount.html">memberCount</a></li>
|
||||
<li><a href="../../tn_discord/Guild/members.html">members</a></li>
|
||||
<li><a href="../../tn_discord/Guild/name.html">name</a></li>
|
||||
<li><a href="../../tn_discord/Guild/ownerId.html">ownerId</a></li>
|
||||
<li><a href="../../tn_discord/Guild/roles.html">roles</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Guild/unavailable.html">unavailable</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Guild-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
294
doc/api/tn_discord/GuildManager-class.html
Normal file
294
doc/api/tn_discord/GuildManager-class.html
Normal file
|
@ -0,0 +1,294 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildManager class from the tn_discord library, for the Dart programming language.">
|
||||
<title>GuildManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">GuildManager class</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">GuildManager</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="GuildManager" class="callable">
|
||||
<span class="name"><a href="../tn_discord/GuildManager/GuildManager.html">GuildManager</a></span><span class="signature">(<span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span><span class="parameter" id="-param-guilds"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Guild-class.html">Guild</a></span>></span></span> <span class="parameter-name">guilds</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="cache" class="property">
|
||||
<span class="name"><a href="../tn_discord/GuildManager/cache.html">cache</a></span>
|
||||
<span class="signature">→ <a href="../tn_discord/Collection-class.html">Collection</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="fetch" class="callable">
|
||||
<span class="name"><a href="../tn_discord/GuildManager/fetch.html">fetch</a></span><span class="signature">(<wbr><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Guild-class.html">Guild</a></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">GuildManager class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/GuildManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/GuildManager/GuildManager.html">GuildManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/GuildManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/GuildManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/GuildManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/GuildManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/GuildManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
150
doc/api/tn_discord/GuildManager/GuildManager.html
Normal file
150
doc/api/tn_discord/GuildManager/GuildManager.html
Normal file
|
@ -0,0 +1,150 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the GuildManager constructor from Class GuildManager from the tn_discord library, for the Dart programming language.">
|
||||
<title>GuildManager constructor - GuildManager - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">GuildManager constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">GuildManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">GuildManager</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">GuildManager</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-_sender"><span class="type-annotation">Sender</span> <span class="parameter-name">_sender</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-guilds"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Guild-class.html">Guild</a></span>></span></span> <span class="parameter-name">guilds</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">GuildManager(this._sender, List<Guild> guilds) {
|
||||
for (var guild in guilds) {
|
||||
cache.set(guild.id, guild);
|
||||
}
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">GuildManager constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GuildManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/GuildManager.html">GuildManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/GuildManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/GuildManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GuildManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/GuildManager/cache.html
Normal file
145
doc/api/tn_discord/GuildManager/cache.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the cache property from the GuildManager class, for the Dart programming language.">
|
||||
<title>cache property - GuildManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
<div class="self-name">cache</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">cache</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/Collection-class.html">Collection</a>
|
||||
<span class="name ">cache</span>
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">final Collection cache = Collection();</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GuildManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/GuildManager.html">GuildManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/GuildManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/GuildManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GuildManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/GuildManager/fetch.html
Normal file
159
doc/api/tn_discord/GuildManager/fetch.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the fetch method from the GuildManager class, for the Dart programming language.">
|
||||
<title>fetch method - GuildManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
<div class="self-name">fetch</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">fetch</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.dart.dev/stable/3.0.7/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Guild-class.html">Guild</a></span>></span></span>
|
||||
<span class="name ">fetch</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Future<Guild> fetch(String id) async {
|
||||
var res = await _sender.fetchGuild(id);
|
||||
final guild = Guild(_sender, res);
|
||||
final oldGuild = cache.get(guild.id);
|
||||
guild.joinedAt = oldGuild.joinedAt;
|
||||
guild.large = oldGuild.large;
|
||||
guild.unavailable = oldGuild.unavailable;
|
||||
guild.memberCount = oldGuild.memberCount;
|
||||
cache.set(guild.id, guild);
|
||||
return guild;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>GuildManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/GuildManager.html">GuildManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/GuildManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/GuildManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/GuildManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/GuildManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/GuildManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
292
doc/api/tn_discord/Member-class.html
Normal file
292
doc/api/tn_discord/Member-class.html
Normal file
|
@ -0,0 +1,292 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Member class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Member class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Member class</li>
|
||||
</ol>
|
||||
<div class="self-name">Member</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Member</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Member" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Member/Member.html">Member</a></span><span class="signature">(<span class="parameter" id="-param-data"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a></span> <span class="parameter-name">data</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="id" class="property">
|
||||
<span class="name"><a href="../tn_discord/Member/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="user" class="property">
|
||||
<span class="name"><a href="../tn_discord/Member/user.html">user</a></span>
|
||||
<span class="signature">↔ <a href="../tn_discord/User-class.html">User</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Member class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Member-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Member/Member.html">Member</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/Member-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/Member/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../tn_discord/Member/user.html">user</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Member-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Member-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
148
doc/api/tn_discord/Member/Member.html
Normal file
148
doc/api/tn_discord/Member/Member.html
Normal file
|
@ -0,0 +1,148 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Member constructor from Class Member from the tn_discord library, for the Dart programming language.">
|
||||
<title>Member constructor - Member - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">Member constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Member</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Member</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Member</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-data"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Map-class.html">Map</a></span> <span class="parameter-name">data</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Member(Map data) {
|
||||
id = data["user"]["id"];
|
||||
user = User(data["user"]);
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">Member constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Member class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Member-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Member/Member.html">Member</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Member-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Member/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Member/user.html">user</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/Member/id.html
Normal file
145
doc/api/tn_discord/Member/id.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the id property from the Member class, for the Dart programming language.">
|
||||
<title>id property - Member class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
<div class="self-name">id</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">id</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">id</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String id = '';</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Member class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Member-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Member/Member.html">Member</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Member-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Member/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Member/user.html">user</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/Member/user.html
Normal file
145
doc/api/tn_discord/Member/user.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the user property from the Member class, for the Dart programming language.">
|
||||
<title>user property - Member class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">user property</li>
|
||||
</ol>
|
||||
<div class="self-name">user</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">user</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/User-class.html">User</a>
|
||||
<span class="name ">user</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">User user = User({});</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Member-class.html">Member</a></li>
|
||||
<li class="self-crumb">user property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Member class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Member-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Member/Member.html">Member</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Member-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/Member/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/Member/user.html">user</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Member-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
306
doc/api/tn_discord/MemberManager-class.html
Normal file
306
doc/api/tn_discord/MemberManager-class.html
Normal file
|
@ -0,0 +1,306 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the MemberManager class from the tn_discord library, for the Dart programming language.">
|
||||
<title>MemberManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">MemberManager class</li>
|
||||
</ol>
|
||||
<div class="self-name">MemberManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">MemberManager</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="MemberManager" class="callable">
|
||||
<span class="name"><a href="../tn_discord/MemberManager/MemberManager.html">MemberManager</a></span><span class="signature">(<span class="parameter" id="-param-members"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Member-class.html">Member</a></span>></span></span> <span class="parameter-name">members</span>, </span><span class="parameter" id="-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="cache" class="property">
|
||||
<span class="name"><a href="../tn_discord/MemberManager/cache.html">cache</a></span>
|
||||
<span class="signature">→ <a href="../tn_discord/Collection-class.html">Collection</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="id" class="property">
|
||||
<span class="name"><a href="../tn_discord/MemberManager/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="fetch" class="callable">
|
||||
<span class="name"><a href="../tn_discord/MemberManager/fetch.html">fetch</a></span><span class="signature">(<wbr><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">MemberManager class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/MemberManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/MemberManager/MemberManager.html">MemberManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/MemberManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/MemberManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/MemberManager/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/MemberManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/MemberManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/MemberManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
151
doc/api/tn_discord/MemberManager/MemberManager.html
Normal file
151
doc/api/tn_discord/MemberManager/MemberManager.html
Normal file
|
@ -0,0 +1,151 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the MemberManager constructor from Class MemberManager from the tn_discord library, for the Dart programming language.">
|
||||
<title>MemberManager constructor - MemberManager - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">MemberManager constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">MemberManager</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">MemberManager</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">MemberManager</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-members"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Member-class.html">Member</a></span>></span></span> <span class="parameter-name">members</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">MemberManager(List<Member> members, this.id) {
|
||||
for (var member in members) {
|
||||
cache.set(member.id, member);
|
||||
}
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">MemberManager constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>MemberManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/MemberManager.html">MemberManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/MemberManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/MemberManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/MemberManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
146
doc/api/tn_discord/MemberManager/cache.html
Normal file
146
doc/api/tn_discord/MemberManager/cache.html
Normal file
|
@ -0,0 +1,146 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the cache property from the MemberManager class, for the Dart programming language.">
|
||||
<title>cache property - MemberManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
<div class="self-name">cache</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">cache</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="../../tn_discord/Collection-class.html">Collection</a>
|
||||
<span class="name ">cache</span>
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">final Collection cache = Collection();</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">cache property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>MemberManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/MemberManager.html">MemberManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/MemberManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/MemberManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/MemberManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
159
doc/api/tn_discord/MemberManager/fetch.html
Normal file
159
doc/api/tn_discord/MemberManager/fetch.html
Normal file
|
@ -0,0 +1,159 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the fetch method from the MemberManager class, for the Dart programming language.">
|
||||
<title>fetch method - MemberManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
<div class="self-name">fetch</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">fetch</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">fetch</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="fetch-param-id"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span></li>
|
||||
</ol>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">fetch(String id) async {
|
||||
dynamic res = await http.get(Uri.parse("$apiURL/guilds/${this.id}/members/$id"));
|
||||
if (res.statusCode != 200) {
|
||||
throw Exception("Error ${res.statusCode} receiving the member");
|
||||
}
|
||||
|
||||
res = json.decode(res.body);
|
||||
cache.set(id, res);
|
||||
return res;
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">fetch method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>MemberManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/MemberManager.html">MemberManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/MemberManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/MemberManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/MemberManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
146
doc/api/tn_discord/MemberManager/id.html
Normal file
146
doc/api/tn_discord/MemberManager/id.html
Normal file
|
@ -0,0 +1,146 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the id property from the MemberManager class, for the Dart programming language.">
|
||||
<title>id property - MemberManager class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
<div class="self-name">id</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">id</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>
|
||||
<span class="name ">id</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String id;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>MemberManager class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/MemberManager.html">MemberManager</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/MemberManager-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/MemberManager/cache.html">cache</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/MemberManager-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/MemberManager/fetch.html">fetch</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/MemberManager-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
315
doc/api/tn_discord/Message-class.html
Normal file
315
doc/api/tn_discord/Message-class.html
Normal file
|
@ -0,0 +1,315 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Message class from the tn_discord library, for the Dart programming language.">
|
||||
<title>Message class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Message class</li>
|
||||
</ol>
|
||||
<div class="self-name">Message</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">Message</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Represents a message on Discord.</p>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dt>Implementers</dt>
|
||||
<dd><ul class="comma-separated clazz-relationships">
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
</ul></dd>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="Message" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Message/Message.html">Message</a></span><span class="signature">(<span class="parameter" id="-param-content">{<span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">content</span>}</span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="content" class="property">
|
||||
<span class="name"><a href="../tn_discord/Message/content.html">content</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="exportable" class="callable">
|
||||
<span class="name"><a href="../tn_discord/Message/exportable.html">exportable</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Returns an object rapresentation of the message
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Message class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Message-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/Message/Message.html">Message</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/Message-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../tn_discord/Message/content.html">content</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/Message-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/Message/exportable.html">exportable</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/Message-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
140
doc/api/tn_discord/Message.html
Normal file
140
doc/api/tn_discord/Message.html
Normal file
|
@ -0,0 +1,140 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Message typedef from the tn_discord library, for the Dart programming language.">
|
||||
<title>Message typedef - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Message typedef</li>
|
||||
</ol>
|
||||
<div class="self-name">Message</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-typedef">Message</span> typedef
|
||||
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="name ">Message</span> = <a href="https://api.flutter.dev/flutter/dart-core/Map-class.html">Map</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>, <span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>></span></span>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">typedef Message = Map<String, String>;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">Message typedef</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
<li><a href="../tn_discord/Message.html">Message</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/Message/Message.html
Normal file
145
doc/api/tn_discord/Message/Message.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the Message constructor from Class Message from the tn_discord library, for the Dart programming language.">
|
||||
<title>Message constructor - Message - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">Message constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">Message</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">Message</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">Message</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-content">{<span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">content</span>}</span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">Message({ this.content });</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">Message constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Message class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Message/Message.html">Message</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Message-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Message/content.html">content</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Message/exportable.html">exportable</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Message-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
145
doc/api/tn_discord/Message/content.html
Normal file
145
doc/api/tn_discord/Message/content.html
Normal file
|
@ -0,0 +1,145 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the content property from the Message class, for the Dart programming language.">
|
||||
<title>content property - Message class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">content property</li>
|
||||
</ol>
|
||||
<div class="self-name">content</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-property">content</span> property
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?
|
||||
<span class="name ">content</span>
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">String? content;</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">content property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Message class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Message/Message.html">Message</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Message-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Message/content.html">content</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Message/exportable.html">exportable</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Message-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
155
doc/api/tn_discord/Message/exportable.html
Normal file
155
doc/api/tn_discord/Message/exportable.html
Normal file
|
@ -0,0 +1,155 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the exportable method from the Message class, for the Dart programming language.">
|
||||
<title>exportable method - Message class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">exportable method</li>
|
||||
</ol>
|
||||
<div class="self-name">exportable</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">exportable</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype">dynamic</span>
|
||||
<span class="name ">exportable</span>(<wbr>)
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Returns an object rapresentation of the message</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">exportable() {
|
||||
return {
|
||||
"content": content,
|
||||
};
|
||||
}</code></pre>
|
||||
</section>
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li><a href="../../tn_discord/Message-class.html">Message</a></li>
|
||||
<li class="self-crumb">exportable method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>Message class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/Message/Message.html">Message</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/Message-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li><a href="../../tn_discord/Message/content.html">content</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/Message-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/Message/exportable.html">exportable</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/Message-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
331
doc/api/tn_discord/MessageSent-class.html
Normal file
331
doc/api/tn_discord/MessageSent-class.html
Normal file
|
@ -0,0 +1,331 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="API docs for the MessageSent class from the tn_discord library, for the Dart programming language.">
|
||||
<title>MessageSent class - tn_discord library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../static-assets/github.css?v1">
|
||||
<link rel="stylesheet" href="../static-assets/styles.css?v1">
|
||||
<link rel="icon" href="../static-assets/favicon.png?v1">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body data-base-href="../" data-using-base-href="false" class="light-theme">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">MessageSent class</li>
|
||||
</ol>
|
||||
<div class="self-name">MessageSent</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
<div class="toggle" id="theme-button">
|
||||
<label for="theme">
|
||||
<input type="checkbox" id="theme" value="light-theme">
|
||||
<span id="dark-theme-button" class="material-symbols-outlined">
|
||||
brightness_4
|
||||
</span>
|
||||
<span id="light-theme-button" class="material-symbols-outlined">
|
||||
brightness_5
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">MessageSent</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Represents a sent message on Discord.</p>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<ul class="gt-separated dark clazz-relationships">
|
||||
<li><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li>MessageSent</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="MessageSent" class="callable">
|
||||
<span class="name"><a href="../tn_discord/MessageSent/MessageSent.html">MessageSent</a></span><span class="signature">(<span class="parameter" id="-param-msg"><span class="type-annotation"><a href="../tn_discord/Message-class.html">Message</a></span> <span class="parameter-name">msg</span>, </span><span class="parameter" id="-param-id">{<span>required</span> <span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span>}</span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="content" class="property inherited">
|
||||
<span class="name"><a href="../tn_discord/Message/content.html">content</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
|
||||
<div class="features"><span class="feature">read / write</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="id" class="property">
|
||||
<span class="name"><a href="../tn_discord/MessageSent/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">read / write</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features"><span class="feature">read-only</span><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="exportable" class="callable inherited">
|
||||
<span class="name"><a href="../tn_discord/Message/exportable.html">exportable</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Returns an object rapresentation of the message
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a nonexistent method or property is accessed.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.dart.dev/stable/3.0.7/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features"><span class="feature">inherited</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.main-content -->
|
||||
|
||||
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
|
||||
<header id="header-search-sidebar" class="hidden-l">
|
||||
<form class="search-sidebar" role="search">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">tn_discord</a></li>
|
||||
<li><a href="../tn_discord/tn_discord-library.html">tn_discord</a></li>
|
||||
<li class="self-crumb">MessageSent class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>tn_discord library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#classes">Classes</a></li>
|
||||
<li><a href="../tn_discord/Channel-class.html">Channel</a></li>
|
||||
<li><a href="../tn_discord/ChannelManager-class.html">ChannelManager</a></li>
|
||||
<li><a href="../tn_discord/Client-class.html">Client</a></li>
|
||||
<li><a href="../tn_discord/Collection-class.html">Collection</a></li>
|
||||
<li><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></li>
|
||||
<li><a href="../tn_discord/Guild-class.html">Guild</a></li>
|
||||
<li><a href="../tn_discord/GuildManager-class.html">GuildManager</a></li>
|
||||
<li><a href="../tn_discord/Member-class.html">Member</a></li>
|
||||
<li><a href="../tn_discord/MemberManager-class.html">MemberManager</a></li>
|
||||
<li><a href="../tn_discord/Message-class.html">Message</a></li>
|
||||
<li><a href="../tn_discord/MessageSent-class.html">MessageSent</a></li>
|
||||
<li><a href="../tn_discord/Role-class.html">Role</a></li>
|
||||
<li><a href="../tn_discord/RoleManager-class.html">RoleManager</a></li>
|
||||
<li><a href="../tn_discord/User-class.html">User</a></li>
|
||||
<li><a href="../tn_discord/UserManager-class.html">UserManager</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#properties">Properties</a></li>
|
||||
<li><a href="../tn_discord/apiURL.html">apiURL</a></li>
|
||||
<li><a href="../tn_discord/version.html">version</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#functions">Functions</a></li>
|
||||
<li><a href="../tn_discord/calculateIntents.html">calculateIntents</a></li>
|
||||
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/tn_discord-library.html#typedefs">Typedefs</a></li>
|
||||
<li><a href="../tn_discord/Embed.html">Embed</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/MessageSent-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/MessageSent/MessageSent.html">MessageSent</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/MessageSent-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="../tn_discord/Message/content.html">content</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/MessageSent/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/MessageSent-class.html#instance-methods">Methods</a></li>
|
||||
<li class="inherited"><a href="../tn_discord/Message/exportable.html">exportable</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/MessageSent-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.7/dart-core/Object/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
tn_discord
|
||||
1.1.1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue