Modifying docs
This commit is contained in:
parent
13c703d20f
commit
a63ca6e2b0
53 changed files with 15356 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
## 1.1.1
|
||||
# 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 +9,6 @@
|
|||
- Add `webhookclient.get(String message-id)`
|
||||
- Add `webhookclient.delete(String message-id)`
|
||||
|
||||
## 1.0.0
|
||||
# 1.0.0
|
||||
|
||||
- Initial version.
|
||||
|
|
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 @@
|
|||
[]
|
134
doc/api/index.html
Normal file
134
doc/api/index.html
Normal file
|
@ -0,0 +1,134 @@
|
|||
<!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>
|
||||
</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>Support for doing something awesome.
|
||||
</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
404
doc/api/tn_discord/Client-class.html
Normal file
404
doc/api/tn_discord/Client-class.html
Normal file
|
@ -0,0 +1,404 @@
|
|||
<!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>
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<ul class="gt-separated dark clazz-relationships">
|
||||
<li><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></span>></span></span> <span class="parameter-name">intents</span> = <span class="default-value">const []</span>}</span>)</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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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="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.flutter.dev/flutter/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="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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="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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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/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>
|
||||
|
||||
<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 inherited">
|
||||
<a href="../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</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 class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><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 class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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>
|
||||
|
152
doc/api/tn_discord/Client/Client.html
Normal file
152
doc/api/tn_discord/Client/Client.html
Normal file
|
@ -0,0 +1,152 @@
|
|||
<!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.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></span>></span></span> <span class="parameter-name">intents</span> = <span class="default-value">const []</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">Client({List<GatewayIntentBits> intents = const []});</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 inherited">
|
||||
<a href="../../tn_discord/Client-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</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 class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title inherited"><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 class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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>
|
||||
|
140
doc/api/tn_discord/Embed.html
Normal file
140
doc/api/tn_discord/Embed.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 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.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 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/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>
|
||||
|
565
doc/api/tn_discord/GatewayIntentBits-class.html
Normal file
565
doc/api/tn_discord/GatewayIntentBits-class.html
Normal file
|
@ -0,0 +1,565 @@
|
|||
<!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="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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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/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>
|
||||
|
||||
<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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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>
|
||||
|
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>
|
||||
|
362
doc/api/tn_discord/WebhookClient-class.html
Normal file
362
doc/api/tn_discord/WebhookClient-class.html
Normal file
|
@ -0,0 +1,362 @@
|
|||
<!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 WebhookClient class from the tn_discord library, for the Dart programming language.">
|
||||
<title>WebhookClient 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">WebhookClient class</li>
|
||||
</ol>
|
||||
<div class="self-name">WebhookClient</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">WebhookClient</span> class
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="WebhookClient" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></span><span class="signature">(<span class="parameter" id="-param-url">{<span class="type-annotation">dynamic</span> <span class="parameter-name">url</span>, </span><span class="parameter" id="-param-token"><span class="type-annotation">dynamic</span> <span class="parameter-name">token</span>, </span><span class="parameter" id="-param-id"><span class="type-annotation">dynamic</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="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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/WebhookClient/id.html">id</a></span>
|
||||
<span class="signature">↔ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/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="token" class="property">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/token.html">token</a></span>
|
||||
<span class="signature">↔ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</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="delete" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/delete.html">delete</a></span><span class="signature">(<wbr><span class="parameter" id="delete-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="edit" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/edit.html">edit</a></span><span class="signature">(<wbr><span class="parameter" id="edit-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span>, </span><span class="parameter" id="edit-param-content">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">content</span> = <span class="default-value">""</span>, </span><span class="parameter" id="edit-param-embeds"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Embed.html">Embed</a></span>></span></span> <span class="parameter-name">embeds</span> = <span class="default-value">const []</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="editText" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/editText.html">editText</a></span><span class="signature">(<wbr><span class="parameter" id="editText-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span>, </span><span class="parameter" id="editText-param-content"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">content</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="get" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/get.html">get</a></span><span class="signature">(<wbr><span class="parameter" id="get-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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/WebhookClient/send.html">send</a></span><span class="signature">(<wbr><span class="parameter" id="send-param-content">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">content</span>, </span><span class="parameter" id="send-param-embeds"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../tn_discord/Embed.html">Embed</a></span>></span>?</span> <span class="parameter-name">embeds</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="sendText" class="callable">
|
||||
<span class="name"><a href="../tn_discord/WebhookClient/sendText.html">sendText</a></span><span class="signature">(<wbr><span class="parameter" id="sendText-param-content"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">content</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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.flutter.dev/flutter/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.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/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">WebhookClient 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/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>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
162
doc/api/tn_discord/WebhookClient/WebhookClient.html
Normal file
162
doc/api/tn_discord/WebhookClient/WebhookClient.html
Normal file
|
@ -0,0 +1,162 @@
|
|||
<!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 WebhookClient constructor from Class WebhookClient from the tn_discord library, for the Dart programming language.">
|
||||
<title>WebhookClient constructor - WebhookClient - 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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">WebhookClient constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">WebhookClient</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">WebhookClient</span> constructor
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<span class="name ">WebhookClient</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-url">{<span class="type-annotation">dynamic</span> <span class="parameter-name">url</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-token"><span class="type-annotation">dynamic</span> <span class="parameter-name">token</span>, </span></li>
|
||||
<li><span class="parameter" id="-param-id"><span class="type-annotation">dynamic</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">WebhookClient({dynamic url, dynamic token, dynamic id}) {
|
||||
if (url != null) {
|
||||
final regexed = Utils.parseWebhookURL(url);
|
||||
this.id = regexed["id"].toString();
|
||||
this.token = regexed["token"].toString();
|
||||
} else {
|
||||
this.token = token;
|
||||
this.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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">WebhookClient constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
160
doc/api/tn_discord/WebhookClient/delete.html
Normal file
160
doc/api/tn_discord/WebhookClient/delete.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 delete method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>delete method - WebhookClient 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/WebhookClient-class.html">WebhookClient</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"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">delete</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="delete-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/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<Map<String, dynamic>> delete(String id) async {
|
||||
Response res = await deleteWH(token, this.id, id);
|
||||
handleCode(res);
|
||||
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">delete method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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/WebhookClient/edit.html
Normal file
163
doc/api/tn_discord/WebhookClient/edit.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 edit method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>edit method - WebhookClient 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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">edit method</li>
|
||||
</ol>
|
||||
<div class="self-name">edit</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">edit</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">edit</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="edit-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span>, </span></li>
|
||||
<li><span class="parameter" id="edit-param-content">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">content</span> = <span class="default-value">""</span>, </span></li>
|
||||
<li><span class="parameter" id="edit-param-embeds"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Embed.html">Embed</a></span>></span></span> <span class="parameter-name">embeds</span> = <span class="default-value">const []</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<Map<String, dynamic>> edit(String id, {String content = "", List<Embed> embeds = const []}) async {
|
||||
Map body = {"content": content, "embeds": embeds};
|
||||
Response res = await editWH(body, token, this.id, id);
|
||||
|
||||
handleCode(res);
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">edit method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
162
doc/api/tn_discord/WebhookClient/editText.html
Normal file
162
doc/api/tn_discord/WebhookClient/editText.html
Normal file
|
@ -0,0 +1,162 @@
|
|||
<!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 editText method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>editText method - WebhookClient 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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">editText method</li>
|
||||
</ol>
|
||||
<div class="self-name">editText</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">editText</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">editText</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="editText-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">id</span>, </span></li>
|
||||
<li><span class="parameter" id="editText-param-content"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/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">Future<Map<String, dynamic>> editText(String id, String content) async {
|
||||
Map<String, String> body = {"content": content};
|
||||
Response res = await editWH(body, token, this.id, id);
|
||||
|
||||
handleCode(res);
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">editText method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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/WebhookClient/get.html
Normal file
160
doc/api/tn_discord/WebhookClient/get.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 get method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>get method - WebhookClient 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/WebhookClient-class.html">WebhookClient</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"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">get</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="get-param-id"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/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<Map<String, dynamic>> get(String id) async {
|
||||
Response res = await getWH(token, this.id, id);
|
||||
handleCode(res);
|
||||
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">get method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
151
doc/api/tn_discord/WebhookClient/id.html
Normal file
151
doc/api/tn_discord/WebhookClient/id.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 id property from the WebhookClient class, for the Dart programming language.">
|
||||
<title>id property - WebhookClient 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/WebhookClient-class.html">WebhookClient</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.flutter.dev/flutter/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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">id property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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/WebhookClient/send.html
Normal file
163
doc/api/tn_discord/WebhookClient/send.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 send method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>send method - WebhookClient 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/WebhookClient-class.html">WebhookClient</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.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">send</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="send-param-content">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">content</span>, </span></li>
|
||||
<li><span class="parameter" id="send-param-embeds"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="../../tn_discord/Embed.html">Embed</a></span>></span>?</span> <span class="parameter-name">embeds</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<Map<String, dynamic>> send({String? content, List<Embed>? embeds}) async {
|
||||
Map<String, dynamic> body = Utils().createMessage(text: content, embeds: embeds);
|
||||
|
||||
Response res = await sendWH(body, token, id);
|
||||
|
||||
handleCode(res);
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">send method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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/WebhookClient/sendText.html
Normal file
161
doc/api/tn_discord/WebhookClient/sendText.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 sendText method from the WebhookClient class, for the Dart programming language.">
|
||||
<title>sendText method - WebhookClient 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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">sendText method</li>
|
||||
</ol>
|
||||
<div class="self-name">sendText</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">sendText</span> method
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
|
||||
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><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">dynamic</span>></span></span>></span></span>
|
||||
<span class="name ">sendText</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="sendText-param-content"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/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">Future<Map<String, dynamic>> sendText(String content) async {
|
||||
Map<String, String> body = {"content": content};
|
||||
Response res = await sendWH(body, token, id);
|
||||
|
||||
handleCode(res);
|
||||
return json.decode(res.body);
|
||||
}</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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">sendText method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
151
doc/api/tn_discord/WebhookClient/token.html
Normal file
151
doc/api/tn_discord/WebhookClient/token.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 token property from the WebhookClient class, for the Dart programming language.">
|
||||
<title>token property - WebhookClient 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/WebhookClient-class.html">WebhookClient</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.flutter.dev/flutter/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/WebhookClient-class.html">WebhookClient</a></li>
|
||||
<li class="self-crumb">token property</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>WebhookClient class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/WebhookClient.html">WebhookClient</a></li>
|
||||
|
||||
|
||||
<li class="section-title">
|
||||
<a href="../../tn_discord/WebhookClient-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/id.html">id</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/token.html">token</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../tn_discord/WebhookClient-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/delete.html">delete</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/edit.html">edit</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/editText.html">editText</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/get.html">get</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/send.html">send</a></li>
|
||||
<li><a href="../../tn_discord/WebhookClient/sendText.html">sendText</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../tn_discord/WebhookClient-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/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>
|
||||
|
140
doc/api/tn_discord/apiURL.html
Normal file
140
doc/api/tn_discord/apiURL.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 apiURL property from the tn_discord library, for the Dart programming language.">
|
||||
<title>apiURL property - 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">apiURL property</li>
|
||||
</ol>
|
||||
<div class="self-name">apiURL</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-top-level-property">apiURL</span> top-level property
|
||||
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
|
||||
<span class="name ">apiURL</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 apiURL = "https://discord.com/api/v$version";</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">apiURL property</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>
|
||||
|
238
doc/api/tn_discord/tn_discord-library.html
Normal file
238
doc/api/tn_discord/tn_discord-library.html
Normal file
|
@ -0,0 +1,238 @@
|
|||
<!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="tn_discord library API docs, for the Dart programming language.">
|
||||
<title>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 class="self-crumb">tn_discord library</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>
|
||||
<h1><span class="kind-library">tn_discord</span> library
|
||||
|
||||
</h1></div>
|
||||
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Support for doing something awesome.</p>
|
||||
<p>More dartdocs go here.</p>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="classes">
|
||||
<h2>Classes</h2>
|
||||
|
||||
<dl>
|
||||
<dt id="Client">
|
||||
<span class="name "><a href="../tn_discord/Client-class.html">Client</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="GatewayIntentBits">
|
||||
<span class="name "><a href="../tn_discord/GatewayIntentBits-class.html">GatewayIntentBits</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="WebhookClient">
|
||||
<span class="name "><a href="../tn_discord/WebhookClient-class.html">WebhookClient</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="apiURL" class="property">
|
||||
<span class="name"><a href="../tn_discord/apiURL.html">apiURL</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="version" class="property">
|
||||
<span class="name"><a href="../tn_discord/version.html">version</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="features"><span class="feature">final</span></div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="typedefs">
|
||||
<h2>Typedefs</h2>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt id="Embed" class="">
|
||||
<span class="name"><a href="../tn_discord/Embed.html">Embed</a></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>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt id="Message" class="">
|
||||
<span class="name"><a href="../tn_discord/Message.html">Message</a></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>
|
||||
|
||||
|
||||
</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><a href="../index.html">tn_discord</a></li>
|
||||
<li class="self-crumb">tn_discord library</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">
|
||||
<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-right-->
|
||||
|
||||
</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/version.html
Normal file
140
doc/api/tn_discord/version.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 version property from the tn_discord library, for the Dart programming language.">
|
||||
<title>version property - 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">version property</li>
|
||||
</ol>
|
||||
<div class="self-name">version</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-top-level-property">version</span> top-level property
|
||||
|
||||
</h1></div>
|
||||
|
||||
<section class="multi-line-signature">
|
||||
|
||||
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
|
||||
<span class="name ">version</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 version = "10";</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">version property</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>
|
||||
|
Reference in a new issue