From 6340f64fbc9d8695997eb140326a7acbeaecf314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:41:01 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=200.33.2=20=F0=9F=8E=89=20(#465?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu --- CHANGELOG.md | 8 + deno/CHANGELOG.md | 8 + package-lock.json | 4 +- package.json | 2 +- .../version-0.33.2/Contributing.mdx | 263 ++++++++++++++++++ .../version-0.33.2/Introduction.mdx | 167 +++++++++++ .../version-0.33.2/api-packages.json | 1 + .../version-0.33.2/api-typedoc.json | 1 + .../images/deno_types_out_of_sync.png | Bin 0 -> 128718 bytes .../version-0.33.2-sidebars.json | 8 + website/versions.json | 1 + 11 files changed, 460 insertions(+), 3 deletions(-) create mode 100644 website/versioned_docs/version-0.33.2/Contributing.mdx create mode 100644 website/versioned_docs/version-0.33.2/Introduction.mdx create mode 100644 website/versioned_docs/version-0.33.2/api-packages.json create mode 100644 website/versioned_docs/version-0.33.2/api-typedoc.json create mode 100644 website/versioned_docs/version-0.33.2/images/deno_types_out_of_sync.png create mode 100644 website/versioned_sidebars/version-0.33.2-sidebars.json diff --git a/CHANGELOG.md b/CHANGELOG.md index bf04de28..b91689ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.33.2](https://github.com/discordjs/discord-api-types/compare/0.33.1...0.33.2) (2022-06-01) + +### Bug Fixes + +- **docs-site:** website link colors ([#457](https://github.com/discordjs/discord-api-types/issues/457)) ([51e664d](https://github.com/discordjs/discord-api-types/commit/51e664d8e826e7f0aa467c000f3a1707fc283a36)) +- **GatewayGuildCreateDispatch:** add extra fields that were missing ([#458](https://github.com/discordjs/discord-api-types/issues/458)) ([15fcd1b](https://github.com/discordjs/discord-api-types/commit/15fcd1b2a85e8d1e136416a66326a4aadcc301fb)) +- **RestPostAPIBaseApplicationJSONBody:** make `default_member_permissions` optional ([#460](https://github.com/discordjs/discord-api-types/issues/460)) ([6a813be](https://github.com/discordjs/discord-api-types/commit/6a813be83382e1606f1921cf00179fe1ce75c04f)) + ## [0.33.1](https://github.com/discordjs/discord-api-types/compare/0.33.0...0.33.1) (2022-05-26) ### Bug Fixes diff --git a/deno/CHANGELOG.md b/deno/CHANGELOG.md index bf04de28..b91689ad 100644 --- a/deno/CHANGELOG.md +++ b/deno/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.33.2](https://github.com/discordjs/discord-api-types/compare/0.33.1...0.33.2) (2022-06-01) + +### Bug Fixes + +- **docs-site:** website link colors ([#457](https://github.com/discordjs/discord-api-types/issues/457)) ([51e664d](https://github.com/discordjs/discord-api-types/commit/51e664d8e826e7f0aa467c000f3a1707fc283a36)) +- **GatewayGuildCreateDispatch:** add extra fields that were missing ([#458](https://github.com/discordjs/discord-api-types/issues/458)) ([15fcd1b](https://github.com/discordjs/discord-api-types/commit/15fcd1b2a85e8d1e136416a66326a4aadcc301fb)) +- **RestPostAPIBaseApplicationJSONBody:** make `default_member_permissions` optional ([#460](https://github.com/discordjs/discord-api-types/issues/460)) ([6a813be](https://github.com/discordjs/discord-api-types/commit/6a813be83382e1606f1921cf00179fe1ce75c04f)) + ## [0.33.1](https://github.com/discordjs/discord-api-types/compare/0.33.0...0.33.1) (2022-05-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 1b342011..d69e503e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discord-api-types", - "version": "0.33.1", + "version": "0.33.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "discord-api-types", - "version": "0.33.1", + "version": "0.33.2", "license": "MIT", "devDependencies": { "@babel/runtime-corejs3": "^7.18.0", diff --git a/package.json b/package.json index 117bf294..c640b00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-api-types", - "version": "0.33.1", + "version": "0.33.2", "description": "Discord API typings that are kept up to date for use in bot library creation.", "exports": { "./globals": { diff --git a/website/versioned_docs/version-0.33.2/Contributing.mdx b/website/versioned_docs/version-0.33.2/Contributing.mdx new file mode 100644 index 00000000..f33d29a3 --- /dev/null +++ b/website/versioned_docs/version-0.33.2/Contributing.mdx @@ -0,0 +1,263 @@ +--- +id: contributing_to_discord-api-types +title: How to Contribute +sidebar_position: 1 +--- + +So, you'd like to contribute to `discord-api-types` but don't know where to start or what to do? Here are some of the +things you need to keep in mind before opening a pull request! + +:::tip Before you begin + +We recommend you contribute either through locally editing the files on your desktop (which means also installing +[`npm`](https://www.npmjs.com/) dependencies as this will ensure not only a consistent code style, but also that the +`deno` types stay in sync automatically) or through a service like +[`GitHub Codespaces`](https://github.com/features/codespaces). + +::: + +:::info Still can't figure it out? + +No problem! We await you with open hands in our [`Discord Server`](https://discord.gg/djs) in the `#discord-api-types` +channel (under the `Miscellaneous` category) + +::: + +### Install npm dependencies first + +One of the most crucial steps is installing [`npm`](https://www.npmjs.com/) dependencies via `npm ci`. This ensures that +linting can be done, and it also sets up the `git` hooks for building the `deno` types and automatically +formatting/linting the code when you commit it. + +If you forget to install [`npm`](https://www.npmjs.com/) dependencies, or are doing the contributions through other +means (like directly from GitHub web), you might see a comment like this one being sent as a review to your pull +request: + +![An image showing the style of comment the automatic deno checker reports](./images/deno_types_out_of_sync.png) + +The easiest way to solve this is to run the `build:deno` script (`npm run build:deno`) and pushing the results. + +### Figure out if the update you want to contribute respects our rules about documentation + +:::danger + +We will not document client-only / client related types. If you plan on contributing, make sure the types you want to +document can be used by bots and are _intended_ for usage by bots. This is a hard rule that will never change. + +::: + +Not every single update to the API is valid to be documented here. Our main stance for documentation is that properties +must be known and documented on [`Discord's API Documentation repository`](https://github.com/discord/discord-api-docs), +must be mentioned in an open pull request or must have received the green light to be used. + +With that aside, there are times where documentation for certain types is not approved/merged by Discord on the grounds +that `it isn't helpful for bots` (or similar), but it would actually benefit bot developers to have it documented (one +good example is the UserFlags `SPAMMER` flag). As such, if you think your update should still be merged, please propose +it and we will be handled on a case by case basis. If approved, your update will be documented with an `@unstable` tag. +It will also not be subject to the same versioning rules as the rest of the types. + +### Figure out what API versions need to receive the update + +`discord-api-types` has multiple API versions in the repository, some of which may be considered `deprecated` or +`discontinued` as we keep them till the version is completely dead before removing them. This is a good time to figure +out which API versions need to be updated, and you can use the table below to guide you. + +You can also check [`Discord's API versioning table`](https://discord.com/developers/docs/reference#api-versioning) if +you want to be 1000% sure. + +| **API Version** | **Should receive updates** | +| :-------------: | :------------------------: | +| 10 | Yes | +| 9 | Yes | +| 8 | No | +| 7 | No | +| 6 | No | + +If the version you want to contribute to is not listed above (for instance if a new API version rolls out) or if the +version you want to contribute to is for a different part of the API (for instance `voice`), feel free to submit it and +we will review it accordingly. + +### Figure out where exactly are the files you need to modify to make the update + +The file structure might seem confusing at first, especially if it's your first time contributing, but we're here to +guide you through it. + +When you clone the repository for the first time, you'll see a folder structure like this (we've not mentioned some +tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders you +need to keep in mind when contributing. + +```bash {5,7-9,12-13,15-19} +├── deno +├── gateway +├── node_modules (once you ran `npm ci`) +├── payloads +├── rest +├── rpc +├── scripts +├── tests +├── utils +├── voice +├── website +├── globals.ts +├── v6.ts +├── v8.ts +├── v9.ts +├── v10.ts +└── package.json +``` + +#### `deno` + +This folder stores the [`deno`](https://deno.land/) compatible typings for Discord's API. + +:::danger + +This folder should not be manually modified. Any manual changes will be overwritten by the `build:deno` script. + +Any changes that need to be done to this folder need to be done through the `scripts/deno.mjs` file. + +::: + +#### `gateway` + +This folder holds types that are strictly received from +[`Discord's gateway`](https://discord.com/developers/docs/topics/gateway). It stores the gateway version the types are +for, the intents and opcodes, and any data that can be received/sent through the gateway. + +Each file in the folder represents a gateway version. It references types from the versioned [`payloads`](#payloads) +folder unless the payloads come _only_ through the gateway. There is also a `common.ts` file which represents shared +types across all versions, as well as an `index.ts` file that exports the recommended gateway version's types. + +:::info + +Types created here must start with the `Gateway` prefix (for instance `GatewayGuildCreateDispatchData` which is an +extension of the `APIGuild` type with extra fields received only through the gateway). + +::: + +#### `payloads` + +This folder holds the bulk of type definitions for Discord's APIs. Each API version receives its own folder. Inside of +each folder there is always an `index.ts` file that exports every type available in that version, as well as the common +types that can be found in `payloads/common.ts`. At the root of the `payloads` folder is also an `index.ts` file which +exports the recommended API version's types. + +Inside of each versioned folder, the files are defined from the structure in +[`Discord's API Documentation`](https://discord.dev), under the `Resources` category. Depending on the complexity of the +resource, you may opt for splitting it up into multiple files. If you want to do so, please create a folder named +`_{resource_name}` where the `resource_name` is the same name as the resource you're splitting up (a good example is the +`_interactions` folder which stores all the types for interactions in a neater structure), and create a +`{resource_name}.ts` file which exports everything from that folder). If you feel like you need to split it up even +more, just repeat the same structure of creating an `_{file_name}` folder and exporting everything from it in the +`{file_name}.ts` file (you can see an example +[here](https://github.com/discordjs/discord-api-types/tree/85802f1/payloads/v10/_interactions)). + +:::info + +Types created here must start with the `API` prefix (for instance `APIUser`), **except** for enums, which should have a +normal name (for instance `UserFlags`). + +::: + +#### `rest` + +This folder holds all the types that are related to Discord's REST API. Just like [`payloads`](#payloads), it is split +into folders that have an `index.ts` file. from the structure in [`Discord's API Documentation`](https://discord.dev), +under the `Resources` category. + +:::info + +Types created here must start with the `REST` prefix (for instance `RESTGetAPIUserResult`) unless they are objects or +enums (for instance `Routes`). + +They must also follow the following structure: `REST{http_method}{type_name}{Query|(JSON|FormData)|Result}`, where: + +- `http_method` is the PascalCase HTTP method name (for instance `Get`, `Post`, and so on) +- `type_name` is the actual name of the type it returns (for instance `APIUser`) +- `Query|(JSON|FormData)Body|Result` should be used depending on what the route takes or returns + - If a route doesn't take in any parameters, be it query, JSON or FormData, it shouldn't define any of those types + - A route should always define a `Result` type, and should reference an `API*` type unless the data returned is only + received through a REST call + - If a route returns a `204 No Content` response, it should define a `Result` type with `never` as its value (this + does not account for errors) + +This structure should be followed whenever possible, however that might not always be doable. Specifically, types for +OAuth2 may not follow the structure exactly, but should aim to follow it as much as possible. + +::: + +#### `rpc` + +This folder holds types that are strictly related to +[`Discord's RPC API`](https://discord.com/developers/docs/topics/rpc). Just like [`gateway`](#gateway), each RPC API +version receives its own file. + +:::info + +Types created here must start with the `RPC` prefix (for instance `RPCErrorCodes`). + +::: + +#### `scripts` + +This folder holds the module's scripts that empower our Continuous Integration / Deployment pipelines, as well as other +miscellaneous scripts we might need. There's really not much to say about these really... + +#### `tests` + +This folder holds tests for certain complex types that the mdule might have, and is especially useful for validating +unions. + +:::info + +Files created here **must** end in `.test-d.ts`, as otherwise they will not be picked up by +[`tsd`](https://www.npmjs.com/package/tsd). + +::: + +#### `utils` + +This folder holds certain utility functions which can be used while working with some complicated types (for instance +for more complicated unions). Each API version gets its own file with utility functions, but a folder can be created if +a lot of methods are created. + +:::info + +The `internals.ts` file stores types that are strictly used inside the module to help build out our strict types. These +types should never be exported from the module. + +::: + +#### `voice` + +This folder holds types that are strictly related to +[`Discord's Voice API`](https://discord.com/developers/docs/topics/voice-connections). It follows the same folder +structure as [`gateway`](#gateway). + +:::info + +Types in this folder must start with the `Voice` prefix (for instance `VoiceOpcodes`). + +::: + +#### `website` + +This folder holds...well...this very site you are reading this page from! For the most part, you do not need to alter +its contents, except if you're contributing a new API version to the module. + +To add the new version to this very website, edit the `docusaurus.config.js` file, and in the `plugins` array, for the +`docusaurus-plugin-typedoc-api` plugin, you need to add an entry similar to the ones already present. + +#### `globals.ts` + +This file stores types that are present regardless of the API version you use. + +#### `v*.ts` + +These files export everything from the previously mentioned folders that match the version the file is named after. It +serves as the entry point for importing types from the module (for example by importing `discord-api-types/v10`). + +#### `package.json` + +This is the entry point of the package for [`npm`](https://www.npmjs.com/). You won't need to edit this file unless +you're adding a new API version, in which case you should follow the same structure as seen in the `exports` field. diff --git a/website/versioned_docs/version-0.33.2/Introduction.mdx b/website/versioned_docs/version-0.33.2/Introduction.mdx new file mode 100644 index 00000000..4532dcc2 --- /dev/null +++ b/website/versioned_docs/version-0.33.2/Introduction.mdx @@ -0,0 +1,167 @@ +--- +id: introduction_to_discord-api-types +title: Introduction +sidebar_position: 0 +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +
+ + + +[![Discord server](https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white)](https://discord-api-types.dev/discord) +[![Patreon Donate](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Donate%20with%20Patreon&logo=patreon&colorB=F96854&link=https://www.patreon.com/vladfrangu)](https://www.patreon.com/vladfrangu) +[![Ko-fi Donate](https://img.shields.io/badge/kofi-donate-brightgreen.svg?label=Donate%20with%20Ko-fi&logo=ko-fi&colorB=F16061&link=https://ko-fi.com/wolfgalvlad&logoColor=FFFFFF)](https://ko-fi.com/wolfgalvlad) +[![GitHub Sponsors](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Sponsor%20through%20GitHub&logo=github&colorB=F96854&link=https://github.com/sponsors/vladfrangu)](https://github.com/sponsors/vladfrangu) + +[![npm version](https://img.shields.io/npm/v/discord-api-types?color=crimson&label=NPM%20Version&logo=npm)](https://www.npmjs.com/package/discord-api-types) +[![npm downloads](https://img.shields.io/npm/dt/discord-api-types.svg?label=NPM%20Downloads&logo=npm)](https://www.npmjs.com/package/discord-api-types) +[![deno](https://img.shields.io/npm/v/discord-api-types?color=blue&label=deno&logo=deno)](https://deno.land/x/discord_api_types) + +
+ +## About + +Discord API Types is a community-maintained project that brings API types for Discord's REST, Gateway and Voice APIs. + +## Installation + +Install with [`npm`](https://www.npmjs.com/) / [`yarn`](https://yarnpkg.com) / [`pnpm`](https://pnpm.js.org/): + +```bash npm2yarn2pnpm +npm install discord-api-types +``` + +### Usage + +You can only import this module by specifying the API version you want to target. Append `/v*` to the import path, where +the `*` represents the API version. Below are some examples + + + + +```typescript showLineNumbers +/** + * @type {import('discord-api-types/v10').APIUser} + */ +``` + + + + + +```typescript showLineNumbers +/** + * @type {import('discord-api-types/v10').APIUser} + */ +``` + + + + + +```typescript showLineNumbers +import { type APIUser } from 'discord-api-types/v10'; +``` + + + + + +:::info + +You may also import just certain parts of the module that you need. The possible values are: `globals`, `gateway`, +`gateway/v*`, `payloads`, `payloads/v*`, `rest`, `rest/v*`, `rpc`, `rpc/v*`, `utils`, `utils/v*`, `voice`, and +`voice/v*`. Below is an example of importing directly from the gateway submodule + +```typescript ts2esm2cjs +import { GatewayVersion } from 'discord-api-types/gateway/v10'; + +console.log(`Let's connect to wss://gateway.discord.gg/?v=${GatewayVersion}`); +``` + +> _**Note:** The `v*` exports (`discord-api-types/v*`) include the appropriate version of `gateway`, `payloads`, `rest`, +> `rpc`, and `utils` you specified, alongside the `globals` exports_ + +::: + +### Deno + +We also provide typings compatible with the [deno](https://deno.land/) runtime. Here are 3 examples of how you can +import them: + + + + +```typescript showLineNumbers +// Importing a specific API version +import { APIUser } from 'https://raw.githubusercontent.com/discordjs/discord-api-types/main/deno/v10.ts'; +``` + + + + + +```typescript showLineNumbers +// Importing a specific API version +import { APIUser } from 'https://deno.land/x/discord_api_types/v10.ts'; +``` + + + + + +```typescript showLineNumbers +// Importing a specific API version +import { APIUser } from 'https://cdn.skypack.dev/discord-api-types/v10?dts'; +``` + + + + + +## Project Structure + +The exports of each API version is split into three main parts: + +- Everything exported with the `API` prefix represents a payload you may get from the REST API _or_ the Gateway. + +- Everything exported with the `Gateway` prefix represents data that ONLY comes from or is directly related to the + Gateway. + +- Everything exported with the `REST` prefix represents data that ONLY comes from or is directly related to the REST + API. + + - For endpoint options, they will follow the following structure: + `REST` where the type represents what it will return. + + - For example, `RESTPostAPIChannelMessageJSONBody` or `RESTGetAPIGatewayBotInfoResult`. + + - Some exported types (specifically OAuth2 related ones) may not respect this entire structure due to the nature of + the fields. They will start with either `RESTOAuth2` or with something similar to `RESTOAuth2` + + - If a type ends with `Result`, then it represents the expected result by calling its accompanying route. + + - Types that are exported as `never` usually mean the result will be a `204 No Content`, so you can safely ignore + it. This does **not** account for errors. + +- Anything else that is miscellaneous will be exported based on what it represents (for example the `REST` route + object). + +- There may be types exported that are identical for all versions. These will be exported as is and can be found in the + `globals` file. They will still be prefixed accordingly as described above. + +:::danger A note about how types are documented + +This package will add types only for known and documented properties that are present in Discord's +[API Documentation repository](https://github.com/discord/discord-api-docs), that are mentioned in an open pull request, +or known through other means _and have received the green light to be used_. Anything else will not be documented (for +example client only types). + +With that aside, we may allow certain types that are not documented in the +[API Documentation repository](https://github.com/discord/discord-api-docs) on a case by case basis. They will be +documented with an `@unstable` tag and are not subject with the same versioning rules. + +::: diff --git a/website/versioned_docs/version-0.33.2/api-packages.json b/website/versioned_docs/version-0.33.2/api-packages.json new file mode 100644 index 00000000..d6757052 --- /dev/null +++ b/website/versioned_docs/version-0.33.2/api-packages.json @@ -0,0 +1 @@ +[{"entryPoints":{"globals":{"path":"globals.ts","label":"Global Types"},"gateway/common":{"path":"gateway/common.ts","label":"Gateway - Common Types"},"payloads/common":{"path":"payloads/common.ts","label":"Payloads - Common Types"},"rest/common":{"path":"rest/common.ts","label":"REST - Common Types"},"rpc/common":{"path":"rpc/common.ts","label":"RPC - Common Types"},"v6":{"path":"v6.ts","label":"API v6 - Deprecated"},"v8":{"path":"v8.ts","label":"API v8 - Deprecated"},"v9":{"path":"v9.ts","label":"API v9"},"v10":{"path":"v10.ts","label":"API v10"},"rpc/v8":{"path":"rpc/v8.ts","label":"RPC v8"},"rpc/v9":{"path":"rpc/v9.ts","label":"RPC v9"},"rpc/v10":{"path":"rpc/v10.ts","label":"RPC v10"},"voice/v4":{"path":"voice/v4.ts","label":"Voice v4"},"utils/v8":{"path":"utils/v8.ts","label":"Utils v8"},"utils/v9":{"path":"utils/v9.ts","label":"Utils v9"},"utils/v10":{"path":"utils/v10.ts","label":"Utils v10"}},"packagePath":"./","packageSlug":"discord-api-types","packageName":"discord-api-types","packageVersion":"0.33.2"}] \ No newline at end of file diff --git a/website/versioned_docs/version-0.33.2/api-typedoc.json b/website/versioned_docs/version-0.33.2/api-typedoc.json new file mode 100644 index 00000000..4a827523 --- /dev/null +++ b/website/versioned_docs/version-0.33.2/api-typedoc.json @@ -0,0 +1 @@ +{"id":0,"name":"discord-api-types","kind":1,"flags":{},"originalName":"","children":[{"id":17,"name":"gateway/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":18,"name":"GatewayURLQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#connecting-gateway-url-params"},"children":[{"id":21,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/common.ts","line":7,"character":1}],"type":{"type":"literal","value":"zlib-stream"}},{"id":20,"name":"encoding","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/common.ts","line":6,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"json"},{"type":"literal","value":"etf"}]}},{"id":19,"name":"v","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/common.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[21,20,19]}],"sources":[{"fileName":"gateway/common.ts","line":4,"character":17}]}],"groups":[{"title":"Interfaces","kind":256,"children":[18]}],"sources":[{"fileName":"gateway/common.ts","line":4,"character":0}]},{"id":1,"name":"globals","kind":2,"kindString":"Module","flags":{},"children":[{"id":2,"name":"Snowflake","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/reference#snowflakes"},"sources":[{"fileName":"globals.ts","line":4,"character":12}],"type":{"type":"intrinsic","name":"string"}},{"id":4,"name":"FormattingPatterns","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"shortText":"https://discord.com/developers/docs/reference#message-formatting-formats"},"sources":[{"fileName":"globals.ts","line":15,"character":13}],"type":{"type":"reflection","declaration":{"id":5,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":12,"name":"AnimatedEmoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching strictly an animated custom emoji","text":"The `animated`, `name` and `id` group properties are present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":59,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":9,"name":"Channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a channel mention","text":"The `id` group property is present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":41,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":15,"name":"DefaultStyledTimestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching strictly default styled timestamps","text":"The `timestamp` group property is present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":77,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":11,"name":"Emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a custom emoji, either static or animated","text":"The `animated`, `name` and `id` group properties are present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":53,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":10,"name":"Role","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a role mention","text":"The `id` group property is present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":47,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":13,"name":"StaticEmoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching strictly a static custom emoji","text":"The `name` and `id` group properties are present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":65,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":16,"name":"StyledTimestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching strictly custom styled timestamps","text":"The `timestamp` and `style` group properties are present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":83,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":14,"name":"Timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a timestamp, either default or custom styled","text":"The `timestamp` and `style` group properties are present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":71,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":6,"name":"User","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a user mention, strictly without a nickname","text":"The `id` group property is present on the `exec` result of this expression\n"},"sources":[{"fileName":"globals.ts","line":21,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":7,"name":"UserWithNickname","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a user mention, strictly with a nickname","text":"The `id` group property is present on the `exec` result of this expression","tags":[{"tag":"deprecated","text":"Passing `!` in user mentions is no longer necessary / supported, and future message contents won't have it\n"}]},"sources":[{"fileName":"globals.ts","line":28,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":8,"name":"UserWithOptionalNickname","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a user mention, with or without a nickname","text":"The `id` group property is present on the `exec` result of this expression","tags":[{"tag":"deprecated","text":"Passing `!` in user mentions is no longer necessary / supported, and future message contents won't have it\n"}]},"sources":[{"fileName":"globals.ts","line":35,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[12,9,15,11,10,13,16,14,6,7,8]}]}},"defaultValue":"..."}],"groups":[{"title":"Type Aliases","kind":4194304,"children":[2]},{"title":"Variables","kind":32,"children":[4]}],"sources":[{"fileName":"globals.ts","line":4,"character":0}]},{"id":22,"name":"payloads/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":66,"name":"LocalizationMap","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/common.ts","line":60,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":258,"name":"LocaleString"},{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":23,"name":"PermissionFlagsBits","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags","text":"These flags are exported as `BigInt`s and NOT numbers. Wrapping them in `Number()`\nmay cause issues, try to use BigInts as much as possible or modules that can\nreplicate them in some way\n"},"sources":[{"fileName":"payloads/common.ts","line":10,"character":13}],"type":{"type":"reflection","declaration":{"id":24,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":31,"name":"AddReactions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":28,"name":"Administrator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":40,"name":"AttachFiles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":27,"name":"BanMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":51,"name":"ChangeNickname","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":45,"name":"Connect","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":25,"name":"CreateInstantInvite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":61,"name":"CreatePrivateThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":60,"name":"CreatePublicThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":48,"name":"DeafenMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":39,"name":"EmbedLinks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":26,"name":"KickMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":29,"name":"ManageChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":55,"name":"ManageEmojisAndStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":58,"name":"ManageEvents","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":30,"name":"ManageGuild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":38,"name":"ManageMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":52,"name":"ManageNicknames","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":53,"name":"ManageRoles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":59,"name":"ManageThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":54,"name":"ManageWebhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":42,"name":"MentionEveryone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":65,"name":"ModerateMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":49,"name":"MoveMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":47,"name":"MuteMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":33,"name":"PrioritySpeaker","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":41,"name":"ReadMessageHistory","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":57,"name":"RequestToSpeak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":36,"name":"SendMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":63,"name":"SendMessagesInThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":37,"name":"SendTTSMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":46,"name":"Speak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":34,"name":"Stream","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":56,"name":"UseApplicationCommands","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":64,"name":"UseEmbeddedActivities","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":43,"name":"UseExternalEmojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":62,"name":"UseExternalStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":50,"name":"UseVAD","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":32,"name":"ViewAuditLog","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":35,"name":"ViewChannel","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":44,"name":"ViewGuildInsights","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[31,28,40,27,51,45,25,61,60,48,39,26,29,55,58,30,38,52,53,59,54,42,65,49,47,33,41,57,36,63,37,46,34,56,64,43,62,50,32,35,44]}]}},"defaultValue":"..."}],"groups":[{"title":"Type Aliases","kind":4194304,"children":[66]},{"title":"Variables","kind":32,"children":[23]}],"sources":[{"fileName":"payloads/common.ts","line":1,"character":0}]},{"id":67,"name":"rest/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":227,"name":"Locale","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/reference#locales"},"children":[{"id":230,"name":"Bulgarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":236,"character":1}],"type":{"type":"literal","value":"bg"},"defaultValue":"\"bg\""},{"id":231,"name":"ChineseCN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":237,"character":1}],"type":{"type":"literal","value":"zh-CN"},"defaultValue":"\"zh-CN\""},{"id":232,"name":"ChineseTW","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":238,"character":1}],"type":{"type":"literal","value":"zh-TW"},"defaultValue":"\"zh-TW\""},{"id":233,"name":"Croatian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":239,"character":1}],"type":{"type":"literal","value":"hr"},"defaultValue":"\"hr\""},{"id":234,"name":"Czech","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":240,"character":1}],"type":{"type":"literal","value":"cs"},"defaultValue":"\"cs\""},{"id":235,"name":"Danish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":241,"character":1}],"type":{"type":"literal","value":"da"},"defaultValue":"\"da\""},{"id":236,"name":"Dutch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":242,"character":1}],"type":{"type":"literal","value":"nl"},"defaultValue":"\"nl\""},{"id":229,"name":"EnglishGB","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":235,"character":1}],"type":{"type":"literal","value":"en-GB"},"defaultValue":"\"en-GB\""},{"id":228,"name":"EnglishUS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":234,"character":1}],"type":{"type":"literal","value":"en-US"},"defaultValue":"\"en-US\""},{"id":237,"name":"Finnish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":243,"character":1}],"type":{"type":"literal","value":"fi"},"defaultValue":"\"fi\""},{"id":238,"name":"French","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":244,"character":1}],"type":{"type":"literal","value":"fr"},"defaultValue":"\"fr\""},{"id":239,"name":"German","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":245,"character":1}],"type":{"type":"literal","value":"de"},"defaultValue":"\"de\""},{"id":240,"name":"Greek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":246,"character":1}],"type":{"type":"literal","value":"el"},"defaultValue":"\"el\""},{"id":241,"name":"Hindi","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":247,"character":1}],"type":{"type":"literal","value":"hi"},"defaultValue":"\"hi\""},{"id":242,"name":"Hungarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":248,"character":1}],"type":{"type":"literal","value":"hu"},"defaultValue":"\"hu\""},{"id":243,"name":"Italian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":249,"character":1}],"type":{"type":"literal","value":"it"},"defaultValue":"\"it\""},{"id":244,"name":"Japanese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":250,"character":1}],"type":{"type":"literal","value":"ja"},"defaultValue":"\"ja\""},{"id":245,"name":"Korean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":251,"character":1}],"type":{"type":"literal","value":"ko"},"defaultValue":"\"ko\""},{"id":246,"name":"Lithuanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":252,"character":1}],"type":{"type":"literal","value":"lt"},"defaultValue":"\"lt\""},{"id":247,"name":"Norwegian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":253,"character":1}],"type":{"type":"literal","value":"no"},"defaultValue":"\"no\""},{"id":248,"name":"Polish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":254,"character":1}],"type":{"type":"literal","value":"pl"},"defaultValue":"\"pl\""},{"id":249,"name":"PortugueseBR","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":255,"character":1}],"type":{"type":"literal","value":"pt-BR"},"defaultValue":"\"pt-BR\""},{"id":250,"name":"Romanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":256,"character":1}],"type":{"type":"literal","value":"ro"},"defaultValue":"\"ro\""},{"id":251,"name":"Russian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":257,"character":1}],"type":{"type":"literal","value":"ru"},"defaultValue":"\"ru\""},{"id":252,"name":"SpanishES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":258,"character":1}],"type":{"type":"literal","value":"es-ES"},"defaultValue":"\"es-ES\""},{"id":253,"name":"Swedish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":259,"character":1}],"type":{"type":"literal","value":"sv-SE"},"defaultValue":"\"sv-SE\""},{"id":254,"name":"Thai","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":260,"character":1}],"type":{"type":"literal","value":"th"},"defaultValue":"\"th\""},{"id":255,"name":"Turkish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":261,"character":1}],"type":{"type":"literal","value":"tr"},"defaultValue":"\"tr\""},{"id":256,"name":"Ukrainian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":262,"character":1}],"type":{"type":"literal","value":"uk"},"defaultValue":"\"uk\""},{"id":257,"name":"Vietnamese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":263,"character":1}],"type":{"type":"literal","value":"vi"},"defaultValue":"\"vi\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[230,231,232,233,234,235,236,229,228,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257]}],"sources":[{"fileName":"rest/common.ts","line":233,"character":12}]},{"id":68,"name":"RESTJSONErrorCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#json-json-error-codes"},"children":[{"id":211,"name":"APIResourceOverloaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":206,"character":1}],"type":{"type":"literal","value":130000},"defaultValue":"130000"},{"id":116,"name":"ActionCannotBePerformedDueToSlowmodeRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":67,"character":1}],"type":{"type":"literal","value":20016},"defaultValue":"20016"},{"id":119,"name":"AnnouncementEditLimitExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":71,"character":1}],"type":{"type":"literal","value":20022},"defaultValue":"20022"},{"id":158,"name":"ApplicationCommandWithThatNameAlreadyExists","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":130,"character":1}],"type":{"type":"literal","value":40041},"defaultValue":"40041"},{"id":112,"name":"BotsCannotUseThisEndpoint","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":60,"character":1}],"type":{"type":"literal","value":20001},"defaultValue":"20001"},{"id":196,"name":"CannotDeleteChannelRequiredForCommunityGuilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":180,"character":1}],"type":{"type":"literal","value":50074},"defaultValue":"50074"},{"id":165,"name":"CannotEditMessageAuthoredByAnotherUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":139,"character":1}],"type":{"type":"literal","value":50005},"defaultValue":"50005"},{"id":197,"name":"CannotEditStickersWithinMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":182,"character":1}],"type":{"type":"literal","value":50080},"defaultValue":"50080"},{"id":163,"name":"CannotExecuteActionOnDMChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":137,"character":1}],"type":{"type":"literal","value":50003},"defaultValue":"50003"},{"id":179,"name":"CannotExecuteActionOnSystemMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":154,"character":1}],"type":{"type":"literal","value":50021},"defaultValue":"50021"},{"id":180,"name":"CannotExecuteActionOnThisChannelType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":156,"character":1}],"type":{"type":"literal","value":50024},"defaultValue":"50024"},{"id":213,"name":"CannotReplyWithoutPermissionToReadMessageHistory","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":210,"character":1}],"type":{"type":"literal","value":160002},"defaultValue":"160002"},{"id":192,"name":"CannotSelfRedeemThisGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":173,"character":1}],"type":{"type":"literal","value":50054},"defaultValue":"50054"},{"id":166,"name":"CannotSendAnEmptyMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":140,"character":1}],"type":{"type":"literal","value":50006},"defaultValue":"50006"},{"id":168,"name":"CannotSendMessagesInNonTextChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":142,"character":1}],"type":{"type":"literal","value":50008},"defaultValue":"50008"},{"id":167,"name":"CannotSendMessagesToThisUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":141,"character":1}],"type":{"type":"literal","value":50007},"defaultValue":"50007"},{"id":225,"name":"CannotUpdateAFinishedEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":225,"character":1}],"type":{"type":"literal","value":180000},"defaultValue":"180000"},{"id":120,"name":"ChannelSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":73,"character":1}],"type":{"type":"literal","value":20028},"defaultValue":"20028"},{"id":169,"name":"ChannelVerificationLevelTooHighForYouToGainAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":143,"character":1}],"type":{"type":"literal","value":50009},"defaultValue":"50009"},{"id":202,"name":"CommunityServerChannelsMustBeTextChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":188,"character":1}],"type":{"type":"literal","value":50086},"defaultValue":"50086"},{"id":114,"name":"ExplicitContentCannotBeSentToTheDesiredRecipient","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":63,"character":1}],"type":{"type":"literal","value":20009},"defaultValue":"20009"},{"id":226,"name":"FailedToCreateStageNeededForStageEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":227,"character":1}],"type":{"type":"literal","value":180002},"defaultValue":"180002"},{"id":154,"name":"FeatureTemporarilyDisabledServerSide","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":124,"character":1}],"type":{"type":"literal","value":40006},"defaultValue":"40006"},{"id":190,"name":"FileUploadedExceedsMaximumSize","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":170,"character":1}],"type":{"type":"literal","value":50045},"defaultValue":"50045"},{"id":69,"name":"GeneralError","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":5,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":138,"name":"GuildAlreadyHasTemplate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":101,"character":1}],"type":{"type":"literal","value":30031},"defaultValue":"30031"},{"id":123,"name":"GuildPremiumSubscriptionLevelTooLow","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":78,"character":1}],"type":{"type":"literal","value":20035},"defaultValue":"20035"},{"id":164,"name":"GuildWidgetDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":138,"character":1}],"type":{"type":"literal","value":50004},"defaultValue":"50004"},{"id":159,"name":"InteractionHasAlreadyBeenAcknowledged","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":132,"character":1}],"type":{"type":"literal","value":40060},"defaultValue":"40060"},{"id":189,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":168,"character":1}],"type":{"type":"literal","value":50041},"defaultValue":"50041"},{"id":162,"name":"InvalidAccountType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":136,"character":1}],"type":{"type":"literal","value":50002},"defaultValue":"50002"},{"id":199,"name":"InvalidActionOnArchivedThread","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":185,"character":1}],"type":{"type":"literal","value":50083},"defaultValue":"50083"},{"id":191,"name":"InvalidFileUploaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":171,"character":1}],"type":{"type":"literal","value":50046},"defaultValue":"50046"},{"id":187,"name":"InvalidFormBodyOrContentType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":165,"character":1}],"type":{"type":"literal","value":50035},"defaultValue":"50035"},{"id":193,"name":"InvalidGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":174,"character":1}],"type":{"type":"literal","value":50055},"defaultValue":"50055"},{"id":218,"name":"InvalidJSONForUploadedLottieFile","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":217,"character":1}],"type":{"type":"literal","value":170001},"defaultValue":"170001"},{"id":194,"name":"InvalidMessageType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":176,"character":1}],"type":{"type":"literal","value":50068},"defaultValue":"50068"},{"id":181,"name":"InvalidOAuth2AccessToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":157,"character":1}],"type":{"type":"literal","value":50025},"defaultValue":"50025"},{"id":172,"name":"InvalidOAuth2State","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":146,"character":1}],"type":{"type":"literal","value":50012},"defaultValue":"50012"},{"id":185,"name":"InvalidRecipients","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":163,"character":1}],"type":{"type":"literal","value":50033},"defaultValue":"50033"},{"id":184,"name":"InvalidRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":161,"character":1}],"type":{"type":"literal","value":50028},"defaultValue":"50028"},{"id":198,"name":"InvalidStickerSent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":183,"character":1}],"type":{"type":"literal","value":50081},"defaultValue":"50081"},{"id":200,"name":"InvalidThreadNotificationSettings","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":186,"character":1}],"type":{"type":"literal","value":50084},"defaultValue":"50084"},{"id":174,"name":"InvalidToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":148,"character":1}],"type":{"type":"literal","value":50014},"defaultValue":"50014"},{"id":183,"name":"InvalidWebhookToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":160,"character":1}],"type":{"type":"literal","value":50027},"defaultValue":"50027"},{"id":188,"name":"InviteAcceptedToGuildWithoutTheBotBeingIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":166,"character":1}],"type":{"type":"literal","value":50036},"defaultValue":"50036"},{"id":178,"name":"InviteCodeInvalidOrTaken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":153,"character":1}],"type":{"type":"literal","value":50020},"defaultValue":"50020"},{"id":222,"name":"LottieAnimationMaximumDimensionsExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":221,"character":1}],"type":{"type":"literal","value":170005},"defaultValue":"170005"},{"id":217,"name":"MaximumActiveAnnouncementThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":215,"character":1}],"type":{"type":"literal","value":160007},"defaultValue":"160007"},{"id":216,"name":"MaximumActiveThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":214,"character":1}],"type":{"type":"literal","value":160006},"defaultValue":"160006"},{"id":135,"name":"MaximumNumberOfAnimatedEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":96,"character":1}],"type":{"type":"literal","value":30018},"defaultValue":"30018"},{"id":133,"name":"MaximumNumberOfAttachmentsInAMessageReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":93,"character":1}],"type":{"type":"literal","value":30015},"defaultValue":"30015"},{"id":141,"name":"MaximumNumberOfBanFetchesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":107,"character":1}],"type":{"type":"literal","value":30037},"defaultValue":"30037"},{"id":146,"name":"MaximumNumberOfEditsToMessagesOlderThanOneHourReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":115,"character":1}],"type":{"type":"literal","value":30046},"defaultValue":"30046"},{"id":130,"name":"MaximumNumberOfEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":87,"character":1}],"type":{"type":"literal","value":30008},"defaultValue":"30008"},{"id":125,"name":"MaximumNumberOfFriendsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":81,"character":1}],"type":{"type":"literal","value":30002},"defaultValue":"30002"},{"id":132,"name":"MaximumNumberOfGuildChannelsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":91,"character":1}],"type":{"type":"literal","value":30013},"defaultValue":"30013"},{"id":128,"name":"MaximumNumberOfGuildRolesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":84,"character":1}],"type":{"type":"literal","value":30005},"defaultValue":"30005"},{"id":145,"name":"MaximumNumberOfGuildWidgetSettingsUpdatesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":113,"character":1}],"type":{"type":"literal","value":30042},"defaultValue":"30042"},{"id":124,"name":"MaximumNumberOfGuildsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":80,"character":1}],"type":{"type":"literal","value":30001},"defaultValue":"30001"},{"id":134,"name":"MaximumNumberOfInvitesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":94,"character":1}],"type":{"type":"literal","value":30016},"defaultValue":"30016"},{"id":140,"name":"MaximumNumberOfNonGuildMemberBansHasBeenExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":105,"character":1}],"type":{"type":"literal","value":30035},"defaultValue":"30035"},{"id":147,"name":"MaximumNumberOfPinnedThreadsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":116,"character":1}],"type":{"type":"literal","value":30047},"defaultValue":"30047"},{"id":126,"name":"MaximumNumberOfPinsReachedForTheChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":82,"character":1}],"type":{"type":"literal","value":30003},"defaultValue":"30003"},{"id":144,"name":"MaximumNumberOfPruneRequestsHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":111,"character":1}],"type":{"type":"literal","value":30040},"defaultValue":"30040"},{"id":131,"name":"MaximumNumberOfReactionsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":89,"character":1}],"type":{"type":"literal","value":30010},"defaultValue":"30010"},{"id":127,"name":"MaximumNumberOfRecipientsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":83,"character":1}],"type":{"type":"literal","value":30004},"defaultValue":"30004"},{"id":137,"name":"MaximumNumberOfServerCategoriesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":99,"character":1}],"type":{"type":"literal","value":30030},"defaultValue":"30030"},{"id":136,"name":"MaximumNumberOfServerMembersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":97,"character":1}],"type":{"type":"literal","value":30019},"defaultValue":"30019"},{"id":143,"name":"MaximumNumberOfStickersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":110,"character":1}],"type":{"type":"literal","value":30039},"defaultValue":"30039"},{"id":148,"name":"MaximumNumberOfTagsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":117,"character":1}],"type":{"type":"literal","value":30048},"defaultValue":"30048"},{"id":142,"name":"MaximumNumberOfUncompletedGuildScheduledEventsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":108,"character":1}],"type":{"type":"literal","value":30038},"defaultValue":"30038"},{"id":129,"name":"MaximumNumberOfWebhooksReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":86,"character":1}],"type":{"type":"literal","value":30007},"defaultValue":"30007"},{"id":139,"name":"MaximumThreadParticipants","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":103,"character":1}],"type":{"type":"literal","value":30033},"defaultValue":"30033"},{"id":177,"name":"MessageCanOnlyBePinnedInTheChannelItWasSentIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":152,"character":1}],"type":{"type":"literal","value":50019},"defaultValue":"50019"},{"id":161,"name":"MissingAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":135,"character":1}],"type":{"type":"literal","value":50001},"defaultValue":"50001"},{"id":173,"name":"MissingPermissions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":147,"character":1}],"type":{"type":"literal","value":50013},"defaultValue":"50013"},{"id":182,"name":"MissingRequiredOAuth2Scope","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":158,"character":1}],"type":{"type":"literal","value":50026},"defaultValue":"50026"},{"id":209,"name":"NoUsersWithDiscordTagExist","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":202,"character":1}],"type":{"type":"literal","value":80004},"defaultValue":"80004"},{"id":115,"name":"NotAuthorizedToPerformThisActionOnThisApplication","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":65,"character":1}],"type":{"type":"literal","value":20012},"defaultValue":"20012"},{"id":175,"name":"NoteWasTooLong","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":149,"character":1}],"type":{"type":"literal","value":50015},"defaultValue":"50015"},{"id":170,"name":"OAuth2ApplicationDoesNotHaveBot","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":144,"character":1}],"type":{"type":"literal","value":50010},"defaultValue":"50010"},{"id":171,"name":"OAuth2ApplicationLimitReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":145,"character":1}],"type":{"type":"literal","value":50011},"defaultValue":"50011"},{"id":186,"name":"OneOfTheMessagesProvidedWasTooOldForBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":164,"character":1}],"type":{"type":"literal","value":50034},"defaultValue":"50034"},{"id":113,"name":"OnlyBotsCanUseThisEndpoint","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":61,"character":1}],"type":{"type":"literal","value":20002},"defaultValue":"20002"},{"id":118,"name":"OnlyTheOwnerOfThisAccountCanPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":69,"character":1}],"type":{"type":"literal","value":20018},"defaultValue":"20018"},{"id":151,"name":"OpeningDirectMessagesTooFast","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":121,"character":1}],"type":{"type":"literal","value":40003},"defaultValue":"40003"},{"id":201,"name":"ParameterEarlierThanCreation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":187,"character":1}],"type":{"type":"literal","value":50085},"defaultValue":"50085"},{"id":195,"name":"PaymentSourceRequiredToRedeemGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":178,"character":1}],"type":{"type":"literal","value":50070},"defaultValue":"50070"},{"id":176,"name":"ProvidedTooFewOrTooManyMessagesToDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":150,"character":1}],"type":{"type":"literal","value":50016},"defaultValue":"50016"},{"id":210,"name":"ReactionWasBlocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":204,"character":1}],"type":{"type":"literal","value":90001},"defaultValue":"90001"},{"id":206,"name":"RequestBodyContainsInvalidJSON","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":196,"character":1}],"type":{"type":"literal","value":50109},"defaultValue":"50109"},{"id":153,"name":"RequestEntityTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":123,"character":1}],"type":{"type":"literal","value":40005},"defaultValue":"40005"},{"id":152,"name":"SendMessagesHasBeenTemporarilyDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":122,"character":1}],"type":{"type":"literal","value":40004},"defaultValue":"40004"},{"id":204,"name":"ServerNeedsMonetizationEnabledToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":192,"character":1}],"type":{"type":"literal","value":50097},"defaultValue":"50097"},{"id":205,"name":"ServerNeedsMoreBoostsToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":194,"character":1}],"type":{"type":"literal","value":50101},"defaultValue":"50101"},{"id":203,"name":"ServerNotAvailableInYourLocation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":190,"character":1}],"type":{"type":"literal","value":50095},"defaultValue":"50095"},{"id":121,"name":"ServerSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":74,"character":1}],"type":{"type":"literal","value":20029},"defaultValue":"20029"},{"id":122,"name":"StageTopicServerNameServerDescriptionOrChannelNamesContainDisallowedWords","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":76,"character":1}],"type":{"type":"literal","value":20031},"defaultValue":"20031"},{"id":224,"name":"StickerAnimationDurationExceedsMaximumOf5Seconds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":223,"character":1}],"type":{"type":"literal","value":170007},"defaultValue":"170007"},{"id":221,"name":"StickerFrameCountExceedsMaximumOf1000Frames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":220,"character":1}],"type":{"type":"literal","value":170004},"defaultValue":"170004"},{"id":223,"name":"StickerFramerateIsTooSmallOrTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":222,"character":1}],"type":{"type":"literal","value":170006},"defaultValue":"170006"},{"id":220,"name":"StickerMaximumFramerateExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":219,"character":1}],"type":{"type":"literal","value":170003},"defaultValue":"170003"},{"id":160,"name":"TagNamesMustBeUnique","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":133,"character":1}],"type":{"type":"literal","value":40061},"defaultValue":"40061"},{"id":156,"name":"TargetUserIsNotConnectedToVoice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":127,"character":1}],"type":{"type":"literal","value":40032},"defaultValue":"40032"},{"id":117,"name":"TheMazeIsntMeantForYou","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":68,"character":1}],"type":{"type":"literal","value":20017},"defaultValue":"20017"},{"id":212,"name":"TheStageIsAlreadyOpen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":208,"character":1}],"type":{"type":"literal","value":150006},"defaultValue":"150006"},{"id":157,"name":"ThisMessageWasAlreadyCrossposted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":128,"character":1}],"type":{"type":"literal","value":40033},"defaultValue":"40033"},{"id":214,"name":"ThreadAlreadyCreatedForMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":212,"character":1}],"type":{"type":"literal","value":160004},"defaultValue":"160004"},{"id":215,"name":"ThreadLocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":213,"character":1}],"type":{"type":"literal","value":160005},"defaultValue":"160005"},{"id":208,"name":"TwoFactorAuthenticationIsRequired","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":200,"character":1}],"type":{"type":"literal","value":60003},"defaultValue":"60003"},{"id":149,"name":"Unauthorized","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":119,"character":1}],"type":{"type":"literal","value":40001},"defaultValue":"40001"},{"id":70,"name":"UnknownAccount","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":7,"character":1}],"type":{"type":"literal","value":10001},"defaultValue":"10001"},{"id":71,"name":"UnknownApplication","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":8,"character":1}],"type":{"type":"literal","value":10002},"defaultValue":"10002"},{"id":103,"name":"UnknownApplicationCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":48,"character":1}],"type":{"type":"literal","value":10063},"defaultValue":"10063"},{"id":105,"name":"UnknownApplicationCommandPermissions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":51,"character":1}],"type":{"type":"literal","value":10066},"defaultValue":"10066"},{"id":87,"name":"UnknownBan","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":26,"character":1}],"type":{"type":"literal","value":10026},"defaultValue":"10026"},{"id":93,"name":"UnknownBranch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":32,"character":1}],"type":{"type":"literal","value":10032},"defaultValue":"10032"},{"id":91,"name":"UnknownBuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":30,"character":1}],"type":{"type":"literal","value":10030},"defaultValue":"10030"},{"id":72,"name":"UnknownChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":9,"character":1}],"type":{"type":"literal","value":10003},"defaultValue":"10003"},{"id":100,"name":"UnknownDiscoverableServerCategory","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":44,"character":1}],"type":{"type":"literal","value":10059},"defaultValue":"10059"},{"id":83,"name":"UnknownEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":20,"character":1}],"type":{"type":"literal","value":10014},"defaultValue":"10014"},{"id":90,"name":"UnknownEntitlement","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":29,"character":1}],"type":{"type":"literal","value":10029},"defaultValue":"10029"},{"id":96,"name":"UnknownGiftCode","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":37,"character":1}],"type":{"type":"literal","value":10038},"defaultValue":"10038"},{"id":73,"name":"UnknownGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":10,"character":1}],"type":{"type":"literal","value":10004},"defaultValue":"10004"},{"id":107,"name":"UnknownGuildMemberVerificationForm","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":53,"character":1}],"type":{"type":"literal","value":10068},"defaultValue":"10068"},{"id":109,"name":"UnknownGuildScheduledEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":55,"character":1}],"type":{"type":"literal","value":10070},"defaultValue":"10070"},{"id":110,"name":"UnknownGuildScheduledEventUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":56,"character":1}],"type":{"type":"literal","value":10071},"defaultValue":"10071"},{"id":99,"name":"UnknownGuildTemplate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":42,"character":1}],"type":{"type":"literal","value":10057},"defaultValue":"10057"},{"id":108,"name":"UnknownGuildWelcomeScreen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":54,"character":1}],"type":{"type":"literal","value":10069},"defaultValue":"10069"},{"id":74,"name":"UnknownIntegration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":11,"character":1}],"type":{"type":"literal","value":10005},"defaultValue":"10005"},{"id":102,"name":"UnknownInteraction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":47,"character":1}],"type":{"type":"literal","value":10062},"defaultValue":"10062"},{"id":75,"name":"UnknownInvite","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":12,"character":1}],"type":{"type":"literal","value":10006},"defaultValue":"10006"},{"id":92,"name":"UnknownLobby","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":31,"character":1}],"type":{"type":"literal","value":10031},"defaultValue":"10031"},{"id":76,"name":"UnknownMember","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":13,"character":1}],"type":{"type":"literal","value":10007},"defaultValue":"10007"},{"id":77,"name":"UnknownMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":14,"character":1}],"type":{"type":"literal","value":10008},"defaultValue":"10008"},{"id":78,"name":"UnknownPermissionOverwrite","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":15,"character":1}],"type":{"type":"literal","value":10009},"defaultValue":"10009"},{"id":98,"name":"UnknownPremiumServerSubscribeCooldown","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":40,"character":1}],"type":{"type":"literal","value":10050},"defaultValue":"10050"},{"id":79,"name":"UnknownProvider","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":16,"character":1}],"type":{"type":"literal","value":10010},"defaultValue":"10010"},{"id":95,"name":"UnknownRedistributable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":35,"character":1}],"type":{"type":"literal","value":10036},"defaultValue":"10036"},{"id":80,"name":"UnknownRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":17,"character":1}],"type":{"type":"literal","value":10011},"defaultValue":"10011"},{"id":88,"name":"UnknownSKU","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":27,"character":1}],"type":{"type":"literal","value":10027},"defaultValue":"10027"},{"id":86,"name":"UnknownSession","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":24,"character":1}],"type":{"type":"literal","value":10020},"defaultValue":"10020"},{"id":106,"name":"UnknownStageInstance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":52,"character":1}],"type":{"type":"literal","value":10067},"defaultValue":"10067"},{"id":101,"name":"UnknownSticker","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":45,"character":1}],"type":{"type":"literal","value":10060},"defaultValue":"10060"},{"id":94,"name":"UnknownStoreDirectoryLayout","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":33,"character":1}],"type":{"type":"literal","value":10033},"defaultValue":"10033"},{"id":89,"name":"UnknownStoreListing","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":28,"character":1}],"type":{"type":"literal","value":10028},"defaultValue":"10028"},{"id":97,"name":"UnknownStream","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":39,"character":1}],"type":{"type":"literal","value":10049},"defaultValue":"10049"},{"id":111,"name":"UnknownTag","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":58,"character":1}],"type":{"type":"literal","value":10087},"defaultValue":"10087"},{"id":81,"name":"UnknownToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":18,"character":1}],"type":{"type":"literal","value":10012},"defaultValue":"10012"},{"id":82,"name":"UnknownUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":19,"character":1}],"type":{"type":"literal","value":10013},"defaultValue":"10013"},{"id":104,"name":"UnknownVoiceState","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":50,"character":1}],"type":{"type":"literal","value":10065},"defaultValue":"10065"},{"id":84,"name":"UnknownWebhook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":21,"character":1}],"type":{"type":"literal","value":10015},"defaultValue":"10015"},{"id":85,"name":"UnknownWebhookService","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":22,"character":1}],"type":{"type":"literal","value":10016},"defaultValue":"10016"},{"id":219,"name":"UploadedLottiesCannotContainRasterizedImages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":218,"character":1}],"type":{"type":"literal","value":170002},"defaultValue":"170002"},{"id":155,"name":"UserBannedFromThisGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":125,"character":1}],"type":{"type":"literal","value":40007},"defaultValue":"40007"},{"id":150,"name":"VerifyYourAccount","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":120,"character":1}],"type":{"type":"literal","value":40002},"defaultValue":"40002"},{"id":207,"name":"YouDoNotHavePermissionToSendThisSticker","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":198,"character":1}],"type":{"type":"literal","value":50600},"defaultValue":"50600"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[211,116,119,158,112,196,165,197,163,179,180,213,192,166,168,167,225,120,169,202,114,226,154,190,69,138,123,164,159,189,162,199,191,187,193,218,194,181,172,185,184,198,200,174,183,188,178,222,217,216,135,133,141,146,130,125,132,128,145,124,134,140,147,126,144,131,127,137,136,143,148,142,129,139,177,161,173,182,209,115,175,170,171,186,113,118,151,201,195,176,210,206,153,152,204,205,203,121,122,224,221,223,220,160,156,117,212,157,214,215,208,149,70,71,103,105,87,93,91,72,100,83,90,96,73,107,109,110,99,108,74,102,75,92,76,77,78,98,79,95,80,88,86,106,101,94,89,97,111,81,82,104,84,85,219,155,150,207]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":12}]},{"id":258,"name":"LocaleString","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/common.ts","line":266,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":227,"name":"Locale"},""]]}}],"groups":[{"title":"Enumerations","kind":8,"children":[227,68]},{"title":"Type Aliases","kind":4194304,"children":[258]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":0}]},{"id":259,"name":"rpc/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":277,"name":"RPCCloseEventCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#rpc-rpc-close-event-codes"},"children":[{"id":278,"name":"InvalidClientId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":27,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":283,"name":"InvalidEncoding","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":32,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":279,"name":"InvalidOrigin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":28,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"},{"id":282,"name":"InvalidVersion","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":31,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":280,"name":"RateLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":29,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":281,"name":"TokenRevoked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":30,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[278,283,279,282,280,281]}],"sources":[{"fileName":"rpc/common.ts","line":26,"character":12}]},{"id":260,"name":"RPCErrorCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#rpc-rpc-error-codes"},"children":[{"id":276,"name":"CaptureShortcutAlreadyListening","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":20,"character":1}],"type":{"type":"literal","value":5004},"defaultValue":"5004"},{"id":274,"name":"GetGuildTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":18,"character":1}],"type":{"type":"literal","value":5002},"defaultValue":"5002"},{"id":266,"name":"InvalidChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":10,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":268,"name":"InvalidClientId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":12,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":263,"name":"InvalidCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":7,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":265,"name":"InvalidEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":9,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":264,"name":"InvalidGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":8,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":269,"name":"InvalidOrigin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":13,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":262,"name":"InvalidPayload","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":6,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":267,"name":"InvalidPermissions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":11,"character":1}],"type":{"type":"literal","value":4006},"defaultValue":"4006"},{"id":270,"name":"InvalidToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":14,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":271,"name":"InvalidUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":15,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":272,"name":"OAuth2Error","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":16,"character":1}],"type":{"type":"literal","value":5000},"defaultValue":"5000"},{"id":273,"name":"SelectChannelTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":17,"character":1}],"type":{"type":"literal","value":5001},"defaultValue":"5001"},{"id":275,"name":"SelectVoiceForceRequired","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":19,"character":1}],"type":{"type":"literal","value":5003},"defaultValue":"5003"},{"id":261,"name":"UnknownError","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rpc/common.ts","line":5,"character":1}],"type":{"type":"literal","value":1000},"defaultValue":"1000"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[276,274,266,268,263,265,264,269,262,267,270,271,272,273,275,261]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":12}]}],"groups":[{"title":"Enumerations","kind":8,"children":[277,260]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":0}]},{"id":290,"name":"rpc/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":10750,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":10749,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260}],"groups":[{"title":"References","kind":16777216,"children":[10750,10749]}],"sources":[{"fileName":"rpc/v10.ts","line":1,"character":0}]},{"id":288,"name":"rpc/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":10746,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":10745,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260}],"groups":[{"title":"References","kind":16777216,"children":[10746,10745]}],"sources":[{"fileName":"rpc/v8.ts","line":1,"character":0}]},{"id":289,"name":"rpc/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":10748,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":10747,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260}],"groups":[{"title":"References","kind":16777216,"children":[10748,10747]}],"sources":[{"fileName":"rpc/v9.ts","line":1,"character":0}]},{"id":384,"name":"utils/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":391,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":51,"character":16}],"signatures":[{"id":392,"name":"isApplicationCommandDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM application command interactions","returns":"A boolean that indicates if the application command interaction was received in a DM channel\n"},"parameters":[{"id":393,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":9266,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9267,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":394,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":62,"character":16}],"signatures":[{"id":395,"name":"isApplicationCommandGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild application command interactions","returns":"A boolean that indicates if the application command interaction was received in a guild\n"},"parameters":[{"id":396,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9266,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9268,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":418,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":154,"character":16}],"signatures":[{"id":419,"name":"isChatInputApplicationCommandInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for chat input application commands.","returns":"A boolean that indicates if the interaction is a chat input application command\n"},"parameters":[{"id":420,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9266,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9286,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":421,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":165,"character":16}],"signatures":[{"id":422,"name":"isContextMenuApplicationCommandInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for context menu application commands.","returns":"A boolean that indicates if the interaction is a context menu application command\n"},"parameters":[{"id":423,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9266,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9393,"name":"APIContextMenuInteraction"}}}]},{"id":385,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":31,"character":16}],"signatures":[{"id":386,"name":"isDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM interactions","returns":"A boolean that indicates if the interaction was received in a DM channel\n"},"parameters":[{"id":387,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9224,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9225,"name":"APIDMInteraction"}}}]},{"id":388,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":40,"character":16}],"signatures":[{"id":389,"name":"isGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild interactions","returns":"A boolean that indicates if the interaction was received in a guild\n"},"parameters":[{"id":390,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9224,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9226,"name":"APIGuildInteraction"}}}]},{"id":406,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":108,"character":16}],"signatures":[{"id":407,"name":"isInteractionButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `custom_id` attached to them.","returns":"A boolean that indicates if the button has a `custom_id` attached to it\n"},"parameters":[{"id":408,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":8781,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":8767,"name":"APIButtonComponentWithCustomId"}}}]},{"id":403,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":99,"character":16}],"signatures":[{"id":404,"name":"isLinkButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `url` attached to them.","returns":"A boolean that indicates if the button has a `url` attached to it\n"},"parameters":[{"id":405,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":8781,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":8774,"name":"APIButtonComponentWithURL"}}}]},{"id":412,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":130,"character":16}],"signatures":[{"id":413,"name":"isMessageComponentButtonInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for button message component interactions","returns":"A boolean that indicates if the message component is a button\n"},"parameters":[{"id":414,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9462,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":397,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":75,"character":16}],"signatures":[{"id":398,"name":"isMessageComponentDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM message component interactions","returns":"A boolean that indicates if the message component interaction was received in a DM channel\n"},"parameters":[{"id":399,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9474,"name":"APIMessageComponentDMInteraction"}}}]},{"id":400,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":86,"character":16}],"signatures":[{"id":401,"name":"isMessageComponentGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild message component interactions","returns":"A boolean that indicates if the message component interaction was received in a guild\n"},"parameters":[{"id":402,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9475,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":409,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":119,"character":16}],"signatures":[{"id":410,"name":"isMessageComponentInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for message component interactions","returns":"A boolean that indicates if the interaction is a message component\n"},"parameters":[{"id":411,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9224,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}}}]},{"id":415,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":141,"character":16}],"signatures":[{"id":416,"name":"isMessageComponentSelectMenuInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for select menu message component interactions","returns":"A boolean that indicates if the message component is a select menu\n"},"parameters":[{"id":417,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9463,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[391,394,418,421,385,388,406,403,412,397,400,409,415]}],"sources":[{"fileName":"utils/v10.ts","line":1,"character":0}]},{"id":319,"name":"utils/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":326,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":47,"character":16}],"signatures":[{"id":327,"name":"isApplicationCommandDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM application command interactions","returns":"A boolean that indicates if the application command interaction was received in a DM channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":328,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":3387,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3388,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":329,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":59,"character":16}],"signatures":[{"id":330,"name":"isApplicationCommandGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild application command interactions","returns":"A boolean that indicates if the application command interaction was received in a guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":331,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3387,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3389,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":320,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":25,"character":16}],"signatures":[{"id":321,"name":"isDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM interactions","returns":"A boolean that indicates if the interaction was received in a DM channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":322,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3353,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3354,"name":"APIDMInteraction"}}}]},{"id":323,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":35,"character":16}],"signatures":[{"id":324,"name":"isGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild interactions","returns":"A boolean that indicates if the interaction was received in a guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":325,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3353,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3355,"name":"APIGuildInteraction"}}}]},{"id":341,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":109,"character":16}],"signatures":[{"id":342,"name":"isInteractionButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `custom_id` attached to them.","returns":"A boolean that indicates if the button has a `custom_id` attached to it","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":343,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":2924,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2910,"name":"APIButtonComponentWithCustomId"}}}]},{"id":338,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":99,"character":16}],"signatures":[{"id":339,"name":"isLinkButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `url` attached to them.","returns":"A boolean that indicates if the button has a `url` attached to it","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":340,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":2924,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2917,"name":"APIButtonComponentWithURL"}}}]},{"id":332,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":73,"character":16}],"signatures":[{"id":333,"name":"isMessageComponentDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM message component interactions","returns":"A boolean that indicates if the message component interaction was received in a DM channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":334,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":3561,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3572,"name":"APIMessageComponentDMInteraction"}}}]},{"id":335,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":85,"character":16}],"signatures":[{"id":336,"name":"isMessageComponentGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild message component interactions","returns":"A boolean that indicates if the message component interaction was received in a guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"parameters":[{"id":337,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3561,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3573,"name":"APIMessageComponentGuildInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[326,329,320,323,341,338,332,335]}],"sources":[{"fileName":"utils/v8.ts","line":1,"character":0}]},{"id":344,"name":"utils/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":351,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":51,"character":16}],"signatures":[{"id":352,"name":"isApplicationCommandDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM application command interactions","returns":"A boolean that indicates if the application command interaction was received in a DM channel\n"},"parameters":[{"id":353,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":6282,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6283,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":354,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":62,"character":16}],"signatures":[{"id":355,"name":"isApplicationCommandGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild application command interactions","returns":"A boolean that indicates if the application command interaction was received in a guild\n"},"parameters":[{"id":356,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6282,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6284,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":378,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":154,"character":16}],"signatures":[{"id":379,"name":"isChatInputApplicationCommandInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for chat input application commands.","returns":"A boolean that indicates if the interaction is a chat input application command\n"},"parameters":[{"id":380,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6282,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6302,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":381,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":165,"character":16}],"signatures":[{"id":382,"name":"isContextMenuApplicationCommandInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for context menu application commands.","returns":"A boolean that indicates if the interaction is a context menu application command\n"},"parameters":[{"id":383,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6282,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6409,"name":"APIContextMenuInteraction"}}}]},{"id":345,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":31,"character":16}],"signatures":[{"id":346,"name":"isDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM interactions","returns":"A boolean that indicates if the interaction was received in a DM channel\n"},"parameters":[{"id":347,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6240,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6241,"name":"APIDMInteraction"}}}]},{"id":348,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":40,"character":16}],"signatures":[{"id":349,"name":"isGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild interactions","returns":"A boolean that indicates if the interaction was received in a guild\n"},"parameters":[{"id":350,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6240,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6242,"name":"APIGuildInteraction"}}}]},{"id":366,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":108,"character":16}],"signatures":[{"id":367,"name":"isInteractionButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `custom_id` attached to them.","returns":"A boolean that indicates if the button has a `custom_id` attached to it\n"},"parameters":[{"id":368,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":5797,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":5783,"name":"APIButtonComponentWithCustomId"}}}]},{"id":363,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":99,"character":16}],"signatures":[{"id":364,"name":"isLinkButton","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for buttons that have a `url` attached to them.","returns":"A boolean that indicates if the button has a `url` attached to it\n"},"parameters":[{"id":365,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":5797,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":5790,"name":"APIButtonComponentWithURL"}}}]},{"id":372,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":130,"character":16}],"signatures":[{"id":373,"name":"isMessageComponentButtonInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for button message component interactions","returns":"A boolean that indicates if the message component is a button\n"},"parameters":[{"id":374,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6478,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":357,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":75,"character":16}],"signatures":[{"id":358,"name":"isMessageComponentDMInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for DM message component interactions","returns":"A boolean that indicates if the message component interaction was received in a DM channel\n"},"parameters":[{"id":359,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6490,"name":"APIMessageComponentDMInteraction"}}}]},{"id":360,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":86,"character":16}],"signatures":[{"id":361,"name":"isMessageComponentGuildInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for guild message component interactions","returns":"A boolean that indicates if the message component interaction was received in a guild\n"},"parameters":[{"id":362,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6491,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":369,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":119,"character":16}],"signatures":[{"id":370,"name":"isMessageComponentInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for message component interactions","returns":"A boolean that indicates if the interaction is a message component\n"},"parameters":[{"id":371,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6240,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}}}]},{"id":375,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":141,"character":16}],"signatures":[{"id":376,"name":"isMessageComponentSelectMenuInteraction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"A type-guard check for select menu message component interactions","returns":"A boolean that indicates if the message component is a select menu\n"},"parameters":[{"id":377,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6479,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[351,354,378,381,345,348,366,363,372,357,360,369,375]}],"sources":[{"fileName":"utils/v9.ts","line":1,"character":0}]},{"id":287,"name":"v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":8239,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":8236,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":18},{"id":10090,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":227},{"id":10091,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":258},{"id":8241,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":66},{"id":8240,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":23},{"id":10089,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":10744,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":10743,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260},{"id":8237,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":7765,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v10.ts","line":6,"character":12}],"target":384},{"id":8907,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags"},"children":[{"id":8916,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":325,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":8908,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":317,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8909,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":318,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8911,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":320,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8914,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":323,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":8915,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":324,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":8913,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":322,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8910,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":319,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8912,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":321,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8916,8908,8909,8911,8914,8915,8913,8910,8912]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":316,"character":12}]},{"id":8882,"name":"ActivityPlatform","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"unstable","text":"This enum is currently not documented by Discord but has known values which we will try to keep up to date.\nValues might be added or removed without a major version bump.\n"}]},"children":[{"id":8887,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":232,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":8883,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":228,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":8888,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":233,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":8886,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":231,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":8889,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":234,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":8890,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":235,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":8885,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":230,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":8884,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":229,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8887,8883,8888,8886,8889,8890,8885,8884]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":227,"character":12}]},{"id":8891,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-types"},"children":[{"id":8897,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":265,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8896,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":261,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8894,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":253,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8892,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":245,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8893,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":249,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8895,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":257,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8897,8896,8894,8892,8893,8895]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":241,"character":12}]},{"id":8735,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":8736,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1111,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":8737,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1115,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":8738,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1119,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8736,8737,8738]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1107,"character":12}]},{"id":9318,"name":"ApplicationCommandOptionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-type"},"children":[{"id":9329,"name":"Attachment","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":17,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":9323,"name":"Boolean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":11,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9325,"name":"Channel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":13,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":9322,"name":"Integer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":10,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9327,"name":"Mentionable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":15,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":9328,"name":"Number","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":16,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9326,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":14,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9321,"name":"String","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":9,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9319,"name":"Subcommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":7,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9320,"name":"SubcommandGroup","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":8,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9324,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":12,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9329,9323,9325,9322,9327,9328,9326,9321,9319,9320,9324]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":9405,"name":"ApplicationCommandPermissionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permission-type"},"children":[{"id":9408,"name":"Channel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":49,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9406,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":47,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9407,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":48,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9408,9406,9407]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":9243,"name":"ApplicationCommandType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types"},"children":[{"id":9244,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9246,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":100,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9245,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":99,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9244,9246,9245]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":97,"character":12}]},{"id":8267,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":8277,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":128,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"},{"id":8280,"name":"EmbeddedFirstParty","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":131,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":8268,"name":"EmbeddedReleased","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":119,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8274,"name":"GatewayGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":125,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":8275,"name":"GatewayGuildMembersLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":126,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"},{"id":8278,"name":"GatewayMessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":129,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":8279,"name":"GatewayMessageContentLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":130,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":8272,"name":"GatewayPresence","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":123,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":8273,"name":"GatewayPresenceLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":124,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":8270,"name":"GroupDMCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":121,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":8269,"name":"ManagedEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":120,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8271,"name":"RPCHasConnected","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":122,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":8276,"name":"VerificationPendingGuildLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":127,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8277,8280,8268,8274,8275,8278,8279,8272,8273,8270,8269,8271,8276]}],"sources":[{"fileName":"payloads/v10/application.ts","line":118,"character":12}]},{"id":8297,"name":"AuditLogEvent","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events"},"children":[{"id":8345,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":182,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":8313,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":8299,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":125,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8301,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":127,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":8302,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":128,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":8304,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":130,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":8303,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":129,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":8300,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":126,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8323,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":154,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":8325,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":8324,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":8339,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":8341,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":8340,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":175,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":8298,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":123,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8330,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":8332,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":8331,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":8317,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":8319,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":8318,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":8307,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":134,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":8308,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":135,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":8312,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":8305,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":132,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":8311,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":8306,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":133,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":8310,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":137,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":8309,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":8327,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":8326,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":158,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":8328,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":8329,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":8314,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":8316,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":144,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8315,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":8333,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":166,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":8335,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":8334,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":8336,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":170,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":8338,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":8337,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":8342,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":8344,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":8343,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":8320,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":8322,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":8321,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8345,8313,8299,8301,8302,8304,8303,8300,8323,8325,8324,8339,8341,8340,8298,8330,8332,8331,8317,8319,8318,8307,8308,8312,8305,8311,8306,8310,8309,8327,8326,8328,8329,8314,8316,8315,8333,8335,8334,8336,8338,8337,8342,8344,8343,8320,8322,8321]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":122,"character":12}]},{"id":8355,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8357,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":275,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":8356,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":274,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8357,8356]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":273,"character":12}]},{"id":8782,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":8786,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1254,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8787,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1255,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8783,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1251,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8784,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1252,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8785,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1253,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8786,8787,8783,8784,8785]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1250,"character":12}]},{"id":8815,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":8816,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1370,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8816]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1369,"character":12}]},{"id":8536,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":8538,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":255,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8540,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":263,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8541,"name":"GuildCategory","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An organizational category that contains up to 50 channels","text":"See https://support.discord.com/hc/en-us/articles/115001580171-Channel-Categories-101\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":269,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8547,"name":"GuildDirectory","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The channel in a Student Hub containing the listed servers","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":299,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":8548,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v10/channel.ts","line":303,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":8542,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","text":"See https://support.discord.com/hc/en-us/articles/360032008192\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":275,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8543,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A thread channel (public) within a Guild News channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":279,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8545,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A private thread channel within a Guild Text channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":287,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":8544,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A public thread channel within a Guild Text channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":283,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8546,"name":"GuildStageVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel for hosting events with an audience","text":"See https://support.discord.com/hc/en-us/articles/1500005513722\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":293,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":8537,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":251,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8539,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":259,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8538,8540,8541,8547,8548,8542,8543,8545,8544,8546,8537,8539]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":247,"character":12}]},{"id":8747,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-types"},"children":[{"id":8748,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1165,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8749,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1169,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8750,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select Menu component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1173,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8751,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1177,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8748,8749,8750,8751]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1161,"character":12}]},{"id":9742,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9744,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v10/user.ts","line":213,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9743,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v10/user.ts","line":209,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9744,9743]}],"sources":[{"fileName":"payloads/v10/user.ts","line":205,"character":12}]},{"id":8682,"name":"EmbedType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-types","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n"}]},"children":[{"id":8687,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":883,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":8686,"name":"GIFV","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Animated gif image embed rendered as a video embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":879,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":8684,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":871,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":8688,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":887,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":8683,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":867,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":8685,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":875,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8687,8686,8684,8688,8683,8685]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":863,"character":12}]},{"id":7779,"name":"GatewayCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-close-event-codes"},"children":[{"id":7785,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent more than one identify payload. Don't do that!"},"sources":[{"fileName":"gateway/v10.ts","line":124,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":7784,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The account token sent with your identify payload is incorrect","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":120,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":7782,"name":"DecodeError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid payload to us. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#sending-payloads\n"},"sources":[{"fileName":"gateway/v10.ts","line":108,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":7793,"name":"DisallowedIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent a disallowed intent for a Gateway Intent. You may have tried to specify an intent that you have not\nenabled or are not whitelisted for","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n\nSee https://discord.com/developers/docs/topics/gateway#privileged-intents\n"},"sources":[{"fileName":"gateway/v10.ts","line":169,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":7791,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v10.ts","line":154,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":7792,"name":"InvalidIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid intent for a Gateway Intent. You may have incorrectly calculated the bitwise value","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v10.ts","line":160,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":7786,"name":"InvalidSeq","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The sequence sent when resuming the session was invalid. Reconnect and start a new session","text":"See https://discord.com/developers/docs/topics/gateway#resume\n"},"sources":[{"fileName":"gateway/v10.ts","line":130,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":7789,"name":"InvalidShard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us an invalid shard when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v10.ts","line":144,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":7783,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us a payload prior to identifying","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":114,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":7787,"name":"RateLimited","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this"},"sources":[{"fileName":"gateway/v10.ts","line":134,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":7788,"name":"SessionTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Your session timed out. Reconnect and start a new one"},"sources":[{"fileName":"gateway/v10.ts","line":138,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":7790,"name":"ShardingRequired","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session would have handled too many guilds - you are required to shard your connection in order to connect","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v10.ts","line":150,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":7780,"name":"UnknownError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We're not sure what went wrong. Try reconnecting?"},"sources":[{"fileName":"gateway/v10.ts","line":96,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":7781,"name":"UnknownOpcode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid Gateway opcode or an invalid payload for an opcode. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#payloads-and-opcodes\n"},"sources":[{"fileName":"gateway/v10.ts","line":102,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7785,7784,7782,7793,7791,7792,7786,7789,7783,7787,7788,7790,7780,7781]}],"sources":[{"fileName":"gateway/v10.ts","line":92,"character":12}]},{"id":7812,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#commands-and-events-gateway-events"},"children":[{"id":7813,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":199,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":7814,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":200,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":7815,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":201,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":7816,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":202,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":7817,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":203,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":7818,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":204,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":7819,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":205,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":7820,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":206,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":7821,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":207,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":7822,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":208,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":7823,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":209,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":7824,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":7825,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":7827,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":7826,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":7828,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":7829,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":7830,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":7864,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":250,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":7866,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":252,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":7865,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":251,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":7867,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":253,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":7868,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":254,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":7831,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":7832,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":7833,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":219,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":7834,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":220,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":7835,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":221,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":7836,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":222,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":7837,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":223,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":7838,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":224,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":7839,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":225,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":7840,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":226,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":7841,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":227,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":7842,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":228,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":7843,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":229,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":7844,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":230,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":7845,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":7846,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":7847,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":233,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":7851,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":237,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":7852,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":238,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":7848,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":234,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":7849,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":235,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":7850,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":236,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":7853,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":239,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":7854,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":240,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":7855,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":241,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":7857,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":243,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":7856,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":242,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":7858,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":244,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":7859,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":245,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":7860,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":246,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":7861,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":247,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":7862,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":248,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":7863,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":249,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7827,7826,7828,7829,7830,7864,7866,7865,7867,7868,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7851,7852,7848,7849,7850,7853,7854,7855,7857,7856,7858,7859,7860,7861,7862,7863]}],"sources":[{"fileName":"gateway/v10.ts","line":198,"character":12}]},{"id":7794,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":7808,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":189,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":7809,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":190,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":7807,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":188,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":7797,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":178,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":7798,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":179,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":7799,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":180,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":7801,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":182,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":7796,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":177,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":7805,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":186,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":7806,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":187,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":7804,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":185,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":7803,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":184,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":7811,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":192,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":7802,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":183,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":7800,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":181,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":7795,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":176,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7810,"name":"MessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":191,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7808,7809,7807,7797,7798,7799,7801,7796,7805,7806,7804,7803,7811,7802,7800,7795,7810]}],"sources":[{"fileName":"gateway/v10.ts","line":175,"character":12}]},{"id":7767,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":7768,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v10.ts","line":45,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":7769,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A bidirectional opcode to maintain an active gateway connection.\nFired periodically by the client, or fired by the gateway to request an immediate heartbeat from the client."},"sources":[{"fileName":"gateway/v10.ts","line":50,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7778,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent in response to receiving a heartbeat to acknowledge that it has been received"},"sources":[{"fileName":"gateway/v10.ts","line":86,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":7777,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent immediately after connecting, contains the `heartbeat_interval` to use"},"sources":[{"fileName":"gateway/v10.ts","line":82,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":7770,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v10.ts","line":54,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":7776,"name":"InvalidSession","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session has been invalidated. You should reconnect and identify/resume accordingly"},"sources":[{"fileName":"gateway/v10.ts","line":78,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":7771,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v10.ts","line":58,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":7774,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v10.ts","line":70,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":7775,"name":"RequestGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Request information about offline guild members in a large guild"},"sources":[{"fileName":"gateway/v10.ts","line":74,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":7773,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v10.ts","line":66,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":7772,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Used to join/leave or move between voice channels"},"sources":[{"fileName":"gateway/v10.ts","line":62,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7768,7769,7778,7777,7770,7776,7771,7774,7775,7773,7772]}],"sources":[{"fileName":"gateway/v10.ts","line":41,"character":12}]},{"id":8990,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":8991,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":281,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8992,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":282,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8991,8992]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":280,"character":12}]},{"id":8993,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":8996,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":291,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8994,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":289,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8995,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8996,8994,8995]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":288,"character":12}]},{"id":9025,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":9026,"name":"AnimatedBanner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild banner image"},"sources":[{"fileName":"payloads/v10/guild.ts","line":383,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":9027,"name":"AnimatedIcon","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild icon"},"sources":[{"fileName":"payloads/v10/guild.ts","line":387,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":9028,"name":"Banner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a guild banner image"},"sources":[{"fileName":"payloads/v10/guild.ts","line":391,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":9029,"name":"Commerce","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to use commerce features (i.e. create store channels)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":395,"character":1}],"type":{"type":"literal","value":"COMMERCE"},"defaultValue":"\"COMMERCE\""},{"id":9030,"name":"Community","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can enable welcome screen, Membership Screening and discovery, and receives community updates"},"sources":[{"fileName":"payloads/v10/guild.ts","line":399,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":9031,"name":"Discoverable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be discovered in the directory"},"sources":[{"fileName":"payloads/v10/guild.ts","line":403,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":9032,"name":"Featurable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be featured in the directory"},"sources":[{"fileName":"payloads/v10/guild.ts","line":407,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":9033,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":411,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":9034,"name":"Hub","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is a Student Hub","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":417,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":9035,"name":"InviteSplash","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an invite splash background"},"sources":[{"fileName":"payloads/v10/guild.ts","line":421,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":9036,"name":"LinkedToHub","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is in a Student Hub","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":427,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":9037,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v10/guild.ts","line":431,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":9038,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v10/guild.ts","line":435,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":9039,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v10/guild.ts","line":439,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":9040,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":443,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":9041,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v10/guild.ts","line":447,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":9042,"name":"PreviewEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can be previewed before joining via Membership Screening or the directory"},"sources":[{"fileName":"payloads/v10/guild.ts","line":451,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":9043,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v10/guild.ts","line":455,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":9044,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":9045,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":460,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":9046,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v10/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":9049,"name":"VIPRegions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set 384kbps bitrate in voice (previously VIP voice servers)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":476,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":9047,"name":"VanityURL","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a vanity URL"},"sources":[{"fileName":"payloads/v10/guild.ts","line":468,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":9048,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v10/guild.ts","line":472,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":9050,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v10/guild.ts","line":480,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9049,9047,9048,9050]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":379,"character":12}]},{"id":9016,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9019,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":351,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9017,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":349,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9018,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":350,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9019,9017,9018]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":348,"character":12}]},{"id":8997,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":8999,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":299,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8998,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":298,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8999,8998]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":297,"character":12}]},{"id":9000,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":9004,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":309,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9001,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9002,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":307,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9003,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":308,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9004,9001,9002,9003]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":305,"character":12}]},{"id":9011,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":9012,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9013,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":343,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9014,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":344,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9015,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":345,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9012,9013,9014,9015]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":341,"character":12}]},{"id":9209,"name":"GuildScheduledEventEntityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-types"},"children":[{"id":9212,"name":"External","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":113,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9210,"name":"StageInstance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":111,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9211,"name":"Voice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":112,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9212,9210,9211]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":110,"character":12}]},{"id":9218,"name":"GuildScheduledEventPrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-privacy-level"},"children":[{"id":9219,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The scheduled event is only accessible to guild members"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":133,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9219]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":129,"character":12}]},{"id":9213,"name":"GuildScheduledEventStatus","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-status"},"children":[{"id":9215,"name":"Active","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":121,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9217,"name":"Canceled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":123,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9216,"name":"Completed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":122,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9214,"name":"Scheduled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":120,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9215,9217,9216,9214]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":119,"character":12}]},{"id":9020,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":9023,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v10/guild.ts","line":369,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9024,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":373,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9021,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":361,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9022,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":365,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9023,9024,9021,9022]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":357,"character":12}]},{"id":9005,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":9009,"name":"High","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be a member of the guild for longer than 10 minutes"},"sources":[{"fileName":"payloads/v10/guild.ts","line":331,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9007,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":323,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9008,"name":"Medium","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be registered on Discord for longer than 5 minutes"},"sources":[{"fileName":"payloads/v10/guild.ts","line":327,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9006,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v10/guild.ts","line":319,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9010,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v10/guild.ts","line":335,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9009,9007,9008,9006,9010]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":315,"character":12}]},{"id":9130,"name":"GuildWidgetStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options"},"children":[{"id":9132,"name":"Banner1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. \"POWERED BY DISCORD\" as the footer of the widget"},"sources":[{"fileName":"payloads/v10/guild.ts","line":820,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":9133,"name":"Banner2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Smaller widget style with guild icon, name and online count. Split on the right with Discord logo"},"sources":[{"fileName":"payloads/v10/guild.ts","line":824,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":9134,"name":"Banner3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. In the footer, Discord logo on the left and \"Chat Now\" on the right"},"sources":[{"fileName":"payloads/v10/guild.ts","line":828,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":9135,"name":"Banner4","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large Discord logo at the top of the widget. Guild icon, name and online count in the middle portion of the widget\nand a \"JOIN MY SERVER\" button at the bottom"},"sources":[{"fileName":"payloads/v10/guild.ts","line":833,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":9131,"name":"Shield","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Shield style widget with Discord icon and guild members online count"},"sources":[{"fileName":"payloads/v10/guild.ts","line":816,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9132,9133,9134,9135,9131]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":812,"character":12}]},{"id":9094,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":9096,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":714,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9095,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":713,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9096,9095]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":712,"character":12}]},{"id":9516,"name":"InteractionResponseType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type"},"children":[{"id":9522,"name":"ApplicationCommandAutocompleteResult","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For autocomplete interactions"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":89,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9518,"name":"ChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with a message"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":73,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9519,"name":"DeferredChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK an interaction and edit to a response later, the user sees a loading state"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":77,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9520,"name":"DeferredMessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and update it to a loading state"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":81,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":9523,"name":"Modal","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with an modal for a user to fill-out"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":93,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":9517,"name":"Pong","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a `Ping`"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":69,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9521,"name":"UpdateMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and edit the message to which the button was attached"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":85,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9522,9518,9519,9520,9523,9517,9521]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":65,"character":12}]},{"id":9490,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":9492,"name":"ApplicationCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":11,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9494,"name":"ApplicationCommandAutocomplete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":13,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9493,"name":"MessageComponent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":12,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9495,"name":"ModalSubmit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":14,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9491,"name":"Ping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":10,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9492,9494,9493,9495,9491]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":9,"character":12}]},{"id":9547,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":9549,"name":"EmbeddedApplication","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/invite.ts","line":99,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9548,"name":"Stream","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/invite.ts","line":98,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9549,9548]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":97,"character":12}]},{"id":9153,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9154,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":906,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9154]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":902,"character":12}]},{"id":8617,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":8618,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":578,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8621,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":581,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8620,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":580,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8619,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":579,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8618,8621,8620,8619]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":577,"character":12}]},{"id":8622,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":8623,"name":"Crossposted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message has been published to subscribed channels (via Channel Following)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":591,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8629,"name":"Ephemeral","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is only visible to the user who invoked the Interaction"},"sources":[{"fileName":"payloads/v10/channel.ts","line":615,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":8631,"name":"FailedToMentionSomeRolesInThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message failed to mention some roles and add their members to the thread"},"sources":[{"fileName":"payloads/v10/channel.ts","line":623,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":8628,"name":"HasThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message has an associated thread, which shares its id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":611,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8624,"name":"IsCrosspost","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message originated from a message in another channel (via Channel Following)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":595,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8630,"name":"Loading","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is an Interaction Response and the bot is \"thinking\""},"sources":[{"fileName":"payloads/v10/channel.ts","line":619,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":8626,"name":"SourceMessageDeleted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The source message for this crosspost has been deleted (via Channel Following)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":603,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8625,"name":"SuppressEmbeds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Do not include any embeds when serializing this message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":599,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8627,"name":"Urgent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message came from the urgent message system"},"sources":[{"fileName":"payloads/v10/channel.ts","line":607,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8623,8629,8631,8628,8624,8630,8626,8625,8627]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":587,"character":12}]},{"id":8586,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":8590,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":516,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8599,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":525,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":8592,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":518,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8591,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":517,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8593,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":519,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":8606,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":532,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":8609,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":535,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":8587,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":513,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8600,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":526,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":8603,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":529,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":8602,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":528,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":8601,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":527,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":8608,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":534,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":8594,"name":"GuildMemberJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":520,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":8588,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":514,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8589,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":515,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8605,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":531,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":8604,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":530,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":8607,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":533,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":8595,"name":"UserPremiumGuildSubscription","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":521,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8596,"name":"UserPremiumGuildSubscriptionTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":522,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":8597,"name":"UserPremiumGuildSubscriptionTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":523,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8598,"name":"UserPremiumGuildSubscriptionTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":524,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8590,8599,8592,8591,8593,8606,8609,8587,8600,8603,8602,8601,8608,8594,8588,8589,8605,8604,8607,8595,8596,8597,8598]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":512,"character":12}]},{"id":9568,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":9588,"name":"ActivitiesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to fetch data from a user's \"Now Playing/Recently Played\" list - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":103,"character":1}],"type":{"type":"literal","value":"activities.read"},"defaultValue":"\"activities.read\""},{"id":9589,"name":"ActivitiesWrite","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update a user's activity - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)","text":"See https://discord.com/developers/docs/game-sdk/activities\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":109,"character":1}],"type":{"type":"literal","value":"activities.write"},"defaultValue":"\"activities.write\""},{"id":9592,"name":"ApplicationCommandsPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update permissions for its commands using a Bearer token - client credentials grant only","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":127,"character":1}],"type":{"type":"literal","value":"applications.commands.permissions.update"},"defaultValue":"\"applications.commands.permissions.update\""},{"id":9584,"name":"ApplicationsBuildsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read build data for a user's applications"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":87,"character":1}],"type":{"type":"literal","value":"applications.builds.read"},"defaultValue":"\"applications.builds.read\""},{"id":9583,"name":"ApplicationsBuildsUpload","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to upload/update builds for a user's applications - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":83,"character":1}],"type":{"type":"literal","value":"applications.builds.upload"},"defaultValue":"\"applications.builds.upload\""},{"id":9590,"name":"ApplicationsCommands","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to use Application Commands in a guild","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":115,"character":1}],"type":{"type":"literal","value":"applications.commands"},"defaultValue":"\"applications.commands\""},{"id":9591,"name":"ApplicationsCommandsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update its Application Commands via this bearer token - client credentials grant only","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":121,"character":1}],"type":{"type":"literal","value":"applications.commands.update"},"defaultValue":"\"applications.commands.update\""},{"id":9586,"name":"ApplicationsEntitlements","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read entitlements for a user's applications"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":95,"character":1}],"type":{"type":"literal","value":"applications.entitlements"},"defaultValue":"\"applications.entitlements\""},{"id":9585,"name":"ApplicationsStoreUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read and update store data (SKUs, store listings, achievements, etc.) for a user's applications"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":91,"character":1}],"type":{"type":"literal","value":"applications.store.update"},"defaultValue":"\"applications.store.update\""},{"id":9569,"name":"Bot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For oauth2 bots, this puts the bot in the user's selected guild by default"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":9,"character":1}],"type":{"type":"literal","value":"bot"},"defaultValue":"\"bot\""},{"id":9570,"name":"Connections","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/connections](https://discord.com/developers/docs/resources/user#get-user-connections)\nto return linked third-party accounts","text":"See https://discord.com/developers/docs/resources/user#get-user-connections\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":16,"character":1}],"type":{"type":"literal","value":"connections"},"defaultValue":"\"connections\""},{"id":9571,"name":"DMChannelsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to see information about the user's DMs and group DMs - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":20,"character":1}],"type":{"type":"literal","value":"dm_channels.read"},"defaultValue":"\"dm_channels.read\""},{"id":9572,"name":"Email","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Enables [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) to return an `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":26,"character":1}],"type":{"type":"literal","value":"email"},"defaultValue":"\"email\""},{"id":9577,"name":"GroupDMJoins","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to join users to a group dm","text":"See https://discord.com/developers/docs/resources/channel#group-dm-add-recipient\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":58,"character":1}],"type":{"type":"literal","value":"gdm.join"},"defaultValue":"\"gdm.join\""},{"id":9574,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/guilds](https://discord.com/developers/docs/resources/user#get-current-user-guilds)\nto return basic information about all of a user's guilds","text":"See https://discord.com/developers/docs/resources/user#get-current-user-guilds\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":39,"character":1}],"type":{"type":"literal","value":"guilds"},"defaultValue":"\"guilds\""},{"id":9575,"name":"GuildsJoin","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/guilds/{guild.id}/members/{user.id}](https://discord.com/developers/docs/resources/guild#add-guild-member)\nto be used for joining users to a guild","text":"See https://discord.com/developers/docs/resources/guild#add-guild-member\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":46,"character":1}],"type":{"type":"literal","value":"guilds.join"},"defaultValue":"\"guilds.join\""},{"id":9576,"name":"GuildsMembersRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows /users/@me/guilds/{guild.id}/member to return a user's member information in a guild","text":"See https://discord.com/developers/docs/resources/user#get-current-user-guild-member\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":52,"character":1}],"type":{"type":"literal","value":"guilds.members.read"},"defaultValue":"\"guilds.members.read\""},{"id":9573,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) without `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":32,"character":1}],"type":{"type":"literal","value":"identify"},"defaultValue":"\"identify\""},{"id":9578,"name":"MessagesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to read messages from all client channels\n(otherwise restricted to channels/guilds your app creates)"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":63,"character":1}],"type":{"type":"literal","value":"messages.read"},"defaultValue":"\"messages.read\""},{"id":9579,"name":"RPC","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server access, this allows you to control a user's local Discord client - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":67,"character":1}],"type":{"type":"literal","value":"rpc"},"defaultValue":"\"rpc\""},{"id":9580,"name":"RPCNotificationsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to receive notifications pushed out to the user - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":71,"character":1}],"type":{"type":"literal","value":"rpc.notifications.read"},"defaultValue":"\"rpc.notifications.read\""},{"id":9587,"name":"RelationshipsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to know a user's friends and implicit relationships - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":99,"character":1}],"type":{"type":"literal","value":"relationships.read"},"defaultValue":"\"relationships.read\""},{"id":9582,"name":"Voice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to connect to voice on user's behalf and see all the voice members - requires Discord approval"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":79,"character":1}],"type":{"type":"literal","value":"voice"},"defaultValue":"\"voice\""},{"id":9581,"name":"WebhookIncoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This generates a webhook that is returned in the oauth token response for authorization code grants"},"sources":[{"fileName":"payloads/v10/oauth2.ts","line":75,"character":1}],"type":{"type":"literal","value":"webhook.incoming"},"defaultValue":"\"webhook.incoming\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9588,9589,9592,9584,9583,9590,9591,9586,9585,9569,9570,9571,9572,9577,9574,9575,9576,9573,9578,9579,9580,9587,9582,9581]}],"sources":[{"fileName":"payloads/v10/oauth2.ts","line":5,"character":12}]},{"id":8644,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8646,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":694,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8645,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":693,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8646,8645]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":692,"character":12}]},{"id":8852,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8854,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":97,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":8855,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":8856,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":102,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":8857,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":103,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":8853,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":96,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8854,8855,8856,8857,8853]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":95,"character":12}]},{"id":9617,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":9619,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible to only guild members"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":52,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9618,"name":"Public","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible publicly, such as on stage discovery"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":48,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9619,9618]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":44,"character":12}]},{"id":9641,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":9643,"name":"APNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/sticker.ts","line":86,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9644,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/sticker.ts","line":87,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9642,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/sticker.ts","line":85,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9643,9644,9642]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":84,"character":12}]},{"id":9638,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":9640,"name":"Guild","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A sticker uploaded to a Boosted guild for the guild's members"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":78,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9639,"name":"Standard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An official sticker in a pack, part of Nitro or in a removed purchasable pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":74,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9640,9639]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":70,"character":12}]},{"id":9665,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":9667,"name":"Accepted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/teams.ts","line":65,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9666,"name":"Invited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/teams.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9667,9666]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":63,"character":12}]},{"id":8788,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":8790,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1263,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8789,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1262,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8790,8789]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1261,"character":12}]},{"id":8654,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8656,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":729,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":8655,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":728,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":8658,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":731,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":8657,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":730,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8656,8655,8658,8657]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":727,"character":12}]},{"id":8664,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":762,"character":12}]},{"id":9712,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":9726,"name":"BotHTTPInteractions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bot uses only [HTTP interactions](https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction) and is shown in the online member list"},"sources":[{"fileName":"payloads/v10/user.ts","line":143,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":9716,"name":"BugHunterLevel1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 1"},"sources":[{"fileName":"payloads/v10/user.ts","line":103,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9722,"name":"BugHunterLevel2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 2"},"sources":[{"fileName":"payloads/v10/user.ts","line":127,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":9725,"name":"CertifiedModerator","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Certified Moderator"},"sources":[{"fileName":"payloads/v10/user.ts","line":139,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":9717,"name":"HypeSquadOnlineHouse1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Bravery Member"},"sources":[{"fileName":"payloads/v10/user.ts","line":107,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":9718,"name":"HypeSquadOnlineHouse2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Brilliance Member"},"sources":[{"fileName":"payloads/v10/user.ts","line":111,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":9719,"name":"HypeSquadOnlineHouse3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Balance Member"},"sources":[{"fileName":"payloads/v10/user.ts","line":115,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":9715,"name":"Hypesquad","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"HypeSquad Events Member"},"sources":[{"fileName":"payloads/v10/user.ts","line":99,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9714,"name":"Partner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Partnered Server Owner"},"sources":[{"fileName":"payloads/v10/user.ts","line":95,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9720,"name":"PremiumEarlySupporter","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Nitro Supporter"},"sources":[{"fileName":"payloads/v10/user.ts","line":119,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":9727,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer"},"sources":[{"fileName":"payloads/v10/user.ts","line":147,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":9713,"name":"Staff","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Employee"},"sources":[{"fileName":"payloads/v10/user.ts","line":91,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9721,"name":"TeamPseudoUser","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User is a [team](https://discord.com/developers/docs/topics/teams)"},"sources":[{"fileName":"payloads/v10/user.ts","line":123,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":9723,"name":"VerifiedBot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Verified Bot"},"sources":[{"fileName":"payloads/v10/user.ts","line":131,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":9724,"name":"VerifiedDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Verified Bot Developer"},"sources":[{"fileName":"payloads/v10/user.ts","line":135,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9726,9716,9722,9725,9717,9718,9719,9715,9714,9720,9727,9713,9721,9723,9724]}],"sources":[{"fileName":"payloads/v10/user.ts","line":87,"character":12}]},{"id":9728,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":9731,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":156,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9730,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":155,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9729,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":154,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9731,9730,9729]}],"sources":[{"fileName":"payloads/v10/user.ts","line":153,"character":12}]},{"id":8549,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8550,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v10/channel.ts","line":310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8551,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v10/channel.ts","line":314,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8550,8551]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":306,"character":12}]},{"id":9778,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9781,"name":"Application","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Application webhooks are webhooks used with Interactions"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":78,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9780,"name":"ChannelFollower","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Channel Follower Webhooks are internal webhooks used with Channel Following to post new messages into channels"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":74,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9779,"name":"Incoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Incoming Webhooks can post messages to channels with a generated token"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":70,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9781,9780,9779]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":66,"character":12}]},{"id":8752,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":8753,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1188,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8755,"name":"T"}}},{"id":8754,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8748,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":8745,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8753,8754]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1183,"character":17}],"typeParameter":[{"id":8755,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8819,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":8744,"typeArguments":[{"type":"reference","id":8748,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":8739,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":8740,"name":"parse","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of allowed mention types to parse from the content","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1131,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8735,"name":"AllowedMentionsTypes"}}},{"id":8743,"name":"replied_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"\tFor replies, whether to mention the author of the message being replied to (default false)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1145,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8741,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1135,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8742,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of user_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1139,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8740,8743,8741,8742]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1125,"character":17}]},{"id":8242,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":8248,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `false` only app owner can join the app's bot to guilds"},"sources":[{"fileName":"payloads/v10/application.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8249,"name":"bot_require_code_grant","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `true` the app's bot will only join upon completion of the full oauth2 code grant flow"},"sources":[{"fileName":"payloads/v10/application.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8259,"name":"cover_image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the hash of the image on store embeds"},"sources":[{"fileName":"payloads/v10/application.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8263,"name":"custom_install_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The application's default custom authorization link, if enabled"},"sources":[{"fileName":"payloads/v10/application.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8246,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v10/application.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8260,"name":"flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The application's public flags","text":"See https://discord.com/developers/docs/resources/application#application-object-application-flags\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":95,"character":1}],"type":{"type":"reference","id":8267,"name":"ApplicationFlags"}},{"id":8256,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the guild to which it has been linked"},"sources":[{"fileName":"payloads/v10/application.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8245,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app"},"sources":[{"fileName":"payloads/v10/application.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8243,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v10/application.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8262,"name":"install_params","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Settings for the application's default in-app authorization link, if enabled"},"sources":[{"fileName":"payloads/v10/application.ts","line":103,"character":1}],"type":{"type":"reference","id":8264,"name":"APIApplicationInstallParams"}},{"id":8244,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v10/application.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8252,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Partial user object containing info on the owner of the application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":55,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":8257,"name":"primary_sku_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the id of the \"Game SKU\" that is created, if exists"},"sources":[{"fileName":"payloads/v10/application.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8251,"name":"privacy_policy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's privacy policy"},"sources":[{"fileName":"payloads/v10/application.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8247,"name":"rpc_origins","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of rpc origin urls, if rpc is enabled"},"sources":[{"fileName":"payloads/v10/application.ts","line":33,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8258,"name":"slug","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the URL slug that links to the store page"},"sources":[{"fileName":"payloads/v10/application.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8253,"name":"summary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An empty string","tags":[{"tag":"deprecated","text":"This field will be removed in v11\n"}]},"sources":[{"fileName":"payloads/v10/application.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8261,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Up to 5 tags describing the content and functionality of the application"},"sources":[{"fileName":"payloads/v10/application.ts","line":99,"character":1}],"type":{"type":"tuple","elements":[{"type":"intrinsic","name":"string"},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}}]}},{"id":8255,"name":"team","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The team this application belongs to","text":"See https://discord.com/developers/docs/topics/teams#data-models-team-object\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":73,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9654,"name":"APITeam"}]}},{"id":8250,"name":"terms_of_service_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's terms of service"},"sources":[{"fileName":"payloads/v10/application.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8254,"name":"verify_key","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function","text":"See https://discord.com/developers/docs/game-sdk/applications#get-ticket\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8248,8249,8259,8263,8246,8260,8256,8245,8243,8262,8244,8252,8257,8251,8247,8258,8253,8261,8255,8250,8254]}],"sources":[{"fileName":"payloads/v10/application.ts","line":13,"character":17}]},{"id":9227,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":9230,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9239,"name":"default_member_permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Set of permissions represented as a bitset"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":76,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9241,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`","tags":[{"tag":"deprecated","text":"Use `dm_permission` and/or `default_member_permissions` instead\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9235,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character description for `CHAT_INPUT` commands, empty string for `USER` and `MESSAGE` commands"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9236,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the description field. Values follow the same restrictions as description"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":9237,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9240,"name":"dm_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9231,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild id of the command, if not global"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9228,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9232,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$`"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9233,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the name field. Values follow the same restrictions as name"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":9234,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9238,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9270,"name":"APIApplicationCommandOption"}}},{"id":9229,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":36,"character":1}],"type":{"type":"reference","id":9243,"name":"ApplicationCommandType"}},{"id":9242,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Autoincrementing version identifier updated during substantial record changes"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9230,9239,9241,9235,9236,9237,9240,9231,9228,9232,9233,9234,9238,9229,9242]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":28,"character":17}]},{"id":9499,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9501,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":9527,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":9500,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":9522,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[9501,9500]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":33,"character":17}]},{"id":9293,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9294,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":8,"character":1}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"reference","id":8537,"name":"GuildText"},{"type":"reference","id":8539,"name":"GuildVoice"},{"type":"reference","id":8541,"name":"GuildCategory"},{"type":"reference","id":8542,"name":"GuildNews"},{"type":"reference","id":8543,"name":"GuildNewsThread"},{"type":"reference","id":8544,"name":"GuildPublicThread"},{"type":"reference","id":8545,"name":"GuildPrivateThread"},{"type":"reference","id":8546,"name":"GuildStageVoice"},{"type":"reference","id":8547,"name":"GuildDirectory"},{"type":"reference","id":8548,"name":"GuildForum"}]}}},{"id":9298,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":9299,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9296,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":9297,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9300,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":9295,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9325,"name":"Channel"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9294,9298,9299,9296,9297,9300,9295]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9325,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9303,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9304,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9305,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":9306,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9322,"name":"Integer"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":9307,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9304,9305,9306,9307]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9322,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9311,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9312,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9313,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":9314,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9328,"name":"Number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":9315,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9312,9313,9314,9315]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9328,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9336,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9337,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9338,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":9339,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9321,"name":"String"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":9340,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9337,9338,9339,9340]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":13,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9321,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":9361,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9362,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9364,"name":"options","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":16,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9349,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":9363,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":9320,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[9362,9364,9363]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":9349,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9350,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9352,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9272,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":9351,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":9319,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[9350,9352,9351]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":9330,"name":"APIApplicationCommandOptionChoice","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure"},"children":[{"id":9331,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9332,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":9333,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":9334,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9331,9332,9333]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":9334,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":9401,"name":"APIApplicationCommandPermission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permissions-structure"},"children":[{"id":9402,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role, user or channel. Can also be a permission constant"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9404,"name":"permission","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` to allow, `false`, to disallow"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9403,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role, user or channel"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":36,"character":1}],"type":{"type":"reference","id":9405,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9402,9404,9403]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":9353,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9358,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":9359,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9356,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":9357,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9354,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":10,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9341,"name":"APIApplicationCommandSubcommandOption"}}},{"id":9360,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":9355,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9320,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9358,9359,9356,9357,9354,9360,9355]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9320,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9341,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9346,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":9347,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9344,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":9345,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9342,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":7,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9269,"name":"APIApplicationCommandBasicOption"}}},{"id":9348,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":9343,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9319,"name":"Subcommand"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9346,9347,9344,9345,9342,9348,9343]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9319,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":8264,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8266,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8265,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9568,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8266,8265]}],"sources":[{"fileName":"payloads/v10/application.ts","line":110,"character":17}]},{"id":8719,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":8723,"name":"content_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The attachment's media type","text":"See https://en.wikipedia.org/wiki/Media_type\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1053,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8722,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1047,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8729,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1077,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8721,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1043,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8727,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1069,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":8720,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1039,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8726,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1065,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8724,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1057,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8725,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1061,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8728,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1073,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8723,8722,8729,8721,8727,8720,8726,8724,8725,8728]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1035,"character":17}]},{"id":8281,"name":"APIAuditLog","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure"},"children":[{"id":8282,"name":"application_commands","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of application commands found in the audit log","text":"See https://discord.com/developers/docs/interactions/application-commands#application-command-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":36,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9227,"name":"APIApplicationCommand"}}},{"id":8285,"name":"audit_log_entries","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Audit log entries","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8289,"name":"APIAuditLogEntry"}}},{"id":8288,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild scheduled events in the audit log","text":"See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}}},{"id":8286,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Partial integration objects","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9077,"name":"APIGuildIntegration"}}},{"id":8287,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Threads found in the audit log","text":"Threads referenced in THREAD_CREATE and THREAD_UPDATE events are included in the threads map, since archived threads might not be kept in memory by clients.\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":68,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}},{"id":8284,"name":"users","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users found in the audit log","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":48,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9696,"name":"APIUser"}}},{"id":8283,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Webhooks found in the audit log","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9765,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8282,8285,8288,8286,8287,8284,8283]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":30,"character":17}]},{"id":8289,"name":"APIAuditLogEntry","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure"},"children":[{"id":8294,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of action that occurred","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":106,"character":1}],"type":{"type":"reference","id":8297,"name":"AuditLogEvent"}},{"id":8291,"name":"changes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Changes made to the `target_id`","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-change-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":90,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8358,"name":"APIAuditLogChange"}}},{"id":8293,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8295,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional info for certain action types","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":112,"character":1}],"type":{"type":"reference","id":8346,"name":"APIAuditLogOptions"}},{"id":8296,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The reason for the change (0-512 characters)"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8290,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the affected entity (webhook, user, role, etc.)"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8292,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who made the changes","text":"This can be `null` in some cases (webhooks deleting themselves by using their own token, for example)\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":96,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8294,8291,8293,8295,8296,8290,8292]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":80,"character":17}]},{"id":8346,"name":"APIAuditLogOptions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info"},"children":[{"id":8349,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel in which the entities were targeted","text":"Present from:\n- MEMBER_MOVE\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n- MESSAGE_DELETE\n- STAGE_INSTANCE_CREATE\n- STAGE_INSTANCE_UPDATE\n- STAGE_INSTANCE_DELETE\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8351,"name":"count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of entities that were targeted","text":"Present from:\n- MESSAGE_DELETE\n- MESSAGE_BULK_DELETE\n- MEMBER_DISCONNECT\n- MEMBER_MOVE\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8347,"name":"delete_member_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days after which inactive members were kicked","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8352,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the overwritten entity","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8348,"name":"members_removed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of members removed by the prune","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8350,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the message that was targeted","text":"Present from:\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":225,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8354,"name":"role_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n**Present only if the {@link APIAuditLogOptions#type entry type} is \"0\"**\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8353,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of overwritten entity - \"0\" for \"role\" or \"1\" for \"member\"","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n{@link AuditLogOptionsType}\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":258,"character":1}],"type":{"type":"reference","id":8355,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8349,8351,8347,8352,8348,8350,8354,8353]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":188,"character":17}]},{"id":9106,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":9107,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v10/guild.ts","line":768,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9108,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v10/guild.ts","line":772,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9107,9108]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":764,"character":17}]},{"id":8744,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":8745,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8746,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[8745]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1151,"character":17}],"typeParameter":[{"id":8746,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8747,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":8752,"name":"APIActionRowComponent"},{"type":"reference","id":8756,"name":"APIButtonComponentBase"},{"type":"reference","id":8791,"name":"APISelectMenuComponent"},{"type":"reference","id":8805,"name":"APITextInputComponent"}]},{"id":9441,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":9443,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application this interaction is for"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9447,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel it was sent from"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9445,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The command data payload"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":76,"character":1}],"type":{"type":"reference","id":9456,"name":"Data"}},{"id":9446,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild it was sent from"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9454,"name":"guild_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild's preferred locale, if invoked in a guild"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":9442,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9453,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":110,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":9448,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild member data for the invoking user, including permissions","text":"**This is only sent when an interaction is invoked in a guild**\n"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":90,"character":1}],"type":{"type":"reference","id":9429,"name":"APIInteractionGuildMember"}},{"id":9452,"name":"message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For components, the message they were attached to"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":106,"character":1}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":9450,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A continuation token for responding to the interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9444,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":72,"character":1}],"type":{"type":"reference","id":9455,"name":"Type"}},{"id":9449,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User object for the invoking user, if invoked in a DM"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":94,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":9451,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Read-only property, always `1`"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":102,"character":1}],"type":{"type":"literal","value":1}}],"groups":[{"title":"Properties","kind":1024,"children":[9443,9447,9445,9446,9454,9442,9453,9448,9452,9450,9444,9449,9451]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":9455,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9490,"name":"InteractionType"}},{"id":9456,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":8756,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":8760,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1210,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8759,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1206,"character":1}],"type":{"type":"reference","id":8763,"name":"APIMessageComponentEmoji"}},{"id":8757,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1198,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8758,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1202,"character":1}],"type":{"type":"reference","id":8762,"name":"Style"}},{"id":8761,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8749,"name":"Button"},"inheritedFrom":{"type":"reference","id":8745,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8760,8759,8757,8758,8761]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1194,"character":17}],"typeParameter":[{"id":8762,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8782,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":8744,"typeArguments":[{"type":"reference","id":8749,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":8767,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":8774,"name":"APIButtonComponentWithURL"}]},{"id":8767,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8768,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom_id to be sent in the interaction when clicked"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1235,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8772,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1210,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8760,"name":"APIButtonComponentBase.disabled"}},{"id":8771,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1206,"character":1}],"type":{"type":"reference","id":8763,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":8759,"name":"APIButtonComponentBase.emoji"}},{"id":8769,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1198,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8757,"name":"APIButtonComponentBase.label"}},{"id":8770,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1202,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8783,"name":"Primary"},{"type":"reference","id":8784,"name":"Secondary"},{"type":"reference","id":8785,"name":"Success"},{"type":"reference","id":8786,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":8758,"name":"APIButtonComponentBase.style"}},{"id":8773,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8749,"name":"Button"},"inheritedFrom":{"type":"reference","id":8761,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8768,8772,8771,8769,8770,8773]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1228,"character":17}],"extendedTypes":[{"type":"reference","id":8756,"typeArguments":[{"type":"union","types":[{"type":"reference","id":8783,"name":"ButtonStyle.Primary"},{"type":"reference","id":8784,"name":"ButtonStyle.Secondary"},{"type":"reference","id":8785,"name":"ButtonStyle.Success"},{"type":"reference","id":8786,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":8774,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8779,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1210,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8760,"name":"APIButtonComponentBase.disabled"}},{"id":8778,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1206,"character":1}],"type":{"type":"reference","id":8763,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":8759,"name":"APIButtonComponentBase.emoji"}},{"id":8776,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1198,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8757,"name":"APIButtonComponentBase.label"}},{"id":8777,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1202,"character":1}],"type":{"type":"reference","id":8787,"name":"Link"},"inheritedFrom":{"type":"reference","id":8758,"name":"APIButtonComponentBase.style"}},{"id":8780,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8749,"name":"Button"},"inheritedFrom":{"type":"reference","id":8761,"name":"APIButtonComponentBase.type"}},{"id":8775,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The URL to direct users to when clicked for Link buttons"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1242,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8779,8778,8776,8777,8780,8775]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1238,"character":17}],"extendedTypes":[{"type":"reference","id":8756,"typeArguments":[{"type":"reference","id":8787,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":8433,"name":"APIChannelBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"This interface is used to allow easy extension for other channel types. While\nalso allowing `APIPartialChannel` to be used without breaking."},"children":[{"id":8435,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"}},{"id":8436,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8430,"name":"APIPartialChannel.id"}},{"id":8437,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8432,"name":"APIPartialChannel.name"}},{"id":8434,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8438,"name":"T"},"overwrites":{"type":"reference","id":8431,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8435,8436,8437,8434]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":38,"character":17}],"typeParameter":[{"id":8438,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8536,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":8429,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":8441,"name":"APITextBasedChannel"},{"type":"reference","id":8448,"name":"APIGuildChannel"}]},{"id":8730,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":8732,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1091,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8731,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1087,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8734,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1101,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8733,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1097,"character":1}],"type":{"type":"reference","id":8536,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8732,8731,8734,8733]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1083,"character":17}]},{"id":10098,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10100,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":421,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":10178,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":10101,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":429,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":10179,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":10099,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/channel.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10102,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v10/channel.ts","line":433,"character":1}],"type":{"type":"reference","id":8644,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":10180,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10100,10101,10099,10102]}],"sources":[{"fileName":"rest/v10/channel.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":10177,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":9273,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":9279,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":9276,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":9278,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":9274,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":115,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9271,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":9275,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":116,"character":1}],"type":{"type":"reference","id":9280,"name":"APIChatInputApplicationCommandInteractionDataResolved"}},{"id":9277,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9244,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9279,9276,9278,9274,9275,9277]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":113,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9244,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":9280,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":9285,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":127,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":8719,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":9284,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":126,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9248,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":9283,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":125,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9255,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":9282,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":124,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9593,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":9281,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":123,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9696,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[9285,9284,9283,9282,9281]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":122,"character":17}]},{"id":9527,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9528,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":105,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9330,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9528]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":104,"character":17}]},{"id":9732,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":9739,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether friend sync is enabled for this connection"},"sources":[{"fileName":"payloads/v10/user.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9733,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9737,"name":"integrations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of partial server integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":184,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9077,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":9734,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9736,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v10/user.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9740,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether activities related to this connection will be shown in presence updates"},"sources":[{"fileName":"payloads/v10/user.ts","line":196,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9735,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection"},"sources":[{"fileName":"payloads/v10/user.ts","line":174,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9738,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v10/user.ts","line":188,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9741,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Visibility of this connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-visibility-types\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":202,"character":1}],"type":{"type":"reference","id":9742,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[9739,9733,9737,9734,9736,9740,9735,9738,9741]}],"sources":[{"fileName":"payloads/v10/user.ts","line":162,"character":17}]},{"id":8668,"name":"APIEmbed","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-structure","text":"Length limit: 6000 characters\n"},"children":[{"id":8680,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Author information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":848,"character":1}],"type":{"type":"reference","id":8706,"name":"APIEmbedAuthor"}},{"id":8674,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":812,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8671,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of embed","text":"Length limit: 4096 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":800,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8681,"name":"fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Fields information","text":"Length limit: 25 field objects\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":856,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8715,"name":"APIEmbedField"}}},{"id":8675,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Footer information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":818,"character":1}],"type":{"type":"reference","id":8711,"name":"APIEmbedFooter"}},{"id":8676,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":824,"character":1}],"type":{"type":"reference","id":8698,"name":"APIEmbedImage"}},{"id":8679,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Provider information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":842,"character":1}],"type":{"type":"reference","id":8703,"name":"APIEmbedProvider"}},{"id":8677,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Thumbnail information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":830,"character":1}],"type":{"type":"reference","id":8689,"name":"APIEmbedThumbnail"}},{"id":8673,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v10/channel.ts","line":808,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8669,"name":"title","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Title of embed","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":786,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8670,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of embed (always \"rich\" for webhook embeds)","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-types\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":794,"character":1}],"type":{"type":"reference","id":8682,"name":"EmbedType"}},{"id":8672,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8678,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Video information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":836,"character":1}],"type":{"type":"reference","id":8694,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[8680,8674,8671,8681,8675,8676,8679,8677,8673,8669,8670,8672,8678]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":780,"character":17}]},{"id":8706,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":8709,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":983,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8707,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of author","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":975,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8710,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of author icon"},"sources":[{"fileName":"payloads/v10/channel.ts","line":987,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8708,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v10/channel.ts","line":979,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8709,8707,8710,8708]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":969,"character":17}]},{"id":8715,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":8718,"name":"inline","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this field should display inline"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1029,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8716,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the field","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1019,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8717,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Value of the field","text":"Length limit: 1024 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1025,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8718,8716,8717]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1013,"character":17}]},{"id":8711,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":8713,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of footer icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1003,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8714,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of footer icon"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1007,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8712,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":999,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8713,8714,8712]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":993,"character":17}]},{"id":8698,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":8701,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":945,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8700,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":941,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8699,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of image (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":937,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8702,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":949,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8701,8700,8699,8702]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":933,"character":17}]},{"id":8703,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":8704,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":959,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8705,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":963,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8704,8705]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":955,"character":17}]},{"id":8689,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":8692,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":905,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8691,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":901,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8690,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of thumbnail (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":897,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8693,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":909,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8692,8691,8690,8693]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":893,"character":17}]},{"id":8694,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":8696,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":923,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8695,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":919,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8697,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":927,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8696,8695,8697]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":915,"character":17}]},{"id":8826,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":8834,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8825,"name":"APIPartialEmoji.animated"}},{"id":8831,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8832,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":16,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8823,"name":"APIPartialEmoji.id"}},{"id":8830,"name":"managed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is managed"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8833,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8824,"name":"APIPartialEmoji.name"}},{"id":8829,"name":"require_colons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji must be wrapped in colons"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8827,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles this emoji is whitelisted to"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":34,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8828,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User that created this emoji"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":38,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8834,8831,8832,8830,8833,8829,8827,8828]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":8822,"name":"APIPartialEmoji"}]},{"id":9550,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":9564,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9543,"name":"APIInvite.approximate_member_count"}},{"id":9563,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9542,"name":"APIInvite.approximate_presence_count"}},{"id":9558,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":8429,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":9537,"name":"APIInvite.channel"}},{"id":9556,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v10/invite.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9535,"name":"APIInvite.code"}},{"id":9555,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this invite was created"},"sources":[{"fileName":"payloads/v10/invite.ts","line":125,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9565,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9544,"name":"APIInvite.expires_at"}},{"id":9557,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":40,"character":1}],"type":{"type":"reference","id":9533,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":9536,"name":"APIInvite.guild"}},{"id":9567,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v10/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":9546,"name":"APIInvite.guild_scheduled_event"}},{"id":9559,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":52,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":9538,"name":"APIInvite.inviter"}},{"id":9553,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Duration (in seconds) after which the invite expires"},"sources":[{"fileName":"payloads/v10/invite.ts","line":117,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9552,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Max number of times this invite can be used"},"sources":[{"fileName":"payloads/v10/invite.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9566,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v10/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":9620,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":9545,"name":"APIInvite.stage_instance"}},{"id":9562,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":9541,"name":"APIInvite.target_application"}},{"id":9560,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":9547,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":9539,"name":"APIInvite.target_type"}},{"id":9561,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":64,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":9540,"name":"APIInvite.target_user"}},{"id":9554,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this invite only grants temporary membership"},"sources":[{"fileName":"payloads/v10/invite.ts","line":121,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9551,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this invite has been used"},"sources":[{"fileName":"payloads/v10/invite.ts","line":109,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9564,9563,9558,9556,9555,9565,9557,9567,9559,9553,9552,9566,9562,9560,9561,9554,9551]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":9534,"name":"APIInvite"}]},{"id":9189,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9190,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":85,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":9203,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9194,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":9196,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":9202,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":9191,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":86,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9207,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":9201,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":9212,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9193,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":9192,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":9205,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":9195,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":9199,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":9219,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9198,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":9197,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":9200,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":9213,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9204,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[9190,9203,9194,9196,9202,9191,9201,9193,9192,9205,9195,9199,9198,9197,9200,9204]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9212,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":8632,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":8633,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8634,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":637,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8633,8634]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":629,"character":17}]},{"id":8837,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":8839,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information on the current session start limit","text":"See https://discord.com/developers/docs/topics/gateway#session-start-limit-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":35,"character":1}],"type":{"type":"reference","id":8841,"name":"APIGatewaySessionStartLimit"}},{"id":8838,"name":"shards","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recommended number of shards to use when connecting","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8840,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8836,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[8839,8838,8840]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":23,"character":17}],"extendedTypes":[{"type":"reference","id":8835,"name":"APIGatewayInfo"}]},{"id":8835,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":8836,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8836]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":8837,"name":"APIGatewayBotInfo"}]},{"id":8841,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":8845,"name":"max_concurrency","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of identify requests allowed per 5 seconds"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8843,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The remaining number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8844,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of milliseconds after which the limit resets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8842,"name":"total","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8845,8843,8844,8842]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":41,"character":17}]},{"id":8507,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8508,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id of the group DM creator if it is bot-created"},"sources":[{"fileName":"payloads/v10/channel.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8516,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":8509,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v10/channel.ts","line":173,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8514,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":8512,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":185,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":8510,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8511,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8515,"name":"recipients","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The recipients of the DM","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":160,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9696,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":8513,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8540,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8508,8516,8509,8514,8512,8510,8511,8515,8513]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":165,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8540,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":8946,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":8953,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":122,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8954,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds"},"sources":[{"fileName":"payloads/v10/guild.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8964,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Application id of the guild creator if it is bot-created"},"sources":[{"fileName":"payloads/v10/guild.ts","line":180,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8978,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v10/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8979,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v10/guild.ts","line":248,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8972,"name":"banner","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":216,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":8938,"name":"APIPartialGuild.banner"}},{"id":8958,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Default message notifications level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":146,"character":1}],"type":{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"}},{"id":8971,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":210,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":8939,"name":"APIPartialGuild.description"}},{"id":8948,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8961,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":164,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8826,"name":"APIEmoji"}}},{"id":8959,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":152,"character":1}],"type":{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"}},{"id":8962,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":170,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":8940,"name":"APIPartialGuild.features"}},{"id":8984,"name":"hub_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of Student Hub the guild is"},"sources":[{"fileName":"payloads/v10/guild.ts","line":274,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9016,"name":"GuildHubType"}]}},{"id":8986,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8936,"name":"APIPartialGuild.icon"}},{"id":8947,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash, returned when in the template object","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":87,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8989,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8944,"name":"APIPartialGuild.id"}},{"id":8969,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of members for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8968,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of presences for the guild (`null` is always returned, apart from the largest of guilds)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":198,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":8977,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum amount of users in a video channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":240,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8963,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Required MFA level for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":176,"character":1}],"type":{"type":"reference","id":8997,"name":"GuildMFALevel"}},{"id":8985,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8935,"name":"APIPartialGuild.name"}},{"id":8981,"name":"nsfw_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The nsfw level of the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":260,"character":1}],"type":{"type":"reference","id":9000,"name":"GuildNSFWLevel"}},{"id":8949,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the user is the owner of the guild","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":99,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8950,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8951,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total permissions for the user in the guild (excludes overrides)","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8975,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\"\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8983,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the guild has the boost progress bar enabled."},"sources":[{"fileName":"payloads/v10/guild.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8974,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of boosts this guild currently has"},"sources":[{"fileName":"payloads/v10/guild.ts","line":226,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8973,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Premium tier (Server Boost level)","text":"See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":222,"character":1}],"type":{"type":"reference","id":9011,"name":"GuildPremiumTier"}},{"id":8976,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"payloads/v10/guild.ts","line":236,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8952,"name":"region","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice region id for the guild","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"This field has been deprecated in favor of `rtc_region` on the channel.\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8960,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles in the guild","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":158,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}}},{"id":8967,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where Community guilds can display rules and/or guidelines"},"sources":[{"fileName":"payloads/v10/guild.ts","line":194,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8987,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8937,"name":"APIPartialGuild.splash"}},{"id":8982,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":266,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}},{"id":8966,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":190,"character":1}],"type":{"type":"reference","id":9020,"name":"GuildSystemChannelFlags"}},{"id":8965,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"payloads/v10/guild.ts","line":184,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8988,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v10/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8943,"name":"APIPartialGuild.unavailable"}},{"id":8970,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":206,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":8942,"name":"APIPartialGuild.vanity_url_code"}},{"id":8957,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":140,"character":1}],"type":{"type":"reference","id":9005,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":8941,"name":"APIPartialGuild.verification_level"}},{"id":8980,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":8945,"name":"APIPartialGuild.welcome_screen"}},{"id":8956,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel id that the widget will generate an invite to, or `null` if set to no invite"},"sources":[{"fileName":"payloads/v10/guild.ts","line":134,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8955,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the guild widget is enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8953,8954,8964,8978,8979,8972,8958,8971,8948,8961,8959,8962,8984,8986,8947,8989,8969,8968,8977,8963,8985,8981,8949,8950,8951,8975,8983,8974,8973,8976,8952,8960,8967,8987,8982,8966,8965,8988,8970,8957,8980,8956,8955]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":81,"character":17}],"extendedTypes":[{"type":"reference","id":8934,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":7925,"name":"GatewayGuildCreateDispatchData"}]},{"id":9396,"name":"APIGuildApplicationCommandPermissions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-guild-application-command-permissions-structure"},"children":[{"id":9398,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the application the command belongs to"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9399,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9397,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the command or the application id if that permission applies to all commands"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9400,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The permissions for the command in the guild"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":22,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9401,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9398,9399,9397,9400]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":8448,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8455,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8435,"name":"APIChannelBase.flags"}},{"id":8449,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8456,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8436,"name":"APIChannelBase.id"}},{"id":8457,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8437,"name":"APIChannelBase.name"}},{"id":8453,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8452,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8450,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}}},{"id":8451,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8454,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8458,"name":"T"},"inheritedFrom":{"type":"reference","id":8434,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8455,8449,8456,8457,8453,8452,8450,8451,8454]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":66,"character":17}],"typeParameter":[{"id":8458,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8536,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":8433,"typeArguments":[{"type":"reference","id":8458,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":8460,"name":"APIGuildTextChannel"},{"type":"reference","id":8492,"name":"APIVoiceChannel"},{"type":"reference","id":8517,"name":"APIThreadChannel"}]},{"id":10247,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10249,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":421,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":10178,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":10250,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":429,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":10179,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":10248,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":10251,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v10/channel.ts","line":433,"character":1}],"type":{"type":"reference","id":8644,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":10180,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10249,10250,10248,10251]}],"sources":[{"fileName":"rest/v10/guild.ts","line":36,"character":17}],"extendedTypes":[{"type":"reference","id":10177,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":10259,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10263,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":598,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":10264,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":604,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":10265,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":608,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":10260,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":65,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":10267,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":618,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":10261,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":586,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":10262,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":10266,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":612,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.unicode_emoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[10263,10264,10265,10260,10267,10261,10262,10266]}],"sources":[{"fileName":"rest/v10/guild.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":10371,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":9077,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":9088,"name":"account","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration account information","text":"See https://discord.com/developers/docs/resources/guild#integration-account-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":678,"character":1}],"type":{"type":"reference","id":9097,"name":"APIIntegrationAccount"}},{"id":9092,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot/OAuth2 application for discord integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-application-object\n\n**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":704,"character":1}],"type":{"type":"reference","id":9100,"name":"APIGuildIntegrationApplication"}},{"id":9084,"name":"enable_emoticons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether emoticons should be synced for this integration (`twitch` only currently)","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":650,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9081,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":632,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9085,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The behavior of expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":658,"character":1}],"type":{"type":"reference","id":9094,"name":"IntegrationExpireBehavior"}},{"id":9086,"name":"expire_grace_period","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The grace period (in days) before expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":664,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9078,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":620,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9079,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v10/guild.ts","line":624,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9091,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Has this integration been revoked","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":696,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9083,"name":"role_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID that this integration uses for \"subscribers\"","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":644,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9090,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many subscribers this integration has","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":690,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9089,"name":"synced_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When this integration was last synced","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":684,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9082,"name":"syncing","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration syncing","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":638,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9080,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v10/guild.ts","line":628,"character":1}],"type":{"type":"reference","id":9093,"name":"APIGuildIntegrationType"}},{"id":9087,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User for this integration","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":672,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9088,9092,9084,9081,9085,9086,9078,9079,9091,9083,9090,9089,9082,9080,9087]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":616,"character":17}]},{"id":9100,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":9105,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot associated with this application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":758,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":9104,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":752,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9103,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":748,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9101,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":738,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9102,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":742,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9105,9104,9103,9101,9102]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":734,"character":17}]},{"id":9066,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":9069,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9076,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9073,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9071,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9074,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9068,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9075,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9072,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9070,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9067,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":568,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9069,9076,9073,9071,9074,9068,9075,9072,9070,9067]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":560,"character":17}],"extendedBy":[{"type":"reference","id":8003,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":9429,"name":"APIInteractionGuildMember"}]},{"id":9144,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9147,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":878,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9146,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":874,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9148,"name":"APIGuildMembershipScreeningField"}}},{"id":9145,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v10/guild.ts","line":870,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9147,9146,9145]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":866,"character":17}]},{"id":9148,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9149,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":887,"character":1}],"type":{"type":"reference","id":9154,"name":"Terms"}},{"id":9150,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":891,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9152,"name":"required","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user has to fill out this field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":899,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9151,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":895,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9149,9150,9152,9151]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":883,"character":17}]},{"id":9051,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":9059,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of members in this guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":528,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9060,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of online members in this guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":532,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9061,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":536,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9056,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":512,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9057,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":518,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8826,"name":"APIEmoji"}}},{"id":9058,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":524,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}}},{"id":9054,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":500,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9052,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":490,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9053,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":494,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9055,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":506,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9062,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v10/guild.ts","line":540,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9059,9060,9061,9056,9057,9058,9054,9052,9053,9055,9062]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":486,"character":17}]},{"id":9207,"name":"APIGuildScheduledEventEntityMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-metadata"},"children":[{"id":9208,"name":"location","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The location of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":104,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9208]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":100,"character":17}]},{"id":9220,"name":"APIGuildScheduledEventUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-user-object-guild-scheduled-event-user-structure"},"children":[{"id":9221,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The scheduled event id which the user subscribed to"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":143,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9223,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member data for this user for the guild which this event belongs to, if any"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":151,"character":1}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":9222,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user which subscribed to the event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":147,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9221,9223,9222]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":139,"character":17}]},{"id":8460,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8461,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity"},"sources":[{"fileName":"payloads/v10/channel.ts","line":103,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"}},{"id":8466,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8455,"name":"APIGuildChannel.flags"}},{"id":8469,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8449,"name":"APIGuildChannel.guild_id"}},{"id":8467,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8456,"name":"APIGuildChannel.id"}},{"id":8464,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8442,"name":"APITextBasedChannel.last_message_id"}},{"id":8463,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v10/channel.ts","line":112,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8468,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8457,"name":"APIGuildChannel.name"}},{"id":8473,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8453,"name":"APIGuildChannel.nsfw"}},{"id":8472,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8452,"name":"APIGuildChannel.parent_id"}},{"id":8470,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":8450,"name":"APIGuildChannel.permission_overwrites"}},{"id":8471,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8451,"name":"APIGuildChannel.position"}},{"id":8462,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8465,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8474,"name":"T"},"inheritedFrom":{"type":"reference","id":8454,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8461,8466,8469,8467,8464,8463,8468,8473,8472,8470,8471,8462,8465]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":97,"character":17}],"typeParameter":[{"id":8474,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8459,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":8441,"typeArguments":[{"type":"reference","id":8474,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":8448,"typeArguments":[{"type":"reference","id":8474,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":8475,"name":"APITextChannel"}]},{"id":9136,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9137,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v10/guild.ts","line":840,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9138,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":844,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9139,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9137,9138]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":836,"character":17}]},{"id":9139,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9140,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v10/guild.ts","line":851,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9141,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":855,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9142,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji id of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":859,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9143,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji name of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":863,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9140,9141,9142,9143]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":847,"character":17}]},{"id":9109,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":9113,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":782,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9116,"name":"APIGuildWidgetChannel"}}},{"id":9110,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":779,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9112,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9114,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":783,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9120,"name":"APIGuildWidgetMember"}}},{"id":9111,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":780,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9115,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":784,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9113,9110,9112,9114,9111,9115]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":778,"character":17}]},{"id":9116,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":9117,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":791,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9118,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9119,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9117,9118,9119]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":790,"character":17}]},{"id":9120,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":9126,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/guild.ts","line":805,"character":1}],"type":{"type":"reflection","declaration":{"id":9127,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9128,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":805,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9128]}]}}},{"id":9124,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":803,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9129,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9123,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9121,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":800,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9125,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":804,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}},{"id":9122,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":801,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9126,9124,9129,9123,9121,9125,9122]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":799,"character":17}]},{"id":9063,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":9065,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":554,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9064,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":550,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9065,9064]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":546,"character":17}]},{"id":9097,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":9098,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":724,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9099,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":728,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9098,9099]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":720,"character":17}]},{"id":9248,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":9252,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":9254,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":9251,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":116,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9250,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9249,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":8647,"name":"APIThreadMetadata"}]}},{"id":9253,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":27,"character":1}],"type":{"type":"reference","id":8536,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9252,9254,9251,9250,9249,9253]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":113,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":8429,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":9255,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":9261,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":9263,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":9258,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":9259,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":9262,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":9256,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":123,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9260,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":9257,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[9261,9263,9258,9259,9262,9256,9260,9257]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":122,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9429,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":9433,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9069,"name":"APIGuildMember.avatar"}},{"id":9440,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9076,"name":"APIGuildMember.communication_disabled_until"}},{"id":9437,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9073,"name":"APIGuildMember.deaf"}},{"id":9435,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9071,"name":"APIGuildMember.joined_at"}},{"id":9438,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9074,"name":"APIGuildMember.mute"}},{"id":9432,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9068,"name":"APIGuildMember.nick"}},{"id":9439,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9075,"name":"APIGuildMember.pending"}},{"id":9430,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9436,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9072,"name":"APIGuildMember.premium_since"}},{"id":9434,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9070,"name":"APIGuildMember.roles"}},{"id":9431,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":52,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"overwrites":{"type":"reference","id":9067,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[9433,9440,9437,9435,9438,9432,9439,9430,9436,9434,9431]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":9066,"name":"APIGuildMember"}]},{"id":9505,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9507,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":9524,"name":"APIInteractionResponseCallbackData"}},{"id":9506,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":9518,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[9507,9506]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":43,"character":17}]},{"id":9508,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9510,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":50,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9524,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":9509,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":9519,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[9510,9509]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":48,"character":17}]},{"id":9511,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9512,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":9520,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[9512]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":53,"character":17}]},{"id":9497,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9498,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":9517,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[9498]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":29,"character":17}]},{"id":9513,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9515,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":9524,"name":"APIInteractionResponseCallbackData"}},{"id":9514,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":9521,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[9515,9514]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":57,"character":17}]},{"id":9534,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":9543,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9542,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9537,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":8429,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9535,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v10/invite.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9544,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v10/invite.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9536,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":40,"character":1}],"type":{"type":"reference","id":9533,"name":"APIInviteGuild"}},{"id":9546,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v10/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":9538,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":52,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":9545,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v10/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":9620,"name":"APIInviteStageInstance"}},{"id":9541,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":9539,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":9547,"name":"InviteTargetType"}},{"id":9540,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":64,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9543,9542,9537,9535,9544,9536,9546,9538,9545,9541,9539,9540]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":9550,"name":"APIExtendedInvite"}]},{"id":9620,"name":"APIInviteStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-stage-instance-object-invite-stage-instance-structure"},"children":[{"id":9624,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members speaking in the stage","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-structure\n"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9066,"name":"APIGuildMember"}}},{"id":9622,"name":"participant_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users in the stage"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9623,"name":"speaker_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users speaking in the stage"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9621,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9624,9622,9623,9621]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":58,"character":17}]},{"id":8552,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":8575,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":443,"character":1}],"type":{"type":"reference","id":8610,"name":"APIMessageActivity"}},{"id":8576,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-application-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":449,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8577,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is a response to an Interaction, this is the id of the interaction's application"},"sources":[{"fileName":"payloads/v10/channel.ts","line":453,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8568,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":404,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8719,"name":"APIAttachment"}}},{"id":8556,"name":"author","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The author of this message (only a valid user in the case where the message is generated by a user or bot user)","text":"If the message is generated by a webhook, the author object corresponds to the webhook's id,\nusername, and avatar. You can tell if a message is generated by a webhook by checking for the `webhook_id` property\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":341,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":8554,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"payloads/v10/channel.ts","line":328,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8583,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains components like buttons, action rows, or other interactive components"},"sources":[{"fileName":"payloads/v10/channel.ts","line":493,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":8558,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":354,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8560,"name":"edited_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was edited (or null if never)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":362,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8569,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":410,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8668,"name":"APIEmbed"}}},{"id":8579,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":467,"character":1}],"type":{"type":"reference","id":8622,"name":"MessageFlags"}},{"id":8555,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"payloads/v10/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8553,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":324,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8581,"name":"interaction","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message is a response to an Interaction"},"sources":[{"fileName":"payloads/v10/channel.ts","line":485,"character":1}],"type":{"type":"reference","id":9423,"name":"APIMessageInteraction"}},{"id":8557,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Member properties for this message's author","text":"The member object exists in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":350,"character":1}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":8567,"name":"mention_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channels specifically mentioned in this message","text":"Not all channel mentions in a message will appear in `mention_channels`.\n- Only textual channels that are visible to everyone in a lurkable guild will ever be included\n- Only crossposted messages (via Channel Following) currently include `mention_channels` at all\n\nIf no mentions in the message meet these requirements, this field will not be sent\n\nSee https://discord.com/developers/docs/resources/channel#channel-mention-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":398,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8730,"name":"APIChannelMention"}}},{"id":8562,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v10/channel.ts","line":370,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8566,"name":"mention_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles specifically mentioned in this message","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":386,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8563,"name":"mentions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users specifically mentioned in the message","text":"The `member` field is only present in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/user#user-object\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":380,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":9696,"name":"APIUser"},{"type":"reflection","declaration":{"id":8564,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8565,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":380,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[8565]}]}}]}}},{"id":8578,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reference data sent with crossposted messages, replies, pins, and thread starter messages","text":"See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":459,"character":1}],"type":{"type":"reference","id":8613,"name":"APIMessageReference"}},{"id":8571,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending (up to 25 characters)","text":"**You will not receive this from further fetches. This is received only once from a `MESSAGE_CREATE`\nevent to ensure it got sent**\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":423,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":8572,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v10/channel.ts","line":427,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8570,"name":"reactions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reactions to the message","text":"See https://discord.com/developers/docs/resources/channel#reaction-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":416,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8635,"name":"APIReaction"}}},{"id":8580,"name":"referenced_message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message associated with the `message_reference`","text":"This field is only returned for messages with a `type` of `19` (REPLY).\n\nIf the message is a reply but the `referenced_message` field is not present,\nthe backend did not attempt to fetch the message that was being replied to,\nso its state is unknown.\n\nIf the field exists but is `null`, the referenced message was deleted\n\nSee https://discord.com/developers/docs/resources/channel#message-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":481,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":8552,"name":"APIMessage"}]}},{"id":8584,"name":"sticker_items","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-item-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":499,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9645,"name":"APIStickerItem"}}},{"id":8585,"name":"stickers","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stickers sent with the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object","tags":[{"tag":"deprecated","text":"Use `sticker_items` instead\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":506,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}},{"id":8582,"name":"thread","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if a thread was started from this message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":489,"character":1}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":8559,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v10/channel.ts","line":358,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8561,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":366,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8574,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":437,"character":1}],"type":{"type":"reference","id":8586,"name":"MessageType"}},{"id":8573,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is generated by a webhook, this is the webhook's id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":431,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8575,8576,8577,8568,8556,8554,8583,8558,8560,8569,8579,8555,8553,8581,8557,8567,8562,8566,8563,8578,8571,8572,8570,8580,8584,8585,8582,8559,8561,8574,8573]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":320,"character":17}]},{"id":8610,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":8612,"name":"party_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`party_id` from a Rich Presence event","text":"See https://discord.com/developers/docs/rich-presence/how-to#updating-presence-update-presence-payload-fields\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":553,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8611,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message activity","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":547,"character":1}],"type":{"type":"reference","id":8617,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8612,8611]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":541,"character":17}]},{"id":9377,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":9383,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":9380,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":9382,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":9379,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":1}],"type":{"type":"reference","id":9384,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":9378,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9381,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9246,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9383,9380,9382,9379,9378,9381]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":32,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9246,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":9384,"name":"APIMessageApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":9385,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":42,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":8552,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[9385]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":41,"character":17}]},{"id":9465,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9467,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":48,"character":1}],"type":{"type":"reference","id":9468,"name":"CType"}},{"id":9466,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9467,9466]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":40,"character":17}],"typeParameter":[{"id":9468,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8747,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":9470,"name":"APIMessageSelectMenuInteractionData"}]},{"id":8763,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8766,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1225,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8764,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8765,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1221,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8766,8764,8765]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1213,"character":17}]},{"id":9423,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":9424,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9428,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member who invoked the interaction, only sent in MESSAGE_CREATE events"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":44,"character":1}],"type":{"type":"reference","id":9422,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":9426,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the ApplicationCommand"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9425,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":32,"character":1}],"type":{"type":"reference","id":9490,"name":"InteractionType"}},{"id":9427,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who invoked the interaction"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":40,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9424,9428,9426,9425,9427]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":24,"character":17}]},{"id":8613,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":8615,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":567,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8616,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message's guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":571,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8614,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":563,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8615,8616,8614]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":559,"character":17}]},{"id":9470,"name":"APIMessageSelectMenuInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9473,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":48,"character":1}],"type":{"type":"reference","id":8750,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":9467,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":9472,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9466,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":9471,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":55,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9473,9472,9471]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":53,"character":17}],"extendedTypes":[{"type":"reference","id":9465,"typeArguments":[{"type":"reference","id":8750,"name":"ComponentType.SelectMenu"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":9502,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9504,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":9529,"name":"APIModalInteractionResponseCallbackData"}},{"id":9503,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":9523,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[9504,9503]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":38,"character":17}]},{"id":9529,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":9532,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Between 1 and 5 (inclusive) components that make up the modal"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":123,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8805,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":9530,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9531,"name":"title","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the popup modal"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9532,9530,9531]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":111,"character":17}]},{"id":9483,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9485,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":29,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9480,"name":"ModalSubmitActionRowComponent"}}},{"id":9484,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9485,9484]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":21,"character":17}]},{"id":8639,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":8642,"name":"allow","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":681,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8643,"name":"deny","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":689,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8640,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":667,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8641,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Either 0 (role) or 1 (member)","text":"{@link OverwriteType}\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":673,"character":1}],"type":{"type":"reference","id":8644,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8642,8643,8640,8641]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":663,"character":17}]},{"id":8429,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":8430,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8432,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8431,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":27,"character":1}],"type":{"type":"reference","id":8536,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8430,8432,8431]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":17,"character":17}],"extendedBy":[{"type":"reference","id":8433,"name":"APIChannelBase"}]},{"id":8822,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":8825,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8823,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":16,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8824,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v10/emoji.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8825,8823,8824]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":8826,"name":"APIEmoji"}]},{"id":8934,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":8938,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8939,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":55,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8940,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}}},{"id":8936,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8944,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":8935,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8937,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8943,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v10/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8942,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8941,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":67,"character":1}],"type":{"type":"reference","id":9005,"name":"GuildVerificationLevel"}},{"id":8945,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[8938,8939,8940,8936,8944,8935,8937,8943,8942,8941,8945]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":29,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":8931,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":8946,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":8946,"name":"APIGuild"}]},{"id":8635,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":8636,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v10/channel.ts","line":647,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8638,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji information","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":657,"character":1}],"type":{"type":"reference","id":8822,"name":"APIPartialEmoji"}},{"id":8637,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":651,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8636,8638,8637]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":643,"character":17}]},{"id":9593,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":9596,"name":"color","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9597,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"If this role is pinned in the user listing"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9598,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role icon hash"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":30,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9594,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9602,"name":"managed","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is managed by an integration"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9603,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is mentionable"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9595,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role name"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9601,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9600,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Position of this role"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9604,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The tags this role has"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":56,"character":1}],"type":{"type":"reference","id":9605,"name":"APIRoleTags"}},{"id":9599,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role unicode emoji as a standard emoji"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":34,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9596,9597,9598,9594,9602,9603,9595,9601,9600,9604,9599]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":10,"character":17}]},{"id":9605,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":9606,"name":"bot_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the bot this role belongs to"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9608,"name":"integration_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the integration this role belongs to"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9607,"name":"premium_subscriber","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this is the guild's premium subscriber role"},"sources":[{"fileName":"payloads/v10/permissions.ts","line":70,"character":1}],"type":{"type":"literal","value":null}}],"groups":[{"title":"Properties","kind":1024,"children":[9606,9608,9607]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":62,"character":17}]},{"id":8791,"name":"APISelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":8792,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the select menu, max 100 characters"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1273,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8797,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Disable the select","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1299,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8796,"name":"max_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of items that can be chosen; max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1293,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8795,"name":"min_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The minimum number of items that must be chosen; min 0, max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1287,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8793,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The choices in the select, max 25"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1277,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8799,"name":"APISelectMenuOption"}}},{"id":8794,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Custom placeholder text if nothing is selected, max 150 characters"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1281,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8798,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8750,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":8745,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8792,8797,8796,8795,8793,8794,8798]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1269,"character":17}],"extendedTypes":[{"type":"reference","id":8744,"typeArguments":[{"type":"reference","id":8750,"name":"ComponentType.SelectMenu"}],"name":"APIBaseComponent"}]},{"id":8799,"name":"APISelectMenuOption","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure"},"children":[{"id":8804,"name":"default","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this option should be already-selected by default"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1325,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8802,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An additional description of the option (max 50 chars)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1317,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8803,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the option"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1321,"character":1}],"type":{"type":"reference","id":8763,"name":"APIMessageComponentEmoji"}},{"id":8800,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user-facing name of the option (max 25 chars)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1309,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8801,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The dev-defined value of the option (max 100 chars)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1313,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8804,8802,8803,8800,8801]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1305,"character":17}]},{"id":9609,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":9612,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the associated stage channel"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9615,"name":"discoverable_disabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not stage discovery is disabled","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9611,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id of the associated stage channel"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9616,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the scheduled event for this stage instance"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9610,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage instance"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9614,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the stage instance","text":"See https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level\n"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":29,"character":1}],"type":{"type":"reference","id":9617,"name":"StageInstancePrivacyLevel"}},{"id":9613,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9612,9615,9611,9616,9610,9614,9613]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":7,"character":17}]},{"id":9155,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9156,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":9169,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9160,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":9162,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":9168,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":9157,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":75,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":9167,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":9210,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9159,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":9158,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":9171,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":9161,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":9165,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":9219,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9164,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":9163,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":9166,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":9213,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9170,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[9156,9169,9160,9162,9168,9157,9167,9159,9158,9171,9161,9165,9164,9163,9166,9170]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9210,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":9625,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":9631,"name":"asset","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Previously the sticker asset hash, now an empty string","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v10/sticker.ts","line":36,"character":1}],"type":{"type":"literal","value":""}},{"id":9634,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this guild sticker can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9629,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":27,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9633,"name":"format_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker format","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types\n"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":48,"character":1}],"type":{"type":"reference","id":9641,"name":"StickerFormatType"}},{"id":9635,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild that owns this sticker"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9626,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9628,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9627,"name":"pack_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For standard stickers, ID of the pack the sticker is from"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9637,"name":"sort_value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The standard sticker's sort order within its pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9630,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"For guild stickers, the Discord name of a unicode emoji representing the sticker's expression. for standard stickers, a comma-separated list of related expressions."},"sources":[{"fileName":"payloads/v10/sticker.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9632,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types\n"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":42,"character":1}],"type":{"type":"reference","id":9638,"name":"StickerType"}},{"id":9636,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that uploaded the guild sticker"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":60,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9631,9634,9629,9633,9635,9626,9628,9627,9637,9630,9632,9636]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":11,"character":17}]},{"id":9646,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":9653,"name":"banner_asset_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the sticker pack's banner image"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9651,"name":"cover_sticker_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of a sticker in the pack which is shown as the pack's icon"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9652,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":122,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9647,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9649,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9650,"name":"sku_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the pack's SKU"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9648,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The stickers in the pack"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9653,9651,9652,9647,9649,9650,9648]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":98,"character":17}]},{"id":9654,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":9655,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A hash of the image of the team's icon"},"sources":[{"fileName":"payloads/v10/teams.ts","line":15,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9656,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique id of the team"},"sources":[{"fileName":"payloads/v10/teams.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9657,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members of the team"},"sources":[{"fileName":"payloads/v10/teams.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9660,"name":"APITeamMember"}}},{"id":9658,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the team"},"sources":[{"fileName":"payloads/v10/teams.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9659,"name":"owner_user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id of the current team owner"},"sources":[{"fileName":"payloads/v10/teams.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9655,9656,9657,9658,9659]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":11,"character":17}]},{"id":9660,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-members-object"},"children":[{"id":9661,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's membership state on the team","text":"See https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum\n"},"sources":[{"fileName":"payloads/v10/teams.ts","line":43,"character":1}],"type":{"type":"reference","id":9665,"name":"TeamMemberMembershipState"}},{"id":9662,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Will always be `[\"*\"]`"},"sources":[{"fileName":"payloads/v10/teams.ts","line":47,"character":1}],"type":{"type":"tuple","elements":[{"type":"literal","value":"*"}]}},{"id":9663,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the parent team of which they are a member"},"sources":[{"fileName":"payloads/v10/teams.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9664,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The avatar, discriminator, id, and username of the user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/teams.ts","line":57,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9661,9662,9663,9664]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":37,"character":17}]},{"id":9668,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#template-object"},"children":[{"id":9669,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The template code (unique ID)"},"sources":[{"fileName":"payloads/v10/template.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9675,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was created"},"sources":[{"fileName":"payloads/v10/template.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9674,"name":"creator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who created the template","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/template.ts","line":38,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":9673,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the user who created the template"},"sources":[{"fileName":"payloads/v10/template.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9671,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the template"},"sources":[{"fileName":"payloads/v10/template.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9679,"name":"is_dirty","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the template has unsynced changes"},"sources":[{"fileName":"payloads/v10/template.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":9670,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Template name"},"sources":[{"fileName":"payloads/v10/template.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9678,"name":"serialized_source_guild","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild snapshot this template contains"},"sources":[{"fileName":"payloads/v10/template.ts","line":54,"character":1}],"type":{"type":"reference","id":9680,"name":"APITemplateSerializedSourceGuild"}},{"id":9677,"name":"source_guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the guild this template is based on"},"sources":[{"fileName":"payloads/v10/template.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9676,"name":"updated_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was last synced to the source guild"},"sources":[{"fileName":"payloads/v10/template.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9672,"name":"usage_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this template has been used"},"sources":[{"fileName":"payloads/v10/template.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9669,9675,9674,9673,9671,9679,9670,9678,9677,9676,9672]}],"sources":[{"fileName":"payloads/v10/template.ts","line":12,"character":17}]},{"id":9680,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9688,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":135,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_channel_id"}},{"id":9689,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":9694,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":131,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10253,"name":"APIGuildCreatePartialChannel"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":9690,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":99,"character":1}],"type":{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":9681,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/template.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9691,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":105,"character":1}],"type":{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":9683,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/template.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9684,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":9682,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9695,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v10/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":9685,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":9686,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":118,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10259,"name":"APIGuildCreateRole"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":9693,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":149,"character":1}],"type":{"type":"reference","id":9020,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":9692,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_id"}},{"id":9687,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":93,"character":1}],"type":{"type":"reference","id":9005,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[9688,9689,9694,9690,9681,9691,9683,9684,9682,9695,9685,9686,9693,9692,9687]}],"sources":[{"fileName":"payloads/v10/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":10268,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":8441,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8444,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8435,"name":"APIChannelBase.flags"}},{"id":8445,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8436,"name":"APIChannelBase.id"}},{"id":8442,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8446,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8437,"name":"APIChannelBase.name"}},{"id":8443,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8447,"name":"T"},"inheritedFrom":{"type":"reference","id":8434,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8444,8445,8442,8446,8443]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":59,"character":17}],"typeParameter":[{"id":8447,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":8536,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":8433,"typeArguments":[{"type":"reference","id":8447,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":8460,"name":"APIGuildTextChannel"}]},{"id":8475,"name":"APITextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8477,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity"},"sources":[{"fileName":"payloads/v10/channel.ts","line":103,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":8461,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":8482,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8466,"name":"APIGuildTextChannel.flags"}},{"id":8485,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8469,"name":"APIGuildTextChannel.guild_id"}},{"id":8483,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8467,"name":"APIGuildTextChannel.id"}},{"id":8480,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8464,"name":"APIGuildTextChannel.last_message_id"}},{"id":8479,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v10/channel.ts","line":112,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8463,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":8484,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8468,"name":"APIGuildTextChannel.name"}},{"id":8489,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8473,"name":"APIGuildTextChannel.nsfw"}},{"id":8488,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8472,"name":"APIGuildTextChannel.parent_id"}},{"id":8486,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":8470,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":8487,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8471,"name":"APIGuildTextChannel.position"}},{"id":8476,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":125,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8478,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8462,"name":"APIGuildTextChannel.topic"}},{"id":8481,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":8537,"name":"GuildText"},"inheritedFrom":{"type":"reference","id":8465,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8477,8482,8485,8483,8480,8479,8484,8489,8488,8486,8487,8476,8478,8481]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":115,"character":17}],"extendedTypes":[{"type":"reference","id":8460,"typeArguments":[{"type":"reference","id":8537,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}]},{"id":8805,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":8807,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1339,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8808,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Text that appears on top of the text input field, max 80 characters"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1343,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8812,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1359,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8811,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1355,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8809,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1347,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8813,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this text input is required or not"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1363,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8806,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1335,"character":1}],"type":{"type":"reference","id":8788,"name":"TextInputStyle"}},{"id":8814,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8751,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":8745,"name":"APIBaseComponent.type"}},{"id":8810,"name":"value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The pre-filled text in the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1351,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8807,8808,8812,8811,8809,8813,8806,8814,8810]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1331,"character":17}],"extendedTypes":[{"type":"reference","id":8744,"typeArguments":[{"type":"reference","id":8751,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":8517,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8531,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8455,"name":"APIGuildChannel.flags"}},{"id":8525,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8449,"name":"APIGuildChannel.guild_id"}},{"id":8532,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8456,"name":"APIGuildChannel.id"}},{"id":8524,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this thread (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":225,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8518,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The client users member for the thread, only included in select endpoints"},"sources":[{"fileName":"payloads/v10/channel.ts","line":195,"character":1}],"type":{"type":"reference","id":8659,"name":"APIThreadMember"}},{"id":8521,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v10/channel.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8520,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate message count of the thread, does not count above 50 even if there are more messages"},"sources":[{"fileName":"payloads/v10/channel.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8533,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8457,"name":"APIGuildChannel.name"}},{"id":8529,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8453,"name":"APIGuildChannel.nsfw"}},{"id":8523,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":221,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8528,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8452,"name":"APIGuildChannel.parent_id"}},{"id":8526,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":8450,"name":"APIGuildChannel.permission_overwrites"}},{"id":8527,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8451,"name":"APIGuildChannel.position"}},{"id":8522,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8519,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The metadata for a thread channel not shared by other channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":199,"character":1}],"type":{"type":"reference","id":8647,"name":"APIThreadMetadata"}},{"id":8530,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8543,"name":"GuildNewsThread"},{"type":"reference","id":8544,"name":"GuildPublicThread"},{"type":"reference","id":8545,"name":"GuildPrivateThread"}]},"inheritedFrom":{"type":"reference","id":8454,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8531,8525,8532,8524,8518,8521,8520,8533,8529,8523,8528,8526,8527,8522,8519,8530]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":188,"character":17}],"extendedTypes":[{"type":"reference","id":8448,"typeArguments":[{"type":"union","types":[{"type":"reference","id":8544,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":8545,"name":"ChannelType.GuildPrivateThread"},{"type":"reference","id":8543,"name":"ChannelType.GuildNewsThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":8141,"name":"GatewayThreadCreateDispatchData"}]},{"id":8665,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8667,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members for the client user in each of the fetched threads"},"sources":[{"fileName":"payloads/v10/channel.ts","line":772,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8659,"name":"APIThreadMember"}}},{"id":8666,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v10/channel.ts","line":768,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8667,8666]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":764,"character":17}]},{"id":8659,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":8663,"name":"flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Member flags combined as a bitfield","text":"See https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":759,"character":1}],"type":{"type":"reference","id":8664,"name":"ThreadMemberFlags"}},{"id":8660,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the thread","text":"**This field is omitted on the member sent within each thread in the `GUILD_CREATE` event**\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":743,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8662,"name":"join_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An ISO8601 timestamp for when the member last joined"},"sources":[{"fileName":"payloads/v10/channel.ts","line":753,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8661,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the member","text":"**This field is omitted on the member sent within each thread in the `GUILD_CREATE` event**\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":749,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8663,8660,8662,8661]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":737,"character":17}]},{"id":8647,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":8650,"name":"archive_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An ISO8601 timestamp when the thread's archive status was last changed, used for calculating recent activity"},"sources":[{"fileName":"payloads/v10/channel.ts","line":712,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8648,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v10/channel.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8649,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080"},"sources":[{"fileName":"payloads/v10/channel.ts","line":708,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"}},{"id":8653,"name":"create_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp when the thread was created; only populated for threads created after 2022-01-09"},"sources":[{"fileName":"payloads/v10/channel.ts","line":724,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8652,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread; only available on private threads"},"sources":[{"fileName":"payloads/v10/channel.ts","line":720,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8651,"name":"locked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it"},"sources":[{"fileName":"payloads/v10/channel.ts","line":716,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8650,8648,8649,8653,8652,8651]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":700,"character":17}]},{"id":8931,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":8932,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8933,"name":"unavailable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v10/guild.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8932,8933]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":15,"character":17}]},{"id":9696,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":9705,"name":"accent_color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner color encoded as an integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v10/user.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":9700,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's avatar hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9704,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":47,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9701,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user belongs to an OAuth2 application"},"sources":[{"fileName":"payloads/v10/user.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9699,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's 4-digit discord-tag"},"sources":[{"fileName":"payloads/v10/user.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9708,"name":"email","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's email"},"sources":[{"fileName":"payloads/v10/user.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9709,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":69,"character":1}],"type":{"type":"reference","id":9712,"name":"UserFlags"}},{"id":9697,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's id"},"sources":[{"fileName":"payloads/v10/user.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9706,"name":"locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's chosen language option"},"sources":[{"fileName":"payloads/v10/user.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9703,"name":"mfa_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has two factor enabled on their account"},"sources":[{"fileName":"payloads/v10/user.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9710,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of Nitro subscription on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-premium-types\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":75,"character":1}],"type":{"type":"reference","id":9728,"name":"UserPremiumType"}},{"id":9711,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The public flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":81,"character":1}],"type":{"type":"reference","id":9712,"name":"UserFlags"}},{"id":9702,"name":"system","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is an Official Discord System user (part of the urgent message system)"},"sources":[{"fileName":"payloads/v10/user.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9698,"name":"username","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's username, not unique across the platform"},"sources":[{"fileName":"payloads/v10/user.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9707,"name":"verified","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the email on this account has been verified"},"sources":[{"fileName":"payloads/v10/user.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9705,9700,9704,9701,9699,9708,9709,9697,9706,9703,9710,9711,9702,9698,9707]}],"sources":[{"fileName":"payloads/v10/user.ts","line":11,"character":17}]},{"id":9367,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":9373,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":9370,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":9372,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":9369,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":18,"character":1}],"type":{"type":"reference","id":9374,"name":"APIUserApplicationCommandInteractionDataResolved"}},{"id":9368,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9371,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9245,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9373,9370,9372,9369,9368,9371]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":15,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9245,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":9374,"name":"APIUserApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":9376,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":26,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9255,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":9375,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":25,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9696,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[9376,9375]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":24,"character":17}]},{"id":8492,"name":"APIVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8493,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8503,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8455,"name":"APIGuildChannel.flags"}},{"id":8497,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8449,"name":"APIGuildChannel.guild_id"}},{"id":8504,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8456,"name":"APIGuildChannel.id"}},{"id":8505,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8457,"name":"APIGuildChannel.name"}},{"id":8501,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8453,"name":"APIGuildChannel.nsfw"}},{"id":8500,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8452,"name":"APIGuildChannel.parent_id"}},{"id":8498,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":8450,"name":"APIGuildChannel.permission_overwrites"}},{"id":8499,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8451,"name":"APIGuildChannel.position"}},{"id":8495,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8502,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8539,"name":"GuildVoice"},{"type":"reference","id":8546,"name":"GuildStageVoice"}]},"inheritedFrom":{"type":"reference","id":8454,"name":"APIGuildChannel.type"}},{"id":8494,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8496,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel, `1` when not present","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":151,"character":1}],"type":{"type":"reference","id":8549,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[8493,8503,8497,8504,8505,8501,8500,8498,8499,8495,8502,8494,8496]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":131,"character":17}],"extendedTypes":[{"type":"reference","id":8448,"typeArguments":[{"type":"union","types":[{"type":"reference","id":8546,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":8539,"name":"ChannelType.GuildVoice"}]}],"name":"APIGuildChannel"}]},{"id":9172,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9173,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":9186,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9177,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":9179,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":9185,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":9174,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":80,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":9184,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":9211,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9176,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":9175,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":9188,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":9178,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":9182,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":9219,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9181,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":9180,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":9183,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":9213,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9187,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[9173,9186,9177,9179,9185,9174,9184,9176,9175,9188,9178,9182,9181,9180,9183,9187]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9211,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":9759,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":9764,"name":"custom","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a custom voice region (used for events/etc)"},"sources":[{"fileName":"payloads/v10/voice.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9763,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a deprecated voice region (avoid switching to these)"},"sources":[{"fileName":"payloads/v10/voice.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9760,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique ID for the region"},"sources":[{"fileName":"payloads/v10/voice.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9761,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the region"},"sources":[{"fileName":"payloads/v10/voice.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9762,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` for a single server that is closest to the current user's client"},"sources":[{"fileName":"payloads/v10/voice.ts","line":83,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9764,9763,9760,9761,9762]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":71,"character":17}]},{"id":9765,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":9774,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The bot/OAuth2 application that created this webhook"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9772,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default avatar of the webhook"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":43,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9769,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this webhook is for"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9768,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this webhook is for"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9766,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the webhook"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9771,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9776,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":59,"character":1}],"type":{"type":"reference","id":8429,"name":"APIPartialChannel"}},{"id":9775,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":55,"character":1}],"type":{"type":"reference","id":8934,"name":"APIPartialGuild"}},{"id":9773,"name":"token","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The secure token of the webhook (returned for Incoming Webhooks)"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9767,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the webhook","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object-webhook-types\n"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":21,"character":1}],"type":{"type":"reference","id":9778,"name":"WebhookType"}},{"id":9777,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url used for executing the webhook (returned by the webhooks OAuth2 flow)"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9770,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this webhook was created by (not returned when getting a webhook with its token)","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/webhook.ts","line":35,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9774,9772,9769,9768,9766,9771,9776,9775,9773,9767,9777,9770]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":11,"character":17}]},{"id":8862,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure"},"children":[{"id":8871,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8877,"name":"assets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Images for the presence and their hover texts","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":198,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8881,"name":"buttons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The custom buttons shown in the Rich Presence (max 2)"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":220,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":8917,"name":"GatewayActivityButton"}}]}},{"id":8867,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix timestamp of when the activity was added to the user's session"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":150,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8872,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":172,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8874,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji used for a custom status","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":182,"character":1}],"type":{"type":"reference","id":8901,"name":"GatewayActivityEmoji"}},{"id":8880,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Activity flags `OR`d together, describes what the payload includes","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":216,"character":1}],"type":{"type":"reference","id":8907,"name":"ActivityFlags"}},{"id":8863,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's id","tags":[{"tag":"unstable","text":"\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":132,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8879,"name":"instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not the activity is an instanced game session"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":208,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8864,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":136,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8876,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Information for the current party of the player","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":192,"character":1}],"type":{"type":"reference","id":8902,"name":"GatewayActivityParty"}},{"id":8870,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The platform this activity is being done on","tags":[{"tag":"unstable","text":"You can use {@link ActivityPlatform} as a stepping stone, but this might be inaccurate\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8878,"name":"secrets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Secrets for Rich Presence joining and spectating","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":204,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"match"},{"type":"literal","value":"join"},{"type":"literal","value":"spectate"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8875,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"unstable","text":"\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8873,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":176,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8869,"name":"sync_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The Spotify song id","tags":[{"tag":"unstable","text":"\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":159,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8868,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix timestamps for start and/or end of the game"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":154,"character":1}],"type":{"type":"reference","id":8898,"name":"GatewayActivityTimestamps"}},{"id":8865,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":142,"character":1}],"type":{"type":"reference","id":8891,"name":"ActivityType"}},{"id":8866,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Stream url, is validated when type is `1`"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":146,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8871,8877,8881,8867,8872,8874,8880,8863,8879,8864,8876,8870,8878,8875,8873,8869,8868,8865,8866]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":127,"character":17}]},{"id":8917,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8918,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The text shown on the button (1-32 characters)"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8919,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The url opened when clicking the button (1-512 characters)"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":336,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8918,8919]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":328,"character":17}]},{"id":8902,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-party"},"children":[{"id":8903,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":294,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8904,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to show the party's current and maximum size"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":298,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"current_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"max_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8903,8904]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":290,"character":17}]},{"id":8898,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps"},"children":[{"id":8900,"name":"end","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity ends"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":279,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8899,"name":"start","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity started"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":275,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8900,8899]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":271,"character":17}]},{"id":7918,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update"},"children":[{"id":7920,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":496,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7919,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":492,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7921,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time at which the most recent pinned message was pinned"},"sources":[{"fileName":"gateway/v10.ts","line":500,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7920,7919,7921]}],"sources":[{"fileName":"gateway/v10.ts","line":488,"character":17}]},{"id":7984,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"children":[{"id":7985,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":636,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7986,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":642,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[7985,7986]}],"sources":[{"fileName":"gateway/v10.ts","line":632,"character":17}]},{"id":7925,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create\nhttps://discord.com/developers/docs/topics/gateway#guild-create-guild-create-extra-fields"},"children":[{"id":7942,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":122,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8953,"name":"APIGuild.afk_channel_id"}},{"id":7943,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds"},"sources":[{"fileName":"payloads/v10/guild.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8954,"name":"APIGuild.afk_timeout"}},{"id":7953,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Application id of the guild creator if it is bot-created"},"sources":[{"fileName":"payloads/v10/guild.ts","line":180,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8964,"name":"APIGuild.application_id"}},{"id":7967,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v10/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8978,"name":"APIGuild.approximate_member_count"}},{"id":7968,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v10/guild.ts","line":248,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8979,"name":"APIGuild.approximate_presence_count"}},{"id":7961,"name":"banner","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":216,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8972,"name":"APIGuild.banner"}},{"id":7931,"name":"channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channels in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":564,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}},{"id":7947,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Default message notifications level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":146,"character":1}],"type":{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":8958,"name":"APIGuild.default_message_notifications"}},{"id":7960,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":210,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8971,"name":"APIGuild.description"}},{"id":7937,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8948,"name":"APIGuild.discovery_splash"}},{"id":7950,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":164,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8826,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":8961,"name":"APIGuild.emojis"}},{"id":7948,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":152,"character":1}],"type":{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":8959,"name":"APIGuild.explicit_content_filter"}},{"id":7951,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":170,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":8962,"name":"APIGuild.features"}},{"id":7935,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The scheduled events in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":596,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}}},{"id":7973,"name":"hub_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of Student Hub the guild is"},"sources":[{"fileName":"payloads/v10/guild.ts","line":274,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9016,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":8984,"name":"APIGuild.hub_type"}},{"id":7975,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8986,"name":"APIGuild.icon"}},{"id":7936,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash, returned when in the template object","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":87,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8947,"name":"APIGuild.icon_hash"}},{"id":7978,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8989,"name":"APIGuild.id"}},{"id":7926,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this guild was joined at","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":528,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7927,"name":"large","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` if this is considered a large guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":534,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7958,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of members for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8969,"name":"APIGuild.max_members"}},{"id":7957,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of presences for the guild (`null` is always returned, apart from the largest of guilds)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":198,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":8968,"name":"APIGuild.max_presences"}},{"id":7966,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum amount of users in a video channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":240,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8977,"name":"APIGuild.max_video_channel_users"}},{"id":7928,"name":"member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Total number of members in this guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7930,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":556,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9066,"name":"APIGuildMember"}}},{"id":7952,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Required MFA level for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":176,"character":1}],"type":{"type":"reference","id":8997,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":8963,"name":"APIGuild.mfa_level"}},{"id":7974,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8985,"name":"APIGuild.name"}},{"id":7970,"name":"nsfw_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The nsfw level of the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":260,"character":1}],"type":{"type":"reference","id":9000,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":8981,"name":"APIGuild.nsfw_level"}},{"id":7938,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the user is the owner of the guild","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":99,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8949,"name":"APIGuild.owner"}},{"id":7939,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8950,"name":"APIGuild.owner_id"}},{"id":7940,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total permissions for the user in the guild (excludes overrides)","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8951,"name":"APIGuild.permissions"}},{"id":7964,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\"\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8975,"name":"APIGuild.preferred_locale"}},{"id":7972,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the guild has the boost progress bar enabled."},"sources":[{"fileName":"payloads/v10/guild.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8983,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":7963,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of boosts this guild currently has"},"sources":[{"fileName":"payloads/v10/guild.ts","line":226,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8974,"name":"APIGuild.premium_subscription_count"}},{"id":7962,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Premium tier (Server Boost level)","text":"See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":222,"character":1}],"type":{"type":"reference","id":9011,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":8973,"name":"APIGuild.premium_tier"}},{"id":7933,"name":"presences","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Presences of the members in the guild, will only include non-offline members if the size is greater than `large_threshold`","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway#presence-update\n"},"sources":[{"fileName":"gateway/v10.ts","line":580,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8846,"name":"GatewayPresenceUpdate"}}},{"id":7965,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"payloads/v10/guild.ts","line":236,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8976,"name":"APIGuild.public_updates_channel_id"}},{"id":7941,"name":"region","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice region id for the guild","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"This field has been deprecated in favor of `rtc_region` on the channel.\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8952,"name":"APIGuild.region"}},{"id":7949,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles in the guild","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":158,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":8960,"name":"APIGuild.roles"}},{"id":7956,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where Community guilds can display rules and/or guidelines"},"sources":[{"fileName":"payloads/v10/guild.ts","line":194,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8967,"name":"APIGuild.rules_channel_id"}},{"id":7976,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8987,"name":"APIGuild.splash"}},{"id":7934,"name":"stage_instances","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The stage instances in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-stage-instance-structure\n"},"sources":[{"fileName":"gateway/v10.ts","line":588,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9609,"name":"APIStageInstance"}}},{"id":7971,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":266,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":8982,"name":"APIGuild.stickers"}},{"id":7955,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":190,"character":1}],"type":{"type":"reference","id":9020,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":8966,"name":"APIGuild.system_channel_flags"}},{"id":7954,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"payloads/v10/guild.ts","line":184,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8965,"name":"APIGuild.system_channel_id"}},{"id":7932,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Threads in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":572,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}},{"id":7977,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v10/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8988,"name":"APIGuild.unavailable"}},{"id":7959,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":206,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8970,"name":"APIGuild.vanity_url_code"}},{"id":7946,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":140,"character":1}],"type":{"type":"reference","id":9005,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":8957,"name":"APIGuild.verification_level"}},{"id":7929,"name":"voice_states","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"States of members currently in voice channels; lacks the `guild_id` key","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":548,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9745,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7969,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":8980,"name":"APIGuild.welcome_screen"}},{"id":7945,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel id that the widget will generate an invite to, or `null` if set to no invite"},"sources":[{"fileName":"payloads/v10/guild.ts","line":134,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8956,"name":"APIGuild.widget_channel_id"}},{"id":7944,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the guild widget is enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8955,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[7942,7943,7953,7967,7968,7961,7931,7947,7960,7937,7950,7948,7951,7935,7973,7975,7936,7978,7926,7927,7958,7957,7966,7928,7930,7952,7974,7970,7938,7939,7940,7964,7972,7963,7962,7933,7965,7941,7949,7956,7976,7934,7971,7955,7954,7932,7977,7959,7946,7929,7969,7945,7944]}],"sources":[{"fileName":"gateway/v10.ts","line":522,"character":17}],"extendedTypes":[{"type":"reference","id":8946,"name":"APIGuild"}]},{"id":7992,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update"},"children":[{"id":7994,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":686,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8826,"name":"APIEmoji"}}},{"id":7993,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":680,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7994,7993]}],"sources":[{"fileName":"gateway/v10.ts","line":676,"character":17}]},{"id":8000,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update"},"children":[{"id":8001,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v10.ts","line":728,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8001]}],"sources":[{"fileName":"gateway/v10.ts","line":724,"character":17}]},{"id":8003,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add"},"children":[{"id":8007,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9069,"name":"APIGuildMember.avatar"}},{"id":8014,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9076,"name":"APIGuildMember.communication_disabled_until"}},{"id":8011,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9073,"name":"APIGuildMember.deaf"}},{"id":8004,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":746,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8009,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9071,"name":"APIGuildMember.joined_at"}},{"id":8012,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9074,"name":"APIGuildMember.mute"}},{"id":8006,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9068,"name":"APIGuildMember.nick"}},{"id":8013,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9075,"name":"APIGuildMember.pending"}},{"id":8010,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9072,"name":"APIGuildMember.premium_since"}},{"id":8008,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9070,"name":"APIGuildMember.roles"}},{"id":8005,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/guild.ts","line":568,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":9067,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[8007,8014,8011,8004,8009,8012,8006,8013,8010,8008,8005]}],"sources":[{"fileName":"gateway/v10.ts","line":742,"character":17}],"extendedTypes":[{"type":"reference","id":9066,"name":"APIGuildMember"}]},{"id":8016,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove"},"children":[{"id":8017,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":764,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8018,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who was removed","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":770,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8017,8018]}],"sources":[{"fileName":"gateway/v10.ts","line":760,"character":17}]},{"id":8024,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk"},"children":[{"id":8028,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v10.ts","line":823,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8027,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v10.ts","line":819,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8025,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":809,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8026,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Set of guild members","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":815,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9066,"name":"APIGuildMember"}}},{"id":8031,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The nonce used in the Guild Members Request","text":"See https://discord.com/developers/docs/topics/gateway#request-guild-members\n"},"sources":[{"fileName":"gateway/v10.ts","line":839,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8029,"name":"not_found","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing an invalid id to `REQUEST_GUILD_MEMBERS`, it will be returned here"},"sources":[{"fileName":"gateway/v10.ts","line":827,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":8030,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing true to `REQUEST_GUILD_MEMBERS`, presences of the returned members will be here","text":"See https://discord.com/developers/docs/topics/gateway#presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":833,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8846,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8028,8027,8025,8026,8031,8029,8030]}],"sources":[{"fileName":"gateway/v10.ts","line":805,"character":17}]},{"id":8041,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete"},"children":[{"id":8042,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":903,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8043,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v10.ts","line":907,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8042,8043]}],"sources":[{"fileName":"gateway/v10.ts","line":899,"character":17}]},{"id":8033,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update"},"children":[{"id":8034,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":859,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8035,"name":"role","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role created or updated","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":865,"character":1}],"type":{"type":"reference","id":9593,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[8034,8035]}],"sources":[{"fileName":"gateway/v10.ts","line":855,"character":17}]},{"id":8051,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8054,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":939,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8052,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":937,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8053,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":938,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8054,8052,8053]}],"sources":[{"fileName":"gateway/v10.ts","line":936,"character":17}]},{"id":8056,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8059,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":950,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8057,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":948,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8058,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":949,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8059,8057,8058]}],"sources":[{"fileName":"gateway/v10.ts","line":947,"character":17}]},{"id":7996,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update"},"children":[{"id":7997,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7998,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":710,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7997,7998]}],"sources":[{"fileName":"gateway/v10.ts","line":700,"character":17}]},{"id":8183,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"children":[{"id":8185,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1501,"character":1}],"type":{"type":"reference","id":8186,"name":"GatewayHeartbeatData"}},{"id":8184,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1500,"character":1}],"type":{"type":"reference","id":7769,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[8185,8184]}],"sources":[{"fileName":"gateway/v10.ts","line":1499,"character":17}]},{"id":7884,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating-example-gateway-heartbeat-ack"},"children":[{"id":7886,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":356,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":7885,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":355,"character":1}],"type":{"type":"reference","id":7778,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":7888,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1744,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":7887,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[7886,7885,7888,7887]}],"sources":[{"fileName":"gateway/v10.ts","line":354,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":7879,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"children":[{"id":7881,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":348,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":7880,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":347,"character":1}],"type":{"type":"reference","id":7769,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":7883,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1744,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":7882,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[7881,7880,7883,7882]}],"sources":[{"fileName":"gateway/v10.ts","line":346,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":7872,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello"},"children":[{"id":7874,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":330,"character":1}],"type":{"type":"reference","id":7877,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":7873,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":329,"character":1}],"type":{"type":"reference","id":7777,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":7876,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1744,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":7875,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[7874,7873,7876,7875]}],"sources":[{"fileName":"gateway/v10.ts","line":328,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":7877,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello"},"children":[{"id":7878,"name":"heartbeat_interval","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The interval (in milliseconds) the client should heartbeat with"},"sources":[{"fileName":"gateway/v10.ts","line":340,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7878]}],"sources":[{"fileName":"gateway/v10.ts","line":336,"character":17}]},{"id":8187,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify"},"children":[{"id":8189,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1514,"character":1}],"type":{"type":"reference","id":8190,"name":"GatewayIdentifyData"}},{"id":8188,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1513,"character":1}],"type":{"type":"reference","id":7770,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[8189,8188]}],"sources":[{"fileName":"gateway/v10.ts","line":1512,"character":17}]},{"id":8190,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify"},"children":[{"id":8193,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this connection supports compression of packets","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"gateway/v10.ts","line":1536,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8197,"name":"intents","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Gateway Intents you wish to receive","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v10.ts","line":1561,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8194,"name":"large_threshold","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value between 50 and 250, total number of members where the gateway will stop sending\noffline members in the guild member list","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"gateway/v10.ts","line":1543,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8196,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Presence structure for initial presence information","text":"See https://discord.com/developers/docs/topics/gateway#update-presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":1555,"character":1}],"type":{"type":"reference","id":8230,"name":"GatewayPresenceUpdateData"}},{"id":8192,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v10.ts","line":1530,"character":1}],"type":{"type":"reference","id":8198,"name":"GatewayIdentifyProperties"}},{"id":8195,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used for Guild Sharding","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v10.ts","line":1549,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":8191,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v10.ts","line":1524,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8193,8197,8194,8196,8192,8195,8191]}],"sources":[{"fileName":"gateway/v10.ts","line":1520,"character":17}]},{"id":8198,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties"},"children":[{"id":8200,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1575,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8201,"name":"$device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1579,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8199,"name":"$os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v10.ts","line":1571,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8200,8201,8199]}],"sources":[{"fileName":"gateway/v10.ts","line":1567,"character":17}]},{"id":8069,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-delete"},"children":[{"id":8072,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the bot/OAuth2 application for this Discord integration"},"sources":[{"fileName":"gateway/v10.ts","line":1002,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8071,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":998,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8070,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v10.ts","line":994,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8072,8071,8070]}],"sources":[{"fileName":"gateway/v10.ts","line":990,"character":17}]},{"id":7889,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session"},"children":[{"id":7891,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":364,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":7890,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":363,"character":1}],"type":{"type":"reference","id":7776,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":7893,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1744,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":7892,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[7891,7890,7893,7892]}],"sources":[{"fileName":"gateway/v10.ts","line":362,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8076,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create"},"children":[{"id":8077,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v10.ts","line":1033,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8078,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1039,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8079,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v10.ts","line":1043,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8080,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1047,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8081,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1053,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":8082,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How long the invite is valid for (in seconds)"},"sources":[{"fileName":"gateway/v10.ts","line":1057,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8083,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The maximum number of times the invite can be used"},"sources":[{"fileName":"gateway/v10.ts","line":1061,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8086,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite"},"sources":[{"fileName":"gateway/v10.ts","line":1077,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8084,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"gateway/v10.ts","line":1067,"character":1}],"type":{"type":"reference","id":9547,"name":"InviteTargetType"}},{"id":8085,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1073,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":8087,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the invite is temporary (invited users will be kicked on disconnect unless they're assigned a role)"},"sources":[{"fileName":"gateway/v10.ts","line":1081,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8088,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How many times the invite has been used (always will be `0`)"},"sources":[{"fileName":"gateway/v10.ts","line":1085,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[8077,8078,8079,8080,8081,8082,8083,8086,8084,8085,8087,8088]}],"sources":[{"fileName":"gateway/v10.ts","line":1029,"character":17}]},{"id":8090,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete"},"children":[{"id":8091,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8093,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1113,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8092,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8091,8093,8092]}],"sources":[{"fileName":"gateway/v10.ts","line":1099,"character":17}]},{"id":8107,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk"},"children":[{"id":8109,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8110,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8108,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v10.ts","line":1186,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8109,8110,8108]}],"sources":[{"fileName":"gateway/v10.ts","line":1182,"character":17}]},{"id":8102,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete"},"children":[{"id":8104,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8105,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8103,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1160,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8104,8105,8103]}],"sources":[{"fileName":"gateway/v10.ts","line":1156,"character":17}]},{"id":8118,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji"},"children":[{"id":8120,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1794,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":8119,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v10.ts","line":1245,"character":1}],"type":{"type":"reference","id":8826,"name":"APIEmoji"}},{"id":8122,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1802,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":8121,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1798,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[8120,8119,8122,8121]}],"sources":[{"fileName":"gateway/v10.ts","line":1241,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":8858,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#client-status-object"},"children":[{"id":8859,"name":"desktop","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active desktop (Windows, Linux, Mac) application session"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":113,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}},{"id":8860,"name":"mobile","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active mobile (iOS, Android) application session"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":117,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}},{"id":8861,"name":"web","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active web (browser, bot account) application session"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":121,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[8859,8860,8861]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":109,"character":17}]},{"id":8846,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update-presence-update-event-fields"},"children":[{"id":8850,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":86,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8862,"name":"GatewayActivity"}}},{"id":8851,"name":"client_status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's platform-dependent status","text":"See https://discord.com/developers/docs/topics/gateway#client-status-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":92,"character":1}],"type":{"type":"reference","id":8858,"name":"GatewayPresenceClientStatus"}},{"id":8848,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8849,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v10/gateway.ts","line":80,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}},{"id":8847,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user presence is being updated for","text":"**The user object within this event can be partial, the only field which must be sent is the `id` field,\neverything else is optional.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":72,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9696,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":9696,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8850,8851,8848,8849,8847]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":63,"character":17}]},{"id":8230,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-presence-gateway-presence-update-structure"},"children":[{"id":8232,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1702,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8235,"name":"GatewayActivityUpdateData"}}},{"id":8234,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v10.ts","line":1712,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8231,"name":"since","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in milliseconds) of when the client went idle, or `null` if the client is not idle"},"sources":[{"fileName":"gateway/v10.ts","line":1696,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":8233,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v10.ts","line":1708,"character":1}],"type":{"type":"reference","id":8852,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[8232,8234,8231,8233]}],"sources":[{"fileName":"gateway/v10.ts","line":1692,"character":17}]},{"id":7901,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready"},"children":[{"id":7907,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contains `id` and `flags`","text":"See https://discord.com/developers/docs/resources/application#application-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":422,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":7904,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guilds the user is in","text":"See https://discord.com/developers/docs/resources/guild#unavailable-guild-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":406,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8931,"name":"APIUnavailableGuild"}}},{"id":7905,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v10.ts","line":410,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7906,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The shard information associated with this session, if sent when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v10.ts","line":416,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":7903,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information about the user including email","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":400,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":7902,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions\n"},"sources":[{"fileName":"gateway/v10.ts","line":394,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7907,7904,7905,7906,7903,7902]}],"sources":[{"fileName":"gateway/v10.ts","line":388,"character":17}]},{"id":7895,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#reconnect"},"children":[{"id":7897,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":377,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":7896,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":376,"character":1}],"type":{"type":"reference","id":7774,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":7899,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1744,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":7898,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[7897,7896,7899,7898]}],"sources":[{"fileName":"gateway/v10.ts","line":375,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8209,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members"},"children":[{"id":8211,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1613,"character":1}],"type":{"type":"reference","id":8212,"name":"GatewayRequestGuildMembersData"}},{"id":8210,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1612,"character":1}],"type":{"type":"reference","id":7775,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[8211,8210]}],"sources":[{"fileName":"gateway/v10.ts","line":1611,"character":17}]},{"id":8212,"name":"GatewayRequestGuildMembersData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members"},"children":[{"id":8213,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1623,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8215,"name":"limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Maximum number of members to send matching the `query`;\na limit of `0` can be used with an empty string `query` to return all members"},"sources":[{"fileName":"gateway/v10.ts","line":1632,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8218,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nonce to identify the Guild Members Chunk response","text":"Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a `nonce` set.\n\nSee https://discord.com/developers/docs/topics/gateway#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1648,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8216,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify if we want the presences of the matched members"},"sources":[{"fileName":"gateway/v10.ts","line":1636,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8214,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v10.ts","line":1627,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8217,"name":"user_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v10.ts","line":1640,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8213,8215,8218,8216,8214,8217]}],"sources":[{"fileName":"gateway/v10.ts","line":1619,"character":17}]},{"id":8202,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume"},"children":[{"id":8204,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1587,"character":1}],"type":{"type":"reference","id":8205,"name":"GatewayResumeData"}},{"id":8203,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1586,"character":1}],"type":{"type":"reference","id":7773,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[8204,8203]}],"sources":[{"fileName":"gateway/v10.ts","line":1585,"character":17}]},{"id":8205,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume"},"children":[{"id":8208,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v10.ts","line":1605,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8207,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v10.ts","line":1601,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8206,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v10.ts","line":1597,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8208,8207,8206]}],"sources":[{"fileName":"gateway/v10.ts","line":1593,"character":17}]},{"id":8141,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create"},"children":[{"id":8156,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":8815,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":8531,"name":"APIThreadChannel.flags"}},{"id":8150,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8525,"name":"APIThreadChannel.guild_id"}},{"id":8157,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8532,"name":"APIThreadChannel.id"}},{"id":8149,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this thread (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":225,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8524,"name":"APIThreadChannel.last_message_id"}},{"id":8143,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The client users member for the thread, only included in select endpoints"},"sources":[{"fileName":"payloads/v10/channel.ts","line":195,"character":1}],"type":{"type":"reference","id":8659,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":8518,"name":"APIThreadChannel.member"}},{"id":8146,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v10/channel.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8521,"name":"APIThreadChannel.member_count"}},{"id":8145,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate message count of the thread, does not count above 50 even if there are more messages"},"sources":[{"fileName":"payloads/v10/channel.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8520,"name":"APIThreadChannel.message_count"}},{"id":8158,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8533,"name":"APIThreadChannel.name"}},{"id":8142,"name":"newly_created","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread is newly created or not."},"sources":[{"fileName":"gateway/v10.ts","line":1361,"character":1}],"type":{"type":"literal","value":true}},{"id":8154,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8529,"name":"APIThreadChannel.nsfw"}},{"id":8148,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":221,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8523,"name":"APIThreadChannel.owner_id"}},{"id":8153,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":8528,"name":"APIThreadChannel.parent_id"}},{"id":8151,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":8526,"name":"APIThreadChannel.permission_overwrites"}},{"id":8152,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8527,"name":"APIThreadChannel.position"}},{"id":8147,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":8522,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":8144,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The metadata for a thread channel not shared by other channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":199,"character":1}],"type":{"type":"reference","id":8647,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":8519,"name":"APIThreadChannel.thread_metadata"}},{"id":8155,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8543,"name":"GuildNewsThread"},{"type":"reference","id":8544,"name":"GuildPublicThread"},{"type":"reference","id":8545,"name":"GuildPrivateThread"}]},"inheritedFrom":{"type":"reference","id":8530,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8156,8150,8157,8149,8143,8146,8145,8158,8142,8154,8148,8153,8151,8152,8147,8144,8155]}],"sources":[{"fileName":"gateway/v10.ts","line":1357,"character":17}],"extendedTypes":[{"type":"reference","id":8517,"name":"APIThreadChannel"}]},{"id":8920,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":8922,"name":"channel_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The ids of all the parent channels whose threads are being synced, otherwise the entire guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":350,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8921,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":346,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8924,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The member objects for the client user in each joined thread that was synced"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":358,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8659,"name":"APIThreadMember"}}},{"id":8923,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":354,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8922,8921,8924,8923]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":342,"character":17}]},{"id":8925,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update-thread-members-update-event-fields"},"children":[{"id":8929,"name":"added_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The members that were added to the thread"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":380,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8659,"name":"APIThreadMember"}}},{"id":8927,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild that the thread is in"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":372,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8926,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the thread for which members are being synced"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":368,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8928,"name":"member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":376,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8930,"name":"removed_member_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The ids of the members that were removed from the thread"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":384,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8929,8927,8926,8928,8930]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":364,"character":17}]},{"id":8164,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start"},"children":[{"id":8165,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1396,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8166,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1400,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8169,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member who started typing if this happened in a guild","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1414,"character":1}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":8168,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in seconds) of when the user started typing"},"sources":[{"fileName":"gateway/v10.ts","line":1408,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8167,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v10.ts","line":1404,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8165,8166,8169,8168,8167]}],"sources":[{"fileName":"gateway/v10.ts","line":1392,"character":17}]},{"id":8227,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-status"},"children":[{"id":8229,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1686,"character":1}],"type":{"type":"reference","id":8230,"name":"GatewayPresenceUpdateData"}},{"id":8228,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1685,"character":1}],"type":{"type":"reference","id":7771,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8229,8228]}],"sources":[{"fileName":"gateway/v10.ts","line":1684,"character":17}]},{"id":8175,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update"},"children":[{"id":8178,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The voice server host","text":"A `null` endpoint means that the voice server allocated has gone away and is trying to be reallocated.\nYou should attempt to disconnect from the currently connected voice server, and not attempt to reconnect\nuntil a new voice server is allocated\n"},"sources":[{"fileName":"gateway/v10.ts","line":1467,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8177,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v10.ts","line":1459,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8176,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v10.ts","line":1455,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8178,8177,8176]}],"sources":[{"fileName":"gateway/v10.ts","line":1451,"character":17}]},{"id":9745,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":9747,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this user is connected to"},"sources":[{"fileName":"payloads/v10/voice.ts","line":19,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9751,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is deafened by the server"},"sources":[{"fileName":"payloads/v10/voice.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9746,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this voice state is for"},"sources":[{"fileName":"payloads/v10/voice.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9749,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member this voice state is for","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v10/voice.ts","line":29,"character":1}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":9752,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the server"},"sources":[{"fileName":"payloads/v10/voice.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9758,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the user requested to speak"},"sources":[{"fileName":"payloads/v10/voice.ts","line":65,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9753,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally deafened"},"sources":[{"fileName":"payloads/v10/voice.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9754,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally muted"},"sources":[{"fileName":"payloads/v10/voice.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9755,"name":"self_stream","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this user is streaming using \"Go Live\""},"sources":[{"fileName":"payloads/v10/voice.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9756,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user's camera is enabled"},"sources":[{"fileName":"payloads/v10/voice.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9750,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The session id for this voice state"},"sources":[{"fileName":"payloads/v10/voice.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9757,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the current user"},"sources":[{"fileName":"payloads/v10/voice.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9748,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id this voice state is for"},"sources":[{"fileName":"payloads/v10/voice.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9747,9751,9746,9749,9752,9758,9753,9754,9755,9756,9750,9757,9748]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":11,"character":17}]},{"id":8219,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state"},"children":[{"id":8221,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1656,"character":1}],"type":{"type":"reference","id":8222,"name":"GatewayVoiceStateUpdateData"}},{"id":8220,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1655,"character":1}],"type":{"type":"reference","id":7772,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8221,8220]}],"sources":[{"fileName":"gateway/v10.ts","line":1654,"character":17}]},{"id":8222,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state"},"children":[{"id":8224,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the voice channel client wants to join (`null` if disconnecting)"},"sources":[{"fileName":"gateway/v10.ts","line":1670,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8223,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1666,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8226,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v10.ts","line":1678,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8225,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v10.ts","line":1674,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8224,8223,8226,8225]}],"sources":[{"fileName":"gateway/v10.ts","line":1662,"character":17}]},{"id":8180,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update"},"children":[{"id":8182,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1489,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8181,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1485,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8182,8181]}],"sources":[{"fileName":"gateway/v10.ts","line":1481,"character":17}]},{"id":9480,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9481,"name":"components","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":18,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9476,"name":"ModalSubmitComponent"}}},{"id":9482,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1155,"character":1}],"type":{"type":"reference","id":8748,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9481,9482]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8821,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9476,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9478,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9477,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":8747,"name":"ComponentType"}},{"id":9479,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9478,9477,9479]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":10676,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10681,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}}},{"id":10679,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10677,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10678,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10680,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10682,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10681,10679,10677,10678,10680,10682]}],"sources":[{"fileName":"rest/v10/user.ts","line":59,"character":17}]},{"id":10092,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":10094,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of audit log events"},"sources":[{"fileName":"rest/v10/auditLog.ts","line":15,"character":1}],"type":{"type":"reference","id":8297,"name":"AuditLogEvent"}},{"id":10095,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log before a certain entry ID"},"sources":[{"fileName":"rest/v10/auditLog.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10096,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many entries are returned (default 50, minimum 1, maximum 100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v10/auditLog.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10093,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log for actions made by a user"},"sources":[{"fileName":"rest/v10/auditLog.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10094,10095,10096,10093]}],"sources":[{"fileName":"rest/v10/auditLog.ts","line":7,"character":17}]},{"id":10155,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10156,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":304,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10157,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of users to return (1-100)","tags":[{"tag":"default","text":"25\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":310,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10156,10157]}],"sources":[{"fileName":"rest/v10/channel.ts","line":300,"character":17}]},{"id":10125,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":10128,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10126,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10127,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10129,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of messages to return (1-100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":177,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10128,10126,10127,10129]}],"sources":[{"fileName":"rest/v10/channel.ts","line":159,"character":17}]},{"id":10227,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10228,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get threads before this id or ISO8601 timestamp"},"sources":[{"fileName":"rest/v10/channel.ts","line":658,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10229,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v10/channel.ts","line":662,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10228,10229]}],"sources":[{"fileName":"rest/v10/channel.ts","line":654,"character":17}]},{"id":10672,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":10674,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds after this guild ID"},"sources":[{"fileName":"rest/v10/user.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10673,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds before this guild ID"},"sources":[{"fileName":"rest/v10/user.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10675,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-100)","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v10/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10674,10673,10675]}],"sources":[{"fileName":"rest/v10/user.ts","line":42,"character":17}]},{"id":10360,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":10362,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users after given user id"},"sources":[{"fileName":"rest/v10/guild.ts","line":538,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10361,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users before given user id"},"sources":[{"fileName":"rest/v10/guild.ts","line":534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10363,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of users to return (1-1000)","tags":[{"tag":"default","text":"1000\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":544,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10362,10361,10363]}],"sources":[{"fileName":"rest/v10/guild.ts","line":530,"character":17}]},{"id":10324,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":10326,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The highest user id in the previous page","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":366,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10325,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":360,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10326,10325]}],"sources":[{"fileName":"rest/v10/guild.ts","line":354,"character":17}]},{"id":10328,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":10330,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":387,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10329,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Query string to match username(s) and nickname(s) against"},"sources":[{"fileName":"rest/v10/guild.ts","line":381,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10330,10329]}],"sources":[{"fileName":"rest/v10/guild.ts","line":377,"character":17}]},{"id":10397,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":10398,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":700,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10399,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include","text":"While this is typed as a string, it represents an array of\nrole IDs delimited by commas\n\nSee https://discord.com/developers/docs/resources/guild#get-guild-prune-count-query-string-params\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":709,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10398,10399]}],"sources":[{"fileName":"rest/v10/guild.ts","line":694,"character":17}]},{"id":10400,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":10401,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":716,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10401]}],"sources":[{"fileName":"rest/v10/guild.ts","line":715,"character":17}]},{"id":10284,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":10285,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When `true`, will return approximate member and presence counts for the guild","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10285]}],"sources":[{"fileName":"rest/v10/guild.ts","line":164,"character":17}]},{"id":10460,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":10461,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to this event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10461]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":77,"character":17}]},{"id":10470,"name":"RESTGetAPIGuildScheduledEventUsersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users"},"children":[{"id":10474,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users after given user id"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10473,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users before given user id"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10471,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of users to receive from the event","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":127,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10472,"name":"with_member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include guild member data if it exists"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10474,10473,10471,10472]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":121,"character":17}]},{"id":10445,"name":"RESTGetAPIGuildScheduledEventsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild"},"children":[{"id":10446,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to each event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10446]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":15,"character":17}]},{"id":10417,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":10418,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":792,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10419,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10418,10419]}],"sources":[{"fileName":"rest/v10/guild.ts","line":791,"character":17}]},{"id":10420,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":10421,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Style of the widget image returned","tags":[{"tag":"default","text":"\"shield\"\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":805,"character":1}],"type":{"type":"reference","id":9130,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[10421]}],"sources":[{"fileName":"rest/v10/guild.ts","line":799,"character":17}]},{"id":10531,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":10534,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event to include with the invite"},"sources":[{"fileName":"rest/v10/invite.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10532,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain approximate member counts"},"sources":[{"fileName":"rest/v10/invite.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10533,"name":"with_expiration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain the expiration date"},"sources":[{"fileName":"rest/v10/invite.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10534,10532,10533]}],"sources":[{"fileName":"rest/v10/invite.ts","line":7,"character":17}]},{"id":10538,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":10539,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the current application"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":16,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":10541,"name":"expires","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"when the access token expires"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10540,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the scopes the user has authorized the application for"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":20,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9568,"name":"OAuth2Scopes"}}},{"id":10542,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"the user who has authorized, if the user has authorized with the `identify` scope"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":28,"character":1}],"type":{"type":"reference","id":9696,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10539,10541,10540,10542]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":12,"character":17}]},{"id":10631,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":10632,"name":"sticker_packs","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/sticker.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9646,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10632]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":12,"character":17}]},{"id":10589,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":10590,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10594,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":162,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10593,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":161,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10592,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The required permissions bitfield, stringified"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10596,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10595,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10591,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"This assumes you include the `bot` scope alongside others (like `identify` for example)"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":152,"character":1}],"type":{"type":"union","types":[{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"reference","id":9569,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10590,10594,10593,10592,10596,10595,10591]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":147,"character":17}]},{"id":10597,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10598,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10600,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10601,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10599,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10598,10600,10601,10599]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":167,"character":17}]},{"id":10543,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":10545,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10549,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":10547,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10544,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":10546,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10548,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10545,10549,10547,10544,10546,10548]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":34,"character":17}]},{"id":10550,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":10551,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10552,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10551,10552]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":46,"character":17}]},{"id":10583,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":10584,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your app's client id"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10588,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` or `false`—disallows the user from changing the guild dropdown"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":141,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10587,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Pre-fills the dropdown picker with a guild for the user"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10586,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The permissions you're requesting","text":"See https://discord.com/developers/docs/topics/permissions\n"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10585,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Needs to include bot for the bot flow"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"reference","id":9569,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10584,10588,10587,10586,10585]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":115,"character":17}]},{"id":10571,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":10573,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10577,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":10575,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10572,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":10574,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10576,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":93,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10573,10577,10575,10572,10574,10576]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":88,"character":17}]},{"id":10194,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":10195,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":512,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10195]}],"sources":[{"fileName":"rest/v10/channel.ts","line":508,"character":17}]},{"id":10174,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":10175,"name":"messages","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An array of message ids to delete (2-100)"},"sources":[{"fileName":"rest/v10/channel.ts","line":402,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10175]}],"sources":[{"fileName":"rest/v10/channel.ts","line":398,"character":17}]},{"id":10482,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":10490,"name":"default_member_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Set of permissions represented as a bitset"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":76,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":10486,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`","tags":[{"tag":"deprecated","text":"Use `dm_permission` and/or `default_member_permissions` instead\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":10488,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the description field. Values follow the same restrictions as description"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":10489,"name":"dm_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":10484,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$`"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":10487,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the name field. Values follow the same restrictions as name"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":10485,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9270,"name":"APIApplicationCommandOption"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":10483,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9245,"name":"User"},{"type":"reference","id":9246,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10490,10486,10488,10489,10484,10487,10485,10483]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":57,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":10685,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":10686,"name":"recipient_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recipient to open a DM channel with"},"sources":[{"fileName":"rest/v10/user.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10686]}],"sources":[{"fileName":"rest/v10/user.ts","line":81,"character":17}]},{"id":10407,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":10408,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":745,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10408]}],"sources":[{"fileName":"rest/v10/guild.ts","line":744,"character":17}]},{"id":10635,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":10637,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker (empty or 2-100 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10639,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 500 KB"},"sources":[{"fileName":"rest/v10/sticker.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"unknown"}},{"id":10636,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10638,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10637,10639,10636,10638]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":29,"character":17}]},{"id":10617,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":10618,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage channel"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10620,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance","tags":[{"tag":"default","text":"GuildOnly\n"}]},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":22,"character":1}],"type":{"type":"reference","id":9617,"name":"StageInstancePrivacyLevel"}},{"id":10621,"name":"send_start_notification","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Notify @everyone that a stage instance has started"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10619,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10618,10620,10621,10619]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":8,"character":17}]},{"id":10723,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-query-string-params"},"children":[{"id":10725,"name":"thread_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived."},"sources":[{"fileName":"rest/v10/webhook.ts","line":175,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10724,"name":"wait","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Waits for server confirmation of message send before response, and returns the created message body\n(defaults to `false`; when `false` a message that is not saved does not return an error)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/webhook.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10725,10724]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":164,"character":17}]},{"id":10559,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":10560,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10562,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10563,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10564,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10561,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10560,10562,10563,10564,10561]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":65,"character":17}]},{"id":10553,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":10554,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10555,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10557,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10556,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":57,"character":1}],"type":{"type":"literal","value":"authorization_code"}},{"id":10558,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/oauth2.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10554,10555,10557,10556,10558]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":54,"character":17}]},{"id":10602,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example"},"children":[{"id":10603,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10605,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10608,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":10606,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10607,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10604,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10603,10605,10608,10606,10607,10604]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":177,"character":17}]},{"id":10609,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":10610,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10612,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10613,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10614,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10611,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10615,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":9765,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[10610,10612,10613,10614,10611,10615]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":189,"character":17}]},{"id":10579,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":10580,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":106,"character":1}],"type":{"type":"literal","value":"client_credentials"}},{"id":10581,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10580,10581]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":105,"character":17}]},{"id":10565,"name":"RESTPostOAuth2RefreshTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-refresh-token-exchange-example"},"children":[{"id":10566,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10567,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10568,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":79,"character":1}],"type":{"type":"literal","value":"refresh_token"}},{"id":10569,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10566,10567,10568,10569]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":76,"character":17}]},{"id":10526,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":10527,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":244,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9401,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10527]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":243,"character":17}]},{"id":10177,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":10178,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":421,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10179,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":429,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10180,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v10/channel.ts","line":433,"character":1}],"type":{"type":"reference","id":8644,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[10178,10179,10180]}],"sources":[{"fileName":"rest/v10/channel.ts","line":413,"character":17}],"extendedBy":[{"type":"reference","id":10098,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":10247,"name":"APIGuildCreateOverwrite"}]},{"id":8819,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1379,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"},{"type":"reference","id":8821,"name":"APIModalActionRowComponent"}]}},{"id":9289,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9329,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":9420,"name":"APIApplicationCommandAutocompleteDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/autocomplete.ts","line":26,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9419,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9421,"name":"APIApplicationCommandAutocompleteGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/autocomplete.ts","line":32,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9419,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9419,"name":"APIApplicationCommandAutocompleteInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/autocomplete.ts","line":9,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9494,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":9273,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9494,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9273,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"literal","value":"options"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9269,"name":"APIApplicationCommandBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":72,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9335,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":9302,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":9291,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":9365,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":9293,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":9316,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":9308,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":9310,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":9289,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":9291,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9323,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":9267,"name":"APIApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":141,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9287,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":9394,"name":"APIContextMenuDMInteraction"}]}},{"id":9268,"name":"APIApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":148,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9288,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":9395,"name":"APIContextMenuGuildInteraction"}]}},{"id":9302,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":9330,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9266,"name":"APIApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":136,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9286,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":9393,"name":"APIContextMenuInteraction"}]}},{"id":9247,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":106,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9273,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":9386,"name":"APIContextMenuInteractionData"}]}},{"id":9290,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9329,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9272,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":99,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9336,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":9303,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":9292,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":9366,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":9301,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":9317,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":9309,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":9311,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":9290,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":9292,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9323,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":9301,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9325,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9309,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9327,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9271,"name":"APIApplicationCommandInteractionDataOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-interaction-data-option-structure"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9349,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":9361,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":9272,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":9317,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9326,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9366,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9324,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9264,"name":"APIApplicationCommandInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":129,"character":12}],"typeParameter":[{"id":9265,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9247,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9492,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9265,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9492,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9265,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9308,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9327,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":9310,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":9330,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9270,"name":"APIApplicationCommandOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":86,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9341,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":9353,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":9269,"name":"APIApplicationCommandBasicOption"}]}},{"id":9316,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9326,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":9335,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9321,"name":"ApplicationCommandOptionType.String"}],"name":"APIApplicationCommandOptionBase"},{"type":"reference","id":9330,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9365,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9324,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":8358,"name":"APIAuditLogChange","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-change-object-audit-log-change-structure"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":281,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8359,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":8360,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":8361,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":8362,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":8363,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":8364,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":8365,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":8366,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":8367,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":8368,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":8369,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":8370,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":8371,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":8372,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":8373,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":8374,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":8375,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":8376,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":8377,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":8378,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":8379,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":8380,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":8381,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":8382,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":8383,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":8384,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":8385,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":8386,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":8387,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":8388,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":8389,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":8390,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":8391,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":8392,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":8394,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":8395,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":8396,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":8397,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":8398,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":8399,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":8400,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":8401,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":8402,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":8403,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":8404,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":8405,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":8406,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":8407,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":8408,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":8409,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":8410,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":8411,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":8412,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":8413,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":8414,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":8415,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":8416,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":8417,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":8418,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":8419,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":8420,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":8421,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":8422,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":8423,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":8424,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":8425,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":8426,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":8427,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":8428,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"}]}},{"id":8378,"name":"APIAuditLogChangeKey$Add","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when new role(s) are added"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":456,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8379,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":461,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8369,"name":"APIAuditLogChangeKeyAFKChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8370,"name":"APIAuditLogChangeKeyAFKTimeout","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_timeout is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8396,"name":"APIAuditLogChangeKeyAllow","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's allowed permissions bitfield is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":548,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8389,"name":"APIAuditLogChangeKeyApplicationId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The application ID of the added or removed Webhook or Bot"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8421,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8418,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":8423,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8419,"name":"APIAuditLogChangeKeyAvailable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's availability is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8408,"name":"APIAuditLogChangeKeyAvatarHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's avatar_hash is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8365,"name":"APIAuditLogChangeKeyBannerHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's banner hash is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":385,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8386,"name":"APIAuditLogChangeKeyBitrate","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's bitrate is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":496,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8399,"name":"APIAuditLogChangeKeyChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's or guild scheduled event's channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":563,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8398,"name":"APIAuditLogChangeKeyCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's code is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":558,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8392,"name":"APIAuditLogChangeKeyColor","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's color is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":527,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8428,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's timeout is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":711,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8405,"name":"APIAuditLogChangeKeyDeaf","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's deaf status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8424,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8376,"name":"APIAuditLogChangeKeyDefaultMessageNotifications","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's default_message_notifications is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":443,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":8397,"name":"APIAuditLogChangeKeyDeny","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's denied permissions bitfield is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":553,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8360,"name":"APIAuditLogChangeKeyDescription","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's or sticker's or guild scheduled event's description is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":360,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8364,"name":"APIAuditLogChangeKeyDiscoverySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's discovery splash is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":380,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8411,"name":"APIAuditLogChangeKeyEnableEmoticons","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's enable_emoticons is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8425,"name":"APIAuditLogChangeKeyEntityType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when entity type of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":696,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":9209,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":8412,"name":"APIAuditLogChangeKeyExpireBehavior","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_behavior is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":9094,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":8413,"name":"APIAuditLogChangeKeyExpireGracePeriod","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_grace_period is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8375,"name":"APIAuditLogChangeKeyExplicitContentFilter","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's explicit_content_filter is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":8417,"name":"APIAuditLogChangeKeyFormatType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's format_type is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":9641,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":8420,"name":"APIAuditLogChangeKeyGuildId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's guild_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8394,"name":"APIAuditLogChangeKeyHoist","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's hoist status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":538,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8361,"name":"APIAuditLogChangeKeyIconHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's icon is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":365,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8409,"name":"APIAuditLogChangeKeyId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The ID of the changed entity - sometimes used in conjunction with other keys"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8362,"name":"APIAuditLogChangeKeyImageHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's scheduled event's cover image is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":370,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8400,"name":"APIAuditLogChangeKeyInviterId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's inviter_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":568,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8427,"name":"APIAuditLogChangeKeyLocation","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when location of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":706,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8422,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8373,"name":"APIAuditLogChangeKeyMFALevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's mfa_level is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":8997,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":8403,"name":"APIAuditLogChangeKeyMaxAge","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_age is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8401,"name":"APIAuditLogChangeKeyMaxUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_uses is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":573,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8395,"name":"APIAuditLogChangeKeyMentionable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's mentionable status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":543,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8406,"name":"APIAuditLogChangeKeyMute","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's mute status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8388,"name":"APIAuditLogChangeKeyNSFW","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's NSFW restriction is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8359,"name":"APIAuditLogChangeKeyName","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an entity's name is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":355,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8407,"name":"APIAuditLogChangeKeyNick","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's nick is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8366,"name":"APIAuditLogChangeKeyOwnerId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's owner_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":390,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8387,"name":"APIAuditLogChangeKeyPermissionOverwrites","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's permission overwrites is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":8639,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":8391,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":522,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8384,"name":"APIAuditLogChangeKeyPosition","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's position is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":486,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8368,"name":"APIAuditLogChangeKeyPreferredLocale","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's preferred_locale is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":400,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8415,"name":"APIAuditLogChangeKeyPrivacyLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when privacy level of a stage instance or guild scheduled event is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":9617,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":8380,"name":"APIAuditLogChangeKeyPruneDeleteDays","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when there is a change in number of days after which inactive and role-unassigned members are kicked"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":466,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8372,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's public_updates_channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8390,"name":"APIAuditLogChangeKeyRateLimitPerUser","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's amount of seconds a user has to wait before sending another message\nis changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":517,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8367,"name":"APIAuditLogChangeKeyRegion","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's region is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":395,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8371,"name":"APIAuditLogChangeKeyRulesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's rules_channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8393,"name":"APIAuditLogChangeKeySnowflake","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Represents a change where the key is a snowflake.\nCurrently, the only known instance of this is returned when permissions for a command were updated ()"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":533,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":8363,"name":"APIAuditLogChangeKeySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's splash is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":375,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8426,"name":"APIAuditLogChangeKeyStatus","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when status of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":701,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":9213,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":8383,"name":"APIAuditLogChangeKeySystemChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's system_channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":481,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8416,"name":"APIAuditLogChangeKeyTags","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's related emoji is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8404,"name":"APIAuditLogChangeKeyTemporary","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's temporary status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8385,"name":"APIAuditLogChangeKeyTopic","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's topic is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8410,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":8414,"name":"APIAuditLogChangeKeyUserLimit","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's user_limit is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8402,"name":"APIAuditLogChangeKeyUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's uses is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":578,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8377,"name":"APIAuditLogChangeKeyVanityURLCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's vanity_url_code is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":451,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8374,"name":"APIAuditLogChangeKeyVerificationLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's verification_level is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":9005,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":8382,"name":"APIAuditLogChangeKeyWidgetChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget_channel_id is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":476,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8381,"name":"APIAuditLogChangeKeyWidgetEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget is enabled"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":471,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8781,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1245,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8767,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":8774,"name":"APIButtonComponentWithURL"}]}},{"id":8535,"name":"APIChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-structure"},"sources":[{"fileName":"payloads/v10/channel.ts","line":233,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8507,"name":"APIGroupDMChannel"},{"type":"reference","id":8506,"name":"APIDMChannel"},{"type":"reference","id":8475,"name":"APITextChannel"},{"type":"reference","id":8490,"name":"APINewsChannel"},{"type":"reference","id":8492,"name":"APIVoiceChannel"},{"type":"reference","id":8491,"name":"APIGuildCategoryChannel"},{"type":"reference","id":8517,"name":"APIThreadChannel"},{"type":"reference","id":8490,"name":"APINewsChannel"},{"type":"reference","id":8534,"name":"APIGuildForumChannel"}]}},{"id":9287,"name":"APIChatInputApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":139,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9286,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9288,"name":"APIChatInputApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":145,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9286,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9286,"name":"APIChatInputApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":133,"character":12}],"type":{"type":"reference","id":9264,"typeArguments":[{"type":"reference","id":9273,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":9394,"name":"APIContextMenuDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":95,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9388,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":9391,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":9395,"name":"APIContextMenuGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":102,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9389,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":9392,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":9393,"name":"APIContextMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":90,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9387,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":9390,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":9386,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":48,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9367,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":9377,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":8506,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":163,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8538,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":9225,"name":"APIDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/interactions.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9267,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":9474,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":9420,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":9487,"name":"APIModalSubmitDMInteraction"}]}},{"id":9457,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":117,"character":12}],"typeParameter":[{"id":9458,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9490,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9458,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9458,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":8491,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":129,"character":12}],"type":{"type":"reference","id":8448,"typeArguments":[{"type":"reference","id":8541,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":10252,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8535,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":8506,"name":"APIDMChannel"},{"type":"reference","id":8507,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10253,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":41,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10252,"name":"APIGuildChannelResolvable"},{"type":"union","types":[{"type":"literal","value":"type"},{"type":"literal","value":"topic"},{"type":"literal","value":"nsfw"},{"type":"literal","value":"bitrate"},{"type":"literal","value":"user_limit"},{"type":"literal","value":"rate_limit_per_user"},{"type":"literal","value":"default_auto_archive_duration"},{"type":"literal","value":"position"},{"type":"literal","value":"rtc_region"},{"type":"literal","value":"video_quality_mode"},{"type":"literal","value":"flags"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10254,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10256,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":59,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":10255,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":58,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":10257,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":60,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10258,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":61,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":10247,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10256,10255,10257,10258]}],"sources":[{"fileName":"rest/v10/guild.ts","line":57,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":8534,"name":"APIGuildForumChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":228,"character":12}],"type":{"type":"reference","id":8460,"typeArguments":[{"type":"reference","id":8548,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}},{"id":9093,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":707,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":9226,"name":"APIGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/interactions.ts","line":53,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9268,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":9475,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":9421,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":9488,"name":"APIModalSubmitGuildInteraction"}]}},{"id":9459,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":123,"character":12}],"typeParameter":[{"id":9460,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9490,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9460,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9460,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9206,"name":"APIGuildScheduledEvent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-structure"},"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":92,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9155,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":9172,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":9189,"name":"APIExternalGuildScheduledEvent"}]}},{"id":9224,"name":"APIInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/interactions.ts","line":34,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9489,"name":"APIPingInteraction"},{"type":"reference","id":9266,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"},{"type":"reference","id":9419,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":9486,"name":"APIModalSubmitInteraction"}]}},{"id":9496,"name":"APIInteractionResponse","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":20,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9497,"name":"APIInteractionResponsePong"},{"type":"reference","id":9505,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":9508,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":9511,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":9513,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":9499,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":9502,"name":"APIModalInteractionResponse"}]}},{"id":9524,"name":"APIInteractionResponseCallbackData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-data-structure"},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":99,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10709,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":9525,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9526,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":8622,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[9526]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":9533,"name":"APIInviteGuild","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/invite.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8946,"name":"APIGuild"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"splash"},{"type":"literal","value":"banner"},{"type":"literal","value":"icon"},{"type":"literal","value":"vanity_url_code"},{"type":"literal","value":"description"},{"type":"literal","value":"features"},{"type":"literal","value":"verification_level"},{"type":"literal","value":"nsfw_level"},{"type":"literal","value":"premium_subscription_count"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":8820,"name":"APIMessageActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1384,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8781,"name":"APIButtonComponent"},{"type":"reference","id":8791,"name":"APISelectMenuComponent"}]}},{"id":9391,"name":"APIMessageApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":78,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9390,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9392,"name":"APIMessageApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":84,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9390,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9390,"name":"APIMessageApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":72,"character":12}],"type":{"type":"reference","id":9264,"typeArguments":[{"type":"reference","id":9377,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":9469,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":51,"character":12}],"type":{"type":"reference","id":9465,"typeArguments":[{"type":"reference","id":8749,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":8817,"name":"APIMessageComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1376,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"},{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":9462,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":16,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9469,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9469,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9474,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":58,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9475,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":60,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9461,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9461,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":5,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9464,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9464,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9464,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":38,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9469,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":9470,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":9463,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":27,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9470,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9493,"name":"InteractionType.MessageComponent"},{"type":"reference","id":9470,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":10132,"name":"APIMessageReferenceSend","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"sources":[{"fileName":"rest/v10/channel.ts","line":193,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":8613,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8613,"name":"APIMessageReference"},{"type":"literal","value":"message_id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10133,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10134,"name":"fail_if_not_exists","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":201,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10134]}],"sources":[{"fileName":"rest/v10/channel.ts","line":195,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":8821,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1387,"character":12}],"type":{"type":"reference","id":8805,"name":"APITextInputComponent"}},{"id":8818,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1377,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8821,"name":"APIModalActionRowComponent"},{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8821,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":9487,"name":"APIModalSubmitDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":41,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9486,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9488,"name":"APIModalSubmitGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":46,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9486,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9486,"name":"APIModalSubmitInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":35,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9495,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":9483,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9495,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":9483,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":8490,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":128,"character":12}],"type":{"type":"reference","id":8460,"typeArguments":[{"type":"reference","id":8542,"name":"ChannelType.GuildNews"}],"name":"APIGuildTextChannel"}},{"id":9489,"name":"APIPingInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/ping.ts","line":4,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9441,"typeArguments":[{"type":"reference","id":9491,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":9645,"name":"APIStickerItem","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-item-object"},"sources":[{"fileName":"payloads/v10/sticker.ts","line":93,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9625,"name":"APISticker"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"format_type"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":9388,"name":"APIUserApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":61,"character":12}],"type":{"type":"reference","id":9457,"typeArguments":[{"type":"reference","id":9387,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9389,"name":"APIUserApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":66,"character":12}],"type":{"type":"reference","id":9459,"typeArguments":[{"type":"reference","id":9387,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9387,"name":"APIUserApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":55,"character":12}],"type":{"type":"reference","id":9264,"typeArguments":[{"type":"reference","id":9367,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":8905,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":304,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8901,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":285,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8826,"name":"APIEmoji"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"animated"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":8826,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":8906,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":311,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"join"},{"type":"literal","value":"spectate"},{"type":"literal","value":"match"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8235,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v10.ts","line":1718,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8862,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":7911,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":450,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":7912,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":455,"character":12}],"type":{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}},{"id":7915,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":470,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":7916,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":475,"character":12}],"type":{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}},{"id":7909,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":7814,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":7815,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":7817,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":7910,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":445,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":7917,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update"},"sources":[{"fileName":"gateway/v10.ts","line":480,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7816,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":7918,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":7913,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":460,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":7914,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":465,"character":12}],"type":{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}},{"id":7871,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":273,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":7917,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":7983,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":7981,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":7991,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":7999,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":8002,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":8015,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":8023,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":8019,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":7922,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":8040,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":8032,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":8044,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":8046,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":8048,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":8050,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":8055,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":7995,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":8060,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":8068,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":8064,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":8073,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":8075,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":8089,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":8094,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":8106,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":8101,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":8111,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":8115,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":8113,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":8117,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":8096,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":8123,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":8125,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":8127,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":8129,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":7900,"name":"GatewayReadyDispatch"},{"type":"reference","id":7908,"name":"GatewayResumedDispatch"},{"type":"reference","id":8131,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":8133,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":8135,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":8139,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":8163,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":8170,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":8174,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":8172,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":8179,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":7987,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":648,"character":12}],"type":{"type":"reference","id":7983,"name":"GatewayGuildBanModifyDispatch"}},{"id":7988,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":653,"character":12}],"type":{"type":"reference","id":7984,"name":"GatewayGuildBanModifyDispatchData"}},{"id":7983,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":7818,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":7819,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":7984,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":7989,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":658,"character":12}],"type":{"type":"reference","id":7983,"name":"GatewayGuildBanModifyDispatch"}},{"id":7990,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":663,"character":12}],"type":{"type":"reference","id":7984,"name":"GatewayGuildBanModifyDispatchData"}},{"id":7924,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":516,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7820,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":7925,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":7981,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":612,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7821,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":7982,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":7982,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":617,"character":12}],"type":{"type":"reference","id":8931,"name":"APIUnavailableGuild"}},{"id":7991,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update"},"sources":[{"fileName":"gateway/v10.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7822,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":7992,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":7999,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update"},"sources":[{"fileName":"gateway/v10.ts","line":716,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7823,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":8000,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8002,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add"},"sources":[{"fileName":"gateway/v10.ts","line":734,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7824,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":8003,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":8015,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove"},"sources":[{"fileName":"gateway/v10.ts","line":752,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7825,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":8016,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":8019,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7827,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":8020,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8020,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":784,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"},{"type":"literal","value":"user"},{"type":"literal","value":"joined_at"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":8021,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8022,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":791,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8022]}],"sources":[{"fileName":"gateway/v10.ts","line":787,"character":47}]}}]}},{"id":8023,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk"},"sources":[{"fileName":"gateway/v10.ts","line":797,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7826,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":8024,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":7922,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7832,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":7923,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":7923,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":511,"character":12}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":8036,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":871,"character":12}],"type":{"type":"reference","id":8032,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8037,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":876,"character":12}],"type":{"type":"reference","id":8033,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8040,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete"},"sources":[{"fileName":"gateway/v10.ts","line":891,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7829,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":8041,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":8032,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":846,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":7828,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":7830,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":8033,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":8038,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":881,"character":12}],"type":{"type":"reference","id":8032,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8039,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":886,"character":12}],"type":{"type":"reference","id":8033,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8044,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":910,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7864,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":8045,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":8045,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":915,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":8048,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":924,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7866,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":8049,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":8049,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":929,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":8046,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":917,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7865,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":8047,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":8047,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":922,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":8050,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":931,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7867,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":8051,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":8055,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":942,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7868,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":8051,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":7995,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update"},"sources":[{"fileName":"gateway/v10.ts","line":692,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7831,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":7996,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":7979,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":602,"character":12}],"type":{"type":"reference","id":7922,"name":"GatewayGuildModifyDispatch"}},{"id":7980,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":607,"character":12}],"type":{"type":"reference","id":7923,"name":"GatewayGuildModifyDispatchData"}},{"id":8186,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"sources":[{"fileName":"gateway/v10.ts","line":1507,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":8060,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":956,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7833,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":8061,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":8061,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":964,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9077,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8062,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8063,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":964,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8063]}],"sources":[{"fileName":"gateway/v10.ts","line":964,"character":73}]}}]}},{"id":8068,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":982,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7834,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":8069,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":8064,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":969,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7835,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":8065,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":8065,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":977,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9077,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8066,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8067,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":977,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8067]}],"sources":[{"fileName":"gateway/v10.ts","line":977,"character":73}]}}]}},{"id":8073,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1008,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7836,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":8074,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":8074,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1016,"character":12}],"type":{"type":"reference","id":9224,"name":"APIInteraction"}},{"id":7894,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session"},"sources":[{"fileName":"gateway/v10.ts","line":370,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8075,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create"},"sources":[{"fileName":"gateway/v10.ts","line":1021,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7837,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":8076,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":8089,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1091,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7838,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":8090,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":8094,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7839,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":8095,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":8095,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1127,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":8106,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk"},"sources":[{"fileName":"gateway/v10.ts","line":1174,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7841,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":8107,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":8101,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1148,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7840,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":8102,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":8111,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1200,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7842,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":8112,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1205,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8111,"name":"GatewayMessageReactionAddDispatch"}}},{"id":8115,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1220,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7844,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":8116,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":8116,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1228,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":8113,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1210,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7843,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":8114,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1215,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8113,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":8117,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v10.ts","line":1233,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7845,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":8118,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":8096,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1132,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7846,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":8097,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":8097,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1140,"character":12}],"type":{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8098,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8100,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1142,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":8099,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1141,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8100,8099]}],"sources":[{"fileName":"gateway/v10.ts","line":1140,"character":47}]}},{"type":"reference","typeArguments":[{"type":"reference","id":8552,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":8123,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1251,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7847,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":8124,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8124,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1259,"character":12}],"type":{"type":"reference","id":8846,"name":"RawGatewayPresenceUpdate"}},{"id":7900,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready"},"sources":[{"fileName":"gateway/v10.ts","line":383,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7851,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":7901,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":7870,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":265,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":7872,"name":"GatewayHello"},{"type":"reference","id":7879,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":7884,"name":"GatewayHeartbeatAck"},{"type":"reference","id":7889,"name":"GatewayInvalidSession"},{"type":"reference","id":7895,"name":"GatewayReconnect"},{"type":"reference","id":7871,"name":"GatewayDispatchPayload"}]}},{"id":7908,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resumed"},"sources":[{"fileName":"gateway/v10.ts","line":428,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7852,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":7869,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":257,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8183,"name":"GatewayHeartbeat"},{"type":"reference","id":8187,"name":"GatewayIdentify"},{"type":"reference","id":8227,"name":"GatewayUpdatePresence"},{"type":"reference","id":8219,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":8202,"name":"GatewayResume"},{"type":"reference","id":8209,"name":"GatewayRequestGuildMembers"}]}},{"id":8125,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1264,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7848,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":8126,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":8126,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1272,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":8127,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1277,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7849,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":8128,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":8128,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1285,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":8129,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1290,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7850,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":8130,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8130,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1298,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":8140,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create"},"sources":[{"fileName":"gateway/v10.ts","line":1352,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":8161,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1377,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":8162,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1382,"character":12}],"type":{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}},{"id":8131,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1303,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7855,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":8132,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":8132,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1311,"character":12}],"type":{"type":"reference","id":8920,"name":"RawGatewayThreadListSync"}},{"id":8135,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1329,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7857,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":8136,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8136,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1337,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":8659,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":8137,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8138,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1337,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8138]}],"sources":[{"fileName":"gateway/v10.ts","line":1337,"character":70}]}}]}},{"id":8133,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1316,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7856,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":8134,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":8134,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1324,"character":12}],"type":{"type":"reference","id":8925,"name":"RawGatewayThreadMembersUpdate"}},{"id":8139,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create\nhttps://discord.com/developers/docs/topics/gateway#thread-update\nhttps://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1344,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":7853,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":7854,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":7858,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":8159,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1367,"character":12}],"type":{"type":"reference","id":7909,"name":"GatewayChannelModifyDispatch"}},{"id":8160,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1372,"character":12}],"type":{"type":"reference","id":7910,"name":"GatewayChannelModifyDispatchData"}},{"id":8163,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start"},"sources":[{"fileName":"gateway/v10.ts","line":1387,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7859,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":8164,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":8170,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7860,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":8171,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":8171,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1425,"character":12}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":8174,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update"},"sources":[{"fileName":"gateway/v10.ts","line":1443,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7861,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":8175,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":8172,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7862,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":8173,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":8173,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1438,"character":12}],"type":{"type":"reference","id":9745,"name":"GatewayVoiceState"}},{"id":8179,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update"},"sources":[{"fileName":"gateway/v10.ts","line":1473,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7863,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":8180,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":10689,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#list-voice-regions"},"sources":[{"fileName":"rest/v10/voice.ts","line":6,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9759,"name":"APIVoiceRegion"}}},{"id":8440,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":54,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8439,"name":"TextChannelType"},{"type":"reference","id":8539,"name":"ChannelType.GuildVoice"},{"type":"reference","id":8546,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":8542,"name":"ChannelType.GuildNews"}]},{"type":"union","types":[{"type":"reference","id":8538,"name":"ChannelType.DM"},{"type":"reference","id":8540,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":8459,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":95,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8439,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":8538,"name":"ChannelType.DM"},{"type":"reference","id":8540,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9422,"name":"PartialAPIMessageInteractionGuildMember","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"premium_since"},{"type":"literal","value":"pending"},{"type":"literal","value":"nick"},{"type":"literal","value":"mute"},{"type":"literal","value":"joined_at"},{"type":"literal","value":"deaf"},{"type":"literal","value":"communication_disabled_until"},{"type":"literal","value":"avatar"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":10159,"name":"RESTDeleteAPIChannelAllMessageReactionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions"},"sources":[{"fileName":"rest/v10/channel.ts","line":321,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10153,"name":"RESTDeleteAPIChannelMessageOwnReaction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-own-reaction"},"sources":[{"fileName":"rest/v10/channel.ts","line":290,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10160,"name":"RESTDeleteAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions-for-emoji"},"sources":[{"fileName":"rest/v10/channel.ts","line":326,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10173,"name":"RESTDeleteAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":393,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10154,"name":"RESTDeleteAPIChannelMessageUserReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-user-reaction"},"sources":[{"fileName":"rest/v10/channel.ts","line":295,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10193,"name":"RESTDeleteAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-channel-permission"},"sources":[{"fileName":"rest/v10/channel.ts","line":503,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10200,"name":"RESTDeleteAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#unpin-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":538,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10206,"name":"RESTDeleteAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-remove-recipient"},"sources":[{"fileName":"rest/v10/channel.ts","line":562,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":10124,"name":"RESTDeleteAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#deleteclose-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":154,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10225,"name":"RESTDeleteAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#leave-thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":644,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10684,"name":"RESTDeleteAPICurrentUserGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#leave-guild"},"sources":[{"fileName":"rest/v10/user.ts","line":76,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10369,"name":"RESTDeleteAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-ban"},"sources":[{"fileName":"rest/v10/guild.ts","line":570,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10244,"name":"RESTDeleteAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#delete-guild-emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":62,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10412,"name":"RESTDeleteAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-integration"},"sources":[{"fileName":"rest/v10/guild.ts","line":766,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10358,"name":"RESTDeleteAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":520,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10357,"name":"RESTDeleteAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":515,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10311,"name":"RESTDeleteAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":295,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10396,"name":"RESTDeleteAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":689,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10469,"name":"RESTDeleteAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#delete-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":116,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10647,"name":"RESTDeleteAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#delete-guild-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":79,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10663,"name":"RESTDeleteAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#delete-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":72,"character":12}],"type":{"type":"reference","id":9668,"name":"APITemplate"}},{"id":10523,"name":"RESTDeleteAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":228,"character":12}],"type":{"type":"reference","id":10742,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":10513,"name":"RESTDeleteAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-original-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":181,"character":12}],"type":{"type":"reference","id":10742,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":10536,"name":"RESTDeleteAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#delete-invite"},"sources":[{"fileName":"rest/v10/invite.ts","line":27,"character":12}],"type":{"type":"reference","id":9534,"name":"APIInvite"}},{"id":10629,"name":"RESTDeleteAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#delete-stage-instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":61,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10707,"name":"RESTDeleteAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":92,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10742,"name":"RESTDeleteAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":268,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10708,"name":"RESTDeleteAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-with-token"},"sources":[{"fileName":"rest/v10/webhook.ts","line":97,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10525,"name":"RESTGetAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-application-command-permissions"},"sources":[{"fileName":"rest/v10/interactions.ts","line":238,"character":12}],"type":{"type":"reference","id":9396,"name":"APIGuildApplicationCommandPermissions"}},{"id":10477,"name":"RESTGetAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":27,"character":12}],"type":{"type":"reference","id":9227,"name":"APIApplicationCommand"}},{"id":10476,"name":"RESTGetAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":22,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9227,"name":"APIApplicationCommand"}}},{"id":10498,"name":"RESTGetAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9227,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10497,"name":"RESTGetAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":96,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9227,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":10097,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":8281,"name":"APIAuditLog"}},{"id":10182,"name":"RESTGetAPIChannelInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-invites"},"sources":[{"fileName":"rest/v10/channel.ts","line":444,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9550,"name":"APIExtendedInvite"}}},{"id":10158,"name":"RESTGetAPIChannelMessageReactionUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-reactions"},"sources":[{"fileName":"rest/v10/channel.ts","line":316,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9696,"name":"APIUser"}}},{"id":10131,"name":"RESTGetAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":188,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10130,"name":"RESTGetAPIChannelMessagesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"sources":[{"fileName":"rest/v10/channel.ts","line":183,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8552,"name":"APIMessage"}}},{"id":10198,"name":"RESTGetAPIChannelPinsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-pinned-messages"},"sources":[{"fileName":"rest/v10/channel.ts","line":528,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8552,"name":"APIMessage"}}},{"id":10103,"name":"RESTGetAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":32,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10226,"name":"RESTGetAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-thread-members"},"sources":[{"fileName":"rest/v10/channel.ts","line":649,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8659,"name":"APIThreadMember"}}},{"id":10230,"name":"RESTGetAPIChannelUsersThreadsArchivedResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads"},"sources":[{"fileName":"rest/v10/channel.ts","line":668,"character":12}],"type":{"type":"reference","id":8665,"name":"APIThreadList"}},{"id":10695,"name":"RESTGetAPIChannelWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-channel-webhooks"},"sources":[{"fileName":"rest/v10/webhook.ts","line":37,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9765,"name":"APIWebhook"}}},{"id":10688,"name":"RESTGetAPICurrentUserConnectionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user-connections"},"sources":[{"fileName":"rest/v10/user.ts","line":96,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9732,"name":"APIConnection"}}},{"id":10683,"name":"RESTGetAPICurrentUserGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"sources":[{"fileName":"rest/v10/user.ts","line":71,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10676,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":10664,"name":"RESTGetAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user"},"sources":[{"fileName":"rest/v10/user.ts","line":8,"character":12}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":10246,"name":"RESTGetAPIGatewayBotResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"sources":[{"fileName":"rest/v10/gateway.ts","line":11,"character":12}],"type":{"type":"reference","id":8837,"name":"APIGatewayBotInfo"}},{"id":10245,"name":"RESTGetAPIGatewayResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"sources":[{"fileName":"rest/v10/gateway.ts","line":6,"character":12}],"type":{"type":"reference","id":8835,"name":"APIGatewayInfo"}},{"id":10524,"name":"RESTGetAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-command-permissions"},"sources":[{"fileName":"rest/v10/interactions.ts","line":233,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9396,"name":"APIGuildApplicationCommandPermissions"}}},{"id":10364,"name":"RESTGetAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-ban"},"sources":[{"fileName":"rest/v10/guild.ts","line":550,"character":12}],"type":{"type":"reference","id":9106,"name":"APIBan"}},{"id":10359,"name":"RESTGetAPIGuildBansResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"sources":[{"fileName":"rest/v10/guild.ts","line":525,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9106,"name":"APIBan"}}},{"id":10312,"name":"RESTGetAPIGuildChannelsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-channels"},"sources":[{"fileName":"rest/v10/guild.ts","line":300,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8535,"name":"APIChannel"}}},{"id":10232,"name":"RESTGetAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#get-guild-emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":13,"character":12}],"type":{"type":"reference","id":8826,"name":"APIEmoji"}},{"id":10231,"name":"RESTGetAPIGuildEmojisResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#list-guild-emojis"},"sources":[{"fileName":"rest/v10/emoji.ts","line":8,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8826,"name":"APIEmoji"}}},{"id":10411,"name":"RESTGetAPIGuildIntegrationsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-integrations"},"sources":[{"fileName":"rest/v10/guild.ts","line":761,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9077,"name":"APIGuildIntegration"}}},{"id":10410,"name":"RESTGetAPIGuildInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-invites"},"sources":[{"fileName":"rest/v10/guild.ts","line":756,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9550,"name":"APIExtendedInvite"}}},{"id":10323,"name":"RESTGetAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":349,"character":12}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":10423,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":814,"character":12}],"type":{"type":"reference","id":9144,"name":"APIGuildMembershipScreening"}},{"id":10327,"name":"RESTGetAPIGuildMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"sources":[{"fileName":"rest/v10/guild.ts","line":372,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9066,"name":"APIGuildMember"}}},{"id":10331,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":390,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9066,"name":"APIGuildMember"}}},{"id":10287,"name":"RESTGetAPIGuildPreviewResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-preview"},"sources":[{"fileName":"rest/v10/guild.ts","line":181,"character":12}],"type":{"type":"reference","id":9051,"name":"APIGuildPreview"}},{"id":10286,"name":"RESTGetAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":176,"character":12}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":10370,"name":"RESTGetAPIGuildRolesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-roles"},"sources":[{"fileName":"rest/v10/guild.ts","line":575,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}}},{"id":10462,"name":"RESTGetAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":87,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":10475,"name":"RESTGetAPIGuildScheduledEventUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":145,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9220,"name":"APIGuildScheduledEventUser"}}},{"id":10447,"name":"RESTGetAPIGuildScheduledEventsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":25,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}}},{"id":10634,"name":"RESTGetAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#get-guild-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":24,"character":12}],"type":{"type":"reference","id":9625,"name":"APISticker"}},{"id":10633,"name":"RESTGetAPIGuildStickersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-guild-stickers"},"sources":[{"fileName":"rest/v10/sticker.ts","line":19,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9625,"name":"APISticker"}}},{"id":10654,"name":"RESTGetAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#get-guild-templates"},"sources":[{"fileName":"rest/v10/template.ts","line":33,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9668,"name":"APITemplate"}}},{"id":10322,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-threads"},"sources":[{"fileName":"rest/v10/guild.ts","line":344,"character":12}],"type":{"type":"reference","id":8665,"name":"APIThreadList"}},{"id":10409,"name":"RESTGetAPIGuildVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-voice-regions"},"sources":[{"fileName":"rest/v10/guild.ts","line":751,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9759,"name":"APIVoiceRegion"}}},{"id":10696,"name":"RESTGetAPIGuildWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-guild-webhooks"},"sources":[{"fileName":"rest/v10/webhook.ts","line":42,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9765,"name":"APIWebhook"}}},{"id":10440,"name":"RESTGetAPIGuildWelcomeScreenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-welcome-screen"},"sources":[{"fileName":"rest/v10/guild.ts","line":873,"character":12}],"type":{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"}},{"id":10422,"name":"RESTGetAPIGuildWidgetImageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Note: while the return type is `ArrayBuffer`, the expected result is\na buffer of sorts (depends if in browser or on node.js/deno)."},"sources":[{"fileName":"rest/v10/guild.ts","line":812,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":10416,"name":"RESTGetAPIGuildWidgetJSONResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget"},"sources":[{"fileName":"rest/v10/guild.ts","line":786,"character":12}],"type":{"type":"reference","id":9109,"name":"APIGuildWidget"}},{"id":10413,"name":"RESTGetAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-settings"},"sources":[{"fileName":"rest/v10/guild.ts","line":771,"character":12}],"type":{"type":"reference","id":9063,"name":"APIGuildWidgetSettings"}},{"id":10519,"name":"RESTGetAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":208,"character":12}],"type":{"type":"reference","id":10734,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":10509,"name":"RESTGetAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-original-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":161,"character":12}],"type":{"type":"reference","id":10734,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":10535,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":9534,"name":"APIInvite"}},{"id":10537,"name":"RESTGetAPIOAuth2CurrentApplicationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8242,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10623,"name":"RESTGetAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#get-stage-instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":37,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":10630,"name":"RESTGetAPIStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#get-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":7,"character":12}],"type":{"type":"reference","id":9625,"name":"APISticker"}},{"id":10648,"name":"RESTGetAPITemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#get-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":7,"character":12}],"type":{"type":"reference","id":9668,"name":"APITemplate"}},{"id":10665,"name":"RESTGetAPIUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user"},"sources":[{"fileName":"rest/v10/user.ts","line":13,"character":12}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":10697,"name":"RESTGetAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":47,"character":12}],"type":{"type":"reference","id":9765,"name":"APIWebhook"}},{"id":10734,"name":"RESTGetAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":230,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10698,"name":"RESTGetAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-with-token"},"sources":[{"fileName":"rest/v10/webhook.ts","line":52,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9765,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10666,"name":"RESTGetCurrentUserGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guild-member"},"sources":[{"fileName":"rest/v10/user.ts","line":18,"character":12}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":10578,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example"},"sources":[{"fileName":"rest/v10/oauth2.ts","line":100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10559,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10493,"name":"RESTPatchAPIApplicationCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":76,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10491,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":10494,"name":"RESTPatchAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":81,"character":12}],"type":{"type":"reference","id":9227,"name":"APIApplicationCommand"}},{"id":10501,"name":"RESTPatchAPIApplicationGuildCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":118,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10478,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":10482,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":10502,"name":"RESTPatchAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":126,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9227,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10104,"name":"RESTPatchAPIChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":37,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10105,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10118,"name":"archived","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread should be archived","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10119,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The amount of time in minutes to wait before automatically archiving the thread","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":125,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"}},{"id":10112,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel; 8000 to 96000 (128000 for VIP servers)","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10121,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":137,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"}},{"id":10122,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread","text":"Channel types: privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":143,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10120,"name":"locked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread should be locked","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10106,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"1-100 character channel name","text":"Channel types: all\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10110,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10115,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the new parent category for a channel","text":"Channel types: text, news, voice\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":101,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10114,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel or category-specific permissions","text":"Channel types: all excluding newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":95,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":10098,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":10108,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The position of the channel in the left-hand listing","text":"Channel types: all excluding newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":57,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10111,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`,\nare unaffected","text":"Channel types: text, newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":77,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10116,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10109,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10107,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of channel; only conversion between `text` and `news`\nis supported and only in guilds with the \"NEWS\" feature","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8542,"name":"ChannelType.GuildNews"},{"type":"reference","id":8537,"name":"ChannelType.GuildText"}]}},{"id":10113,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel; 0 refers to no limit, 1 to 99 refers to a user limit","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":89,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10117,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8549,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10118,10119,10112,10121,10122,10120,10106,10110,10115,10114,10108,10111,10116,10109,10107,10113,10117]}],"sources":[{"fileName":"rest/v10/channel.ts","line":37,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10169,"name":"RESTPatchAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":376,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10170,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10171,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":381,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10171]}],"sources":[{"fileName":"rest/v10/channel.ts","line":377,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10161,"name":"RESTPatchAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10161,"name":"RESTPatchAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":331,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10162,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10166,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":356,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8739,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":10167,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":364,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":10168,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":370,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":10163,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v10/channel.ts","line":335,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10164,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":341,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":8668,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":10165,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Edit the flags of a message (only `SUPPRESS_EMBEDS` can currently be set/unset)","text":"When specifying flags, ensure to include all previously set flags/bits\nin addition to ones that you are modifying\n\nSee https://discord.com/developers/docs/resources/channel#message-object-message-flags\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":350,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8622,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10166,10167,10168,10163,10164,10165]}],"sources":[{"fileName":"rest/v10/channel.ts","line":331,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10172,"name":"RESTPatchAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":388,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10123,"name":"RESTPatchAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":149,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10352,"name":"RESTPatchAPICurrentGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":490,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10353,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10354,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":496,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10354]}],"sources":[{"fileName":"rest/v10/guild.ts","line":490,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10349,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead.\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":478,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10350,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10351,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":484,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10351]}],"sources":[{"fileName":"rest/v10/guild.ts","line":478,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10355,"name":"RESTPatchAPICurrentGuildMemberNicknameResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead.\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":504,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10349,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":10667,"name":"RESTPatchAPICurrentUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user"},"sources":[{"fileName":"rest/v10/user.ts","line":23,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10668,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10670,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passed, modifies the user's avatar"},"sources":[{"fileName":"rest/v10/user.ts","line":31,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10669,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's username, if changed may cause the user's discriminator to be randomized"},"sources":[{"fileName":"rest/v10/user.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10670,10669]}],"sources":[{"fileName":"rest/v10/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10671,"name":"RESTPatchAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user"},"sources":[{"fileName":"rest/v10/user.ts","line":37,"character":12}],"type":{"type":"reference","id":9696,"name":"APIUser"}},{"id":10315,"name":"RESTPatchAPIGuildChannelPositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions"},"sources":[{"fileName":"rest/v10/guild.ts","line":315,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10316,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10317,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v10/guild.ts","line":320,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10319,"name":"lock_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sync channel overwrites with the new parent, when moving to a new `parent_id`"},"sources":[{"fileName":"rest/v10/guild.ts","line":328,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10320,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new parent id of this channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":332,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10318,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":324,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10317,10319,10320,10318]}],"sources":[{"fileName":"rest/v10/guild.ts","line":316,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":10321,"name":"RESTPatchAPIGuildChannelPositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions"},"sources":[{"fileName":"rest/v10/guild.ts","line":339,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10239,"name":"RESTPatchAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":43,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10240,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10241,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10242,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v10/emoji.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10241,10242]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10243,"name":"RESTPatchAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":57,"character":12}],"type":{"type":"reference","id":8826,"name":"APIEmoji"}},{"id":10288,"name":"RESTPatchAPIGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":186,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10289,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10295,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":218,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10296,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v10/guild.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10301,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":246,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10293,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":208,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":10308,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":280,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10300,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 png/jpeg image for the guild discovery splash (when the guild has `DISCOVERABLE` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":242,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10294,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":214,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":10307,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":276,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9025,"name":"GuildFeature"}}},{"id":10297,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the guild has `ANIMATED_ICON` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":228,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10290,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New name for the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10298,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User id to transfer guild ownership to (must be owner)"},"sources":[{"fileName":"rest/v10/guild.ts","line":232,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10306,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\" (if the value is set to `null`)\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":270,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10309,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v10/guild.ts","line":284,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10305,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"rest/v10/guild.ts","line":264,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10291,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":196,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10304,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where Community guilds display rules and/or guidelines"},"sources":[{"fileName":"rest/v10/guild.ts","line":260,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10299,"name":"splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild splash (when the guild has `INVITE_SPLASH` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":238,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10303,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":256,"character":1}],"type":{"type":"reference","id":9020,"name":"GuildSystemChannelFlags"}},{"id":10302,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v10/guild.ts","line":250,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10292,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":202,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9005,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10295,10296,10301,10293,10308,10300,10294,10307,10297,10290,10298,10306,10309,10305,10291,10304,10299,10303,10302,10292]}],"sources":[{"fileName":"rest/v10/guild.ts","line":186,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10340,"name":"RESTPatchAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":431,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10341,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10346,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of channel to move user to (if they are connected to voice)","text":"Requires `MOVE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":461,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10347,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":465,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10345,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":455,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10344,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":449,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10342,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":437,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10343,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":443,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10346,10347,10345,10344,10342,10343]}],"sources":[{"fileName":"rest/v10/guild.ts","line":431,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10348,"name":"RESTPatchAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":471,"character":12}],"type":{"type":"reference","id":9066,"name":"APIGuildMember"}},{"id":10424,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":816,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10425,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10428,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The server description to show in the screening form"},"sources":[{"fileName":"rest/v10/guild.ts","line":828,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10426,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":820,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10427,"name":"form_fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of field objects serialized in a string"},"sources":[{"fileName":"rest/v10/guild.ts","line":824,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10428,10426,10427]}],"sources":[{"fileName":"rest/v10/guild.ts","line":816,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10429,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":831,"character":12}],"type":{"type":"reference","id":9144,"name":"APIGuildMembershipScreening"}},{"id":10310,"name":"RESTPatchAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":290,"character":12}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":10386,"name":"RESTPatchAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":650,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10387,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10390,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v10/guild.ts","line":662,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10391,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar"},"sources":[{"fileName":"rest/v10/guild.ts","line":666,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10392,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":670,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10394,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v10/guild.ts","line":678,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10388,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":654,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10389,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions"},"sources":[{"fileName":"rest/v10/guild.ts","line":658,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":10393,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":674,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10390,10391,10392,10394,10388,10389,10393]}],"sources":[{"fileName":"rest/v10/guild.ts","line":650,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10381,"name":"RESTPatchAPIGuildRolePositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions"},"sources":[{"fileName":"rest/v10/guild.ts","line":629,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10382,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10383,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v10/guild.ts","line":634,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10384,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":638,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10383,10384]}],"sources":[{"fileName":"rest/v10/guild.ts","line":630,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":10385,"name":"RESTPatchAPIGuildRolePositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions"},"sources":[{"fileName":"rest/v10/guild.ts","line":645,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9593,"name":"APIRole"}}},{"id":10395,"name":"RESTPatchAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":684,"character":12}],"type":{"type":"reference","id":9593,"name":"APIRole"}},{"id":10463,"name":"RESTPatchAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":92,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10448,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10464,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10467,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":105,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10466,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The entity metadata of the scheduled event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":101,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":9207,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":10465,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":97,"character":2}],"type":{"type":"reference","id":9213,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[10467,10466,10465]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10468,"name":"RESTPatchAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":111,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":10641,"name":"RESTPatchAPIGuildStickerJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#modify-guild-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":56,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10642,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10644,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of the sticker (2-100 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10643,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10645,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v10/sticker.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10644,10643,10645]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10646,"name":"RESTPatchAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#modify-guild-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":74,"character":12}],"type":{"type":"reference","id":9625,"name":"APISticker"}},{"id":10661,"name":"RESTPatchAPIGuildTemplateJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#modify-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":62,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10655,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":10662,"name":"RESTPatchAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#modify-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":67,"character":12}],"type":{"type":"reference","id":9668,"name":"APITemplate"}},{"id":10430,"name":"RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state"},"sources":[{"fileName":"rest/v10/guild.ts","line":836,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10431,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10432,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v10/guild.ts","line":840,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10434,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sets the user's request to speak"},"sources":[{"fileName":"rest/v10/guild.ts","line":848,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10433,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":844,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10432,10434,10433]}],"sources":[{"fileName":"rest/v10/guild.ts","line":836,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10435,"name":"RESTPatchAPIGuildVoiceStateCurrentMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state"},"sources":[{"fileName":"rest/v10/guild.ts","line":854,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10436,"name":"RESTPatchAPIGuildVoiceStateUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-user-voice-state"},"sources":[{"fileName":"rest/v10/guild.ts","line":859,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10437,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10438,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v10/guild.ts","line":863,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10439,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":867,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10438,10439]}],"sources":[{"fileName":"rest/v10/guild.ts","line":859,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10441,"name":"RESTPatchAPIGuildWelcomeScreenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen"},"sources":[{"fileName":"rest/v10/guild.ts","line":878,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10442,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10443,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":883,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10443]}],"sources":[{"fileName":"rest/v10/guild.ts","line":879,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10444,"name":"RESTPatchAPIGuildWelcomeScreenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen"},"sources":[{"fileName":"rest/v10/guild.ts","line":889,"character":12}],"type":{"type":"reference","id":9136,"name":"APIGuildWelcomeScreen"}},{"id":10414,"name":"RESTPatchAPIGuildWidgetSettingsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget"},"sources":[{"fileName":"rest/v10/guild.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9063,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":10415,"name":"RESTPatchAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget"},"sources":[{"fileName":"rest/v10/guild.ts","line":781,"character":12}],"type":{"type":"reference","id":9063,"name":"APIGuildWidgetSettings"}},{"id":10521,"name":"RESTPatchAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":218,"character":12}],"type":{"type":"reference","id":10738,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":10520,"name":"RESTPatchAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":213,"character":12}],"type":{"type":"reference","id":10735,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":10522,"name":"RESTPatchAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":223,"character":12}],"type":{"type":"reference","id":10741,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":10511,"name":"RESTPatchAPIInteractionOriginalResponseFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":171,"character":12}],"type":{"type":"reference","id":10738,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":10510,"name":"RESTPatchAPIInteractionOriginalResponseJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":166,"character":12}],"type":{"type":"reference","id":10735,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":10512,"name":"RESTPatchAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":176,"character":12}],"type":{"type":"reference","id":10741,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":10624,"name":"RESTPatchAPIStageInstanceJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":42,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10625,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10627,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":50,"character":1}],"type":{"type":"reference","id":9617,"name":"StageInstancePrivacyLevel"}},{"id":10626,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10627,10626]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10628,"name":"RESTPatchAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":56,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":10699,"name":"RESTPatchAPIWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":57,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10700,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10702,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":67,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10703,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new channel id this webhook should be moved to"},"sources":[{"fileName":"rest/v10/webhook.ts","line":71,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10701,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10702,10703,10701]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10704,"name":"RESTPatchAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":77,"character":12}],"type":{"type":"reference","id":9765,"name":"APIWebhook"}},{"id":10705,"name":"RESTPatchAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token"},"sources":[{"fileName":"rest/v10/webhook.ts","line":82,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10699,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10738,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":251,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10739,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10740,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":256,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10740]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":252,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10735,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10735,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10709,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"content"},{"type":"literal","value":"embeds"},{"type":"literal","value":"allowed_mentions"},{"type":"literal","value":"components"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":10736,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10737,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":244,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[10737]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":236,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10741,"name":"RESTPatchAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":263,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10706,"name":"RESTPatchAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token"},"sources":[{"fileName":"rest/v10/webhook.ts","line":87,"character":12}],"type":{"type":"reference","id":10698,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":10491,"name":"RESTPostAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":64,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10478,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":10482,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":10492,"name":"RESTPostAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":71,"character":12}],"type":{"type":"reference","id":9227,"name":"APIApplicationCommand"}},{"id":10499,"name":"RESTPostAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":106,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10478,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":10482,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":10500,"name":"RESTPostAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":113,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9227,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10196,"name":"RESTPostAPIChannelFollowersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":518,"character":12}],"type":{"type":"reference","id":8632,"name":"APIFollowedChannel"}},{"id":10183,"name":"RESTPostAPIChannelInviteJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite"},"sources":[{"fileName":"rest/v10/channel.ts","line":449,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10184,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10185,"name":"max_age","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Duration of invite in seconds before expiry, or 0 for never","tags":[{"tag":"default","text":"86400 (24 hours)\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":455,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10186,"name":"max_uses","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of uses or 0 for unlimited","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":461,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10191,"name":"target_application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the embedded application to open for this invite\n- Required if `target_type` is 2\n- The application must have the `EMBEDDED` flag"},"sources":[{"fileName":"rest/v10/channel.ts","line":492,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10189,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":480,"character":1}],"type":{"type":"reference","id":9547,"name":"InviteTargetType"}},{"id":10190,"name":"target_user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user whose stream to display for this invite\n- Required if `target_type` is 1\n- The user must be streaming in the channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":486,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10187,"name":"temporary","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this invite only grants temporary membership","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":467,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10188,"name":"unique","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If true, don't try to reuse a similar invite\n(useful for creating many unique one time use invites)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":474,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10185,10186,10191,10189,10190,10187,10188]}],"sources":[{"fileName":"rest/v10/channel.ts","line":449,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10192,"name":"RESTPostAPIChannelInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite"},"sources":[{"fileName":"rest/v10/channel.ts","line":498,"character":12}],"type":{"type":"reference","id":9550,"name":"APIExtendedInvite"}},{"id":10151,"name":"RESTPostAPIChannelMessageCrosspostResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#crosspost-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":280,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10147,"name":"RESTPostAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":263,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10148,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10149,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":268,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10149]}],"sources":[{"fileName":"rest/v10/channel.ts","line":264,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10135,"name":"RESTPostAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10135,"name":"RESTPostAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10136,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10141,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for a message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":231,"character":1}],"type":{"type":"reference","id":8739,"name":"APIAllowedMentions"}},{"id":10145,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v10/channel.ts","line":253,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":10143,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":243,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":10137,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v10/channel.ts","line":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10140,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":225,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8668,"name":"APIEmbed"}}},{"id":10146,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v10/channel.ts","line":257,"character":1}],"type":{"type":"reference","id":8622,"name":"MessageFlags"}},{"id":10142,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Include to make your message a reply","text":"See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":237,"character":1}],"type":{"type":"reference","id":10132,"name":"APIMessageReferenceSend"}},{"id":10138,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending"},"sources":[{"fileName":"rest/v10/channel.ts","line":215,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":10144,"name":"sticker_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"IDs of up to 3 stickers in the server to send in the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":249,"character":1}],"type":{"type":"union","types":[{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]}]}},{"id":10139,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v10/channel.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[10141,10145,10143,10137,10140,10146,10142,10138,10144,10139]}],"sources":[{"fileName":"rest/v10/channel.ts","line":207,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10150,"name":"RESTPostAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":275,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10176,"name":"RESTPostAPIChannelMessagesBulkDeleteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"sources":[{"fileName":"rest/v10/channel.ts","line":408,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10207,"name":"RESTPostAPIChannelMessagesThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-from-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10208,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10210,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The amount of time in minutes to wait before automatically archiving the thread","text":"The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings.\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":577,"character":1}],"type":{"type":"reference","id":8654,"name":"ThreadAutoArchiveDuration"}},{"id":10209,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v10/channel.ts","line":571,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10211,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600)"},"sources":[{"fileName":"rest/v10/channel.ts","line":581,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10210,10209,10211]}],"sources":[{"fileName":"rest/v10/channel.ts","line":567,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10218,"name":"RESTPostAPIChannelMessagesThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-from-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":607,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10219,"name":"RESTPostAPIChannelThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-without-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":612,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10207,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10220,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10222,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread; only available when creating a private thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":628,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10221,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of thread to create","text":"In API v9 and v10, `type` defaults to `PRIVATE_THREAD`.\nIn a future API version this will be changed to be a required field, with no default.\n\nSee https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n","tags":[{"tag":"default","text":"ChannelType.GuildPrivateThread\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":624,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":8543,"name":"ChannelType.GuildNewsThread"},{"type":"reference","id":8544,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":8545,"name":"ChannelType.GuildPrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10222,10221]}],"sources":[{"fileName":"rest/v10/channel.ts","line":613,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10223,"name":"RESTPostAPIChannelThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-without-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":634,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10197,"name":"RESTPostAPIChannelTypingResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#trigger-typing-indicator"},"sources":[{"fileName":"rest/v10/channel.ts","line":523,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10690,"name":"RESTPostAPIChannelWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":16,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10691,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10693,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10692,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the webhook (1-80 characters)"},"sources":[{"fileName":"rest/v10/webhook.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10693,10692]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10694,"name":"RESTPostAPIChannelWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":32,"character":12}],"type":{"type":"reference","id":9765,"name":"APIWebhook"}},{"id":10478,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v10/interactions.ts","line":48,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10479,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10481,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":51,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":10480,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/interactions.ts","line":50,"character":2}],"type":{"type":"reference","id":9244,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[10481,10480]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":49,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10687,"name":"RESTPostAPICurrentUserCreateDMChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"sources":[{"fileName":"rest/v10/user.ts","line":91,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10313,"name":"RESTPostAPIGuildChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":305,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10253,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":10314,"name":"RESTPostAPIGuildChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":310,"character":12}],"type":{"type":"reference","id":8535,"name":"APIChannel"}},{"id":10233,"name":"RESTPostAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji-json-params"},"sources":[{"fileName":"rest/v10/emoji.ts","line":18,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10234,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10236,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The 128x128 emoji image","text":"https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/emoji.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10235,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10237,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v10/emoji.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10236,10235,10237]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10238,"name":"RESTPostAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji"},"sources":[{"fileName":"rest/v10/emoji.ts","line":38,"character":12}],"type":{"type":"reference","id":8826,"name":"APIEmoji"}},{"id":10215,"name":"RESTPostAPIGuildForumThreadsFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":597,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10207,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":10216,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10217,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":601,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10217]}],"sources":[{"fileName":"rest/v10/channel.ts","line":597,"character":99}]}}]}},{"id":10212,"name":"RESTPostAPIGuildForumThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":587,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10207,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":10213,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10214,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":591,"character":1}],"type":{"type":"reference","id":10135,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[10214]}],"sources":[{"fileName":"rest/v10/channel.ts","line":587,"character":95}]}}]}},{"id":10402,"name":"RESTPostAPIGuildPruneJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"sources":[{"fileName":"rest/v10/guild.ts","line":722,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10403,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10405,"name":"compute_prune_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether `pruned is returned, discouraged for large guilds","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":734,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10404,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":728,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10406,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v10/guild.ts","line":738,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10405,10404,10406]}],"sources":[{"fileName":"rest/v10/guild.ts","line":722,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10371,"name":"RESTPostAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":580,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10372,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10375,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":598,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10376,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":604,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10377,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":608,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10379,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":618,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10373,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":586,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10374,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":10378,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v10/guild.ts","line":612,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10375,10376,10377,10379,10373,10374,10378]}],"sources":[{"fileName":"rest/v10/guild.ts","line":580,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":10259,"name":"APIGuildCreateRole"}]},{"id":10380,"name":"RESTPostAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":624,"character":12}],"type":{"type":"reference","id":9593,"name":"APIRole"}},{"id":10448,"name":"RESTPostAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":30,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10449,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10450,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage channel id of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":34,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":10455,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10457,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The entity metadata of the scheduled event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":62,"character":1}],"type":{"type":"reference","id":9207,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":10456,"name":"entity_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scheduled entity type of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":58,"character":1}],"type":{"type":"reference","id":9209,"name":"GuildScheduledEventEntityType"}},{"id":10458,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10451,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10452,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the guild event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":42,"character":1}],"type":{"type":"reference","id":9218,"name":"GuildScheduledEventPrivacyLevel"}},{"id":10454,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time when the scheduled event is scheduled to end"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10453,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time to schedule the guild event at"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10450,10455,10457,10456,10458,10451,10452,10454,10453]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10459,"name":"RESTPostAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event"},"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":72,"character":12}],"type":{"type":"reference","id":9206,"name":"APIGuildScheduledEvent"}},{"id":10640,"name":"RESTPostAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"sources":[{"fileName":"rest/v10/sticker.ts","line":51,"character":12}],"type":{"type":"reference","id":9625,"name":"APISticker"}},{"id":10655,"name":"RESTPostAPIGuildTemplatesJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":38,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10656,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10658,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the template (0-120 characters)"},"sources":[{"fileName":"rest/v10/template.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10657,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the template (1-100 characters)"},"sources":[{"fileName":"rest/v10/template.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10658,10657]}],"sources":[{"fileName":"rest/v10/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10659,"name":"RESTPostAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":52,"character":12}],"type":{"type":"reference","id":9668,"name":"APITemplate"}},{"id":10268,"name":"RESTPostAPIGuildsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10269,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10278,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":135,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10279,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":10277,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":131,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10253,"name":"APIGuildCreatePartialChannel"}}},{"id":10274,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":99,"character":1}],"type":{"type":"reference","id":8990,"name":"GuildDefaultMessageNotifications"}},{"id":10275,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":105,"character":1}],"type":{"type":"reference","id":8993,"name":"GuildExplicitContentFilter"}},{"id":10272,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10270,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10282,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v10/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10271,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10276,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":118,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10259,"name":"APIGuildCreateRole"}}},{"id":10281,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":149,"character":1}],"type":{"type":"reference","id":9020,"name":"GuildSystemChannelFlags"}},{"id":10280,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10273,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":93,"character":1}],"type":{"type":"reference","id":9005,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[10278,10279,10277,10274,10275,10272,10270,10282,10271,10276,10281,10280,10273]}],"sources":[{"fileName":"rest/v10/guild.ts","line":71,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10283,"name":"RESTPostAPIGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":159,"character":12}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":10506,"name":"RESTPostAPIInteractionCallbackFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":149,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10507,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10508,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":154,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10508]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":150,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10505,"name":"RESTPostAPIInteractionCallbackJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10505,"name":"RESTPostAPIInteractionCallbackJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response"},"sources":[{"fileName":"rest/v10/interactions.ts","line":144,"character":12}],"type":{"type":"reference","id":9496,"name":"APIInteractionResponse"}},{"id":10515,"name":"RESTPostAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":191,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10516,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10517,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":196,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10517]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":192,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10514,"name":"RESTPostAPIInteractionFollowupJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10514,"name":"RESTPostAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":186,"character":12}],"type":{"type":"reference","id":9524,"name":"APIInteractionResponseCallbackData"}},{"id":10518,"name":"RESTPostAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v10/interactions.ts","line":203,"character":12}],"type":{"type":"reference","id":10727,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":10622,"name":"RESTPostAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"sources":[{"fileName":"rest/v10/stageInstance.ts","line":32,"character":12}],"type":{"type":"reference","id":9609,"name":"APIStageInstance"}},{"id":10649,"name":"RESTPostAPITemplateCreateGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-from-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10650,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10652,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v10/template.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10651,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/template.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10652,10651]}],"sources":[{"fileName":"rest/v10/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10653,"name":"RESTPostAPITemplateCreateGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-from-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":28,"character":12}],"type":{"type":"reference","id":8946,"name":"APIGuild"}},{"id":10720,"name":"RESTPostAPIWebhookWithTokenFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":152,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":10721,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10722,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":157,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10722]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":153,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":10709,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":10731,"name":"RESTPostAPIWebhookWithTokenGitHubQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-query-string-params"},"sources":[{"fileName":"rest/v10/webhook.ts","line":212,"character":12}],"type":{"type":"reference","id":10723,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":10732,"name":"RESTPostAPIWebhookWithTokenGitHubResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":217,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10733,"name":"RESTPostAPIWebhookWithTokenGitHubWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-query-string-params\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":225,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10709,"name":"RESTPostAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10710,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10716,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":130,"character":1}],"type":{"type":"reference","id":8739,"name":"APIAllowedMentions"}},{"id":10718,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v10/webhook.ts","line":142,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8719,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":10713,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default avatar of the webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10717,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"Requires an application-owned webhook\n\nSee https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":138,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8752,"typeArguments":[{"type":"reference","id":8820,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":10711,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v10/webhook.ts","line":106,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10715,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":124,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8668,"name":"APIEmbed"}}},{"id":10719,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v10/webhook.ts","line":146,"character":1}],"type":{"type":"reference","id":8622,"name":"MessageFlags"}},{"id":10714,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v10/webhook.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10712,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default username of the webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10716,10718,10713,10717,10711,10715,10719,10714,10712]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10726,"name":"RESTPostAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":181,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10728,"name":"RESTPostAPIWebhookWithTokenSlackQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-query-string-params"},"sources":[{"fileName":"rest/v10/webhook.ts","line":194,"character":12}],"type":{"type":"reference","id":10723,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":10729,"name":"RESTPostAPIWebhookWithTokenSlackResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook"},"sources":[{"fileName":"rest/v10/webhook.ts","line":199,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10730,"name":"RESTPostAPIWebhookWithTokenSlackWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-query-string-params\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":207,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10727,"name":"RESTPostAPIWebhookWithTokenWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-webhook-query-string-params\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":189,"character":12}],"type":{"type":"reference","id":8552,"name":"APIMessage"}},{"id":10616,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsAndWebhookIncomingScopeResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":198,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10602,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":10609,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":10582,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":10578,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":10570,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":10559,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":10528,"name":"RESTPutAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"sources":[{"fileName":"rest/v10/interactions.ts","line":250,"character":12}],"type":{"type":"reference","id":9396,"name":"APIGuildApplicationCommandPermissions"}},{"id":10495,"name":"RESTPutAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":86,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10491,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":10496,"name":"RESTPutAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":91,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9227,"name":"APIApplicationCommand"}}},{"id":10503,"name":"RESTPutAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":131,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10478,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":10482,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}}},{"id":10504,"name":"RESTPutAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands"},"sources":[{"fileName":"rest/v10/interactions.ts","line":139,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9227,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":10152,"name":"RESTPutAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-reaction"},"sources":[{"fileName":"rest/v10/channel.ts","line":285,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10181,"name":"RESTPutAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"sources":[{"fileName":"rest/v10/channel.ts","line":439,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10199,"name":"RESTPutAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#pin-message"},"sources":[{"fileName":"rest/v10/channel.ts","line":533,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10201,"name":"RESTPutAPIChannelRecipientJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient"},"sources":[{"fileName":"rest/v10/channel.ts","line":543,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10202,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10203,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Access token of a user that has granted your app the `gdm.join` scope"},"sources":[{"fileName":"rest/v10/channel.ts","line":547,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10204,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v10/channel.ts","line":551,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10203,10204]}],"sources":[{"fileName":"rest/v10/channel.ts","line":543,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10205,"name":"RESTPutAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient"},"sources":[{"fileName":"rest/v10/channel.ts","line":557,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":10224,"name":"RESTPutAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#join-thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":639,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10529,"name":"RESTPutAPIGuildApplicationCommandsPermissionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions"},"sources":[{"fileName":"rest/v10/interactions.ts","line":255,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9396,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":10530,"name":"RESTPutAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions"},"sources":[{"fileName":"rest/v10/interactions.ts","line":263,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9396,"name":"APIGuildApplicationCommandPermissions"}}},{"id":10365,"name":"RESTPutAPIGuildBanJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban"},"sources":[{"fileName":"rest/v10/guild.ts","line":555,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10366,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10367,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)"},"sources":[{"fileName":"rest/v10/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10367]}],"sources":[{"fileName":"rest/v10/guild.ts","line":555,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10368,"name":"RESTPutAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban"},"sources":[{"fileName":"rest/v10/guild.ts","line":565,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10332,"name":"RESTPutAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member"},"sources":[{"fileName":"rest/v10/guild.ts","line":395,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10333,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10334,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An oauth2 access token granted with the `guilds.join` to the bot's application for the user you want to add to the guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":399,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10338,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":423,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10337,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":417,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10335,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":405,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10336,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":411,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10334,10338,10337,10335,10336]}],"sources":[{"fileName":"rest/v10/guild.ts","line":395,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10339,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":426,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9066,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":10356,"name":"RESTPutAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member-role"},"sources":[{"fileName":"rest/v10/guild.ts","line":510,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":10660,"name":"RESTPutAPIGuildTemplateSyncResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#sync-guild-template"},"sources":[{"fileName":"rest/v10/template.ts","line":57,"character":12}],"type":{"type":"reference","id":9668,"name":"APITemplate"}},{"id":8439,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8538,"name":"ChannelType.DM"},{"type":"reference","id":8540,"name":"ChannelType.GroupDM"},{"type":"reference","id":8542,"name":"ChannelType.GuildNews"},{"type":"reference","id":8544,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":8545,"name":"ChannelType.GuildPrivateThread"},{"type":"reference","id":8543,"name":"ChannelType.GuildNewsThread"},{"type":"reference","id":8537,"name":"ChannelType.GuildText"},{"type":"reference","id":8548,"name":"ChannelType.GuildForum"}]}},{"id":9409,"name":"APIApplicationCommandPermissionsConstant","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permissions-constants"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":55,"character":13}],"type":{"type":"reflection","declaration":{"id":9410,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9415,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":9416,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":9417,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":9418,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"bigint"}]}}],"type":{"type":"intrinsic","name":"string"}}]}},"defaultValue":"..."},{"id":9411,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":9412,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":9413,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":9414,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"bigint"}]}}],"type":{"type":"intrinsic","name":"string"}}]}},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[9415,9411]}]}},"defaultValue":"..."},{"id":9782,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":20,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":7766,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v10.ts","line":36,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":10084,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":851,"character":13}],"type":{"type":"reflection","declaration":{"id":10085,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10086,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":852,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/authorize"},"defaultValue":"..."},{"id":10088,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v10/index.ts","line":857,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token/revoke"},"defaultValue":"..."},{"id":10087,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":853,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[10086,10088,10087]}]}},"defaultValue":"..."},{"id":10076,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":839,"character":13}],"type":{"type":"reflection","declaration":{"id":10077,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10078,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":840,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10"},"defaultValue":"..."},{"id":10079,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":841,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":10082,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":844,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":10080,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":842,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":10083,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":845,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":10081,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":843,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[10078,10079,10082,10080,10083,10081]}]}},"defaultValue":"..."},{"id":9783,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":22,"character":13}],"type":{"type":"reflection","declaration":{"id":9784,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10012,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":681,"character":1}],"signatures":[{"id":10013,"name":"applicationCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/commands/{command.id}`"},"parameters":[{"id":10014,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10015,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10040,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":745,"character":1}],"signatures":[{"id":10041,"name":"applicationCommandPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`"},"parameters":[{"id":10042,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10043,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10044,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},"/permissions"]]}}]},{"id":10009,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":671,"character":1}],"signatures":[{"id":10010,"name":"applicationCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands`\n- PUT `/applications/{application.id}/commands`\n- POST `/applications/{application.id}/commands`"},"parameters":[{"id":10011,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":10020,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":701,"character":1}],"signatures":[{"id":10021,"name":"applicationGuildCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`"},"parameters":[{"id":10022,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10023,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10024,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10016,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":691,"character":1}],"signatures":[{"id":10017,"name":"applicationGuildCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands`\n- POST `/applications/{application.id}/guilds/{guild.id}/commands`"},"parameters":[{"id":10018,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10019,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":9788,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":37,"character":1}],"signatures":[{"id":9789,"name":"channel","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}`\n- PATCH `/channels/{channel.id}`\n- DELETE `/channels/{channel.id}`"},"parameters":[{"id":9790,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9822,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":112,"character":1}],"signatures":[{"id":9823,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":9824,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/bulk-delete"]]}}]},{"id":9832,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":138,"character":1}],"signatures":[{"id":9833,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":9834,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/followers"]]}}]},{"id":9829,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":130,"character":1}],"signatures":[{"id":9830,"name":"channelInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/invites`\n- POST `/channels/{channel.id}/invites`"},"parameters":[{"id":9831,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":9951,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":461,"character":1}],"signatures":[{"id":9952,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":9953,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/users/@me/threads/archived/private"]]}}]},{"id":9794,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":56,"character":1}],"signatures":[{"id":9795,"name":"channelMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}`\n- PATCH `/channels/{channel.id}/messages/{message.id}`\n- DELETE `/channels/{channel.id}/messages/{message.id}`"},"parameters":[{"id":9796,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9797,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9818,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":104,"character":1}],"signatures":[{"id":9819,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":9820,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9821,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions"]]}}]},{"id":9798,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":64,"character":1}],"signatures":[{"id":9799,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":9800,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9801,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/crosspost"]]}}]},{"id":9802,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":75,"character":1}],"signatures":[{"id":9803,"name":"channelMessageOwnReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":9804,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9805,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9806,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/@me"]]}}]},{"id":9813,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":96,"character":1}],"signatures":[{"id":9814,"name":"channelMessageReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":9815,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9816,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9817,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9807,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":85,"character":1}],"signatures":[{"id":9808,"name":"channelMessageUserReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/{user.id}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":9809,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9810,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9811,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9812,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9791,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":46,"character":1}],"signatures":[{"id":9792,"name":"channelMessages","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages`\n- POST `/channels/{channel.id}/messages`"},"parameters":[{"id":9793,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages"]]}}]},{"id":9825,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":121,"character":1}],"signatures":[{"id":9826,"name":"channelPermission","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/permissions/{overwrite.id}`\n- DELETE `/channels/{channel.id}/permissions/{overwrite.id}`"},"parameters":[{"id":9827,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9828,"name":"overwriteId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/permissions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9841,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":163,"character":1}],"signatures":[{"id":9842,"name":"channelPin","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/pins/{message.id}`\n- DELETE `/channels/{channel.id}/pins/{message.id}`"},"parameters":[{"id":9843,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9844,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9838,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":154,"character":1}],"signatures":[{"id":9839,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":9840,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins"]]}}]},{"id":9845,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":172,"character":1}],"signatures":[{"id":9846,"name":"channelRecipient","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/recipients/{user.id}`\n- DELETE `/channels/{channel.id}/recipients/{user.id}`"},"parameters":[{"id":9847,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9848,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/recipients/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9947,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":453,"character":1}],"signatures":[{"id":9948,"name":"channelThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/threads/archived/public`\n- GET `/channels/{channel.id}/threads/archived/private`"},"parameters":[{"id":9949,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9950,"name":"archivedStatus","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"literal","value":"public"},{"type":"literal","value":"private"}]}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads/archived/public"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads/archived/private"]]}]}}]},{"id":9835,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":146,"character":1}],"signatures":[{"id":9836,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":9837,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/typing"]]}}]},{"id":9975,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":549,"character":1}],"signatures":[{"id":9976,"name":"channelWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/webhooks`\n- POST `/channels/{channel.id}/webhooks`"},"parameters":[{"id":9977,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":9995,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":613,"character":1}],"signatures":[{"id":9996,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":9997,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":621,"character":1}],"signatures":[{"id":9998,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":9858,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":209,"character":1}],"signatures":[{"id":9859,"name":"guild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}`\n- PATCH `/guilds/{guild.id}`\n- DELETE `/guilds/{guild.id}`"},"parameters":[{"id":9860,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9944,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":444,"character":1}],"signatures":[{"id":9945,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":9946,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/threads/active"]]}}]},{"id":10036,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":736,"character":1}],"signatures":[{"id":10037,"name":"guildApplicationCommandsPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/permissions`"},"parameters":[{"id":10038,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10039,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/permissions"]]}}]},{"id":9785,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":27,"character":1}],"signatures":[{"id":9786,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":9787,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/audit-logs"]]}}]},{"id":9888,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":291,"character":1}],"signatures":[{"id":9889,"name":"guildBan","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans/{user.id}`\n- PUT `/guilds/{guild.id}/bans/{user.id}`\n- DELETE `/guilds/{guild.id}/bans/{user.id}`"},"parameters":[{"id":9890,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9891,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9885,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":281,"character":1}],"signatures":[{"id":9886,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":9887,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans"]]}}]},{"id":9864,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":227,"character":1}],"signatures":[{"id":9865,"name":"guildChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/channels`\n- POST `/guilds/{guild.id}/channels`\n- PATCH `/guilds/{guild.id}/channels`"},"parameters":[{"id":9866,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/channels"]]}}]},{"id":9877,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":264,"character":1}],"signatures":[{"id":9878,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`","tags":[{"tag":"deprecated","text":"Use {@link Routes.guildMember} instead.\n"}]},"parameters":[{"id":9879,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/@me/nick"]]}}]},{"id":9852,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":191,"character":1}],"signatures":[{"id":9853,"name":"guildEmoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis/{emoji.id}`\n- PATCH `/guilds/{guild.id}/emojis/{emoji.id}`\n- DELETE `/guilds/{guild.id}/emojis/{emoji.id}`"},"parameters":[{"id":9854,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9855,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9849,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":181,"character":1}],"signatures":[{"id":9850,"name":"guildEmojis","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis`\n- POST `/guilds/{guild.id}/emojis`"},"parameters":[{"id":9851,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis"]]}}]},{"id":9911,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":351,"character":1}],"signatures":[{"id":9912,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":9913,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9914,"name":"integrationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9908,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":343,"character":1}],"signatures":[{"id":9909,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":9910,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations"]]}}]},{"id":9905,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":335,"character":1}],"signatures":[{"id":9906,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":9907,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":9867,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":239,"character":1}],"signatures":[{"id":9868,"name":"guildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/{user.id}`\n- PUT `/guilds/{guild.id}/members/{user.id}`\n- PATCH `/guilds/{guild.id}/members/@me`\n- PATCH `/guilds/{guild.id}/members/{user.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}`"},"parameters":[{"id":9869,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9870,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9880,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":273,"character":1}],"signatures":[{"id":9881,"name":"guildMemberRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`"},"parameters":[{"id":9882,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9883,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9884,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10029,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":718,"character":1}],"signatures":[{"id":10030,"name":"guildMemberVerification","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/member-verification`\n- PATCH `/guilds/{guild.id}/member-verification`"},"parameters":[{"id":10031,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member-verification"]]}}]},{"id":9871,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":247,"character":1}],"signatures":[{"id":9872,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":9873,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members"]]}}]},{"id":9874,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":255,"character":1}],"signatures":[{"id":9875,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":9876,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/search"]]}}]},{"id":9861,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":217,"character":1}],"signatures":[{"id":9862,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":9863,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/preview"]]}}]},{"id":9899,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":319,"character":1}],"signatures":[{"id":9900,"name":"guildPrune","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/prune`\n- POST `/guilds/{guild.id}/prune`"},"parameters":[{"id":9901,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/prune"]]}}]},{"id":9895,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":310,"character":1}],"signatures":[{"id":9896,"name":"guildRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/roles/{role.id}`"},"parameters":[{"id":9897,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9898,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9892,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":301,"character":1}],"signatures":[{"id":9893,"name":"guildRoles","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/roles`\n- POST `/guilds/{guild.id}/roles`\n- PATCH `/guilds/{guild.id}/roles`"},"parameters":[{"id":9894,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles"]]}}]},{"id":10068,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":826,"character":1}],"signatures":[{"id":10069,"name":"guildScheduledEvent","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- PATCH `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- DELETE `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`"},"parameters":[{"id":10070,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10071,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10072,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":834,"character":1}],"signatures":[{"id":10073,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":10074,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10075,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events/"],[{"type":"intrinsic","name":"string"},"/users"]]}}]},{"id":10065,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":816,"character":1}],"signatures":[{"id":10066,"name":"guildScheduledEvents","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events`\n- POST `/guilds/{guild.id}/scheduled-events`"},"parameters":[{"id":10067,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events"]]}}]},{"id":10061,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":807,"character":1}],"signatures":[{"id":10062,"name":"guildSticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers/{sticker.id}`\n- PATCH `/guilds/{guild.id}/stickers/{sticker.id}`\n- DELETE `/guilds/{guild.id}/stickers/{sticker.id}`"},"parameters":[{"id":10063,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10064,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10058,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":797,"character":1}],"signatures":[{"id":10059,"name":"guildStickers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers`\n- POST `/guilds/{guild.id}/stickers`"},"parameters":[{"id":10060,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers"]]}}]},{"id":9936,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":421,"character":1}],"signatures":[{"id":9937,"name":"guildTemplate","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/templates/{template.code}`\n- PATCH `/guilds/{guild.id}/templates/{template.code}`\n- DELETE `/guilds/{guild.id}/templates/{template.code}`"},"parameters":[{"id":9938,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9939,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9933,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":411,"character":1}],"signatures":[{"id":9934,"name":"guildTemplates","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/templates`\n- POST `/guilds/{guild.id}/templates`"},"parameters":[{"id":9935,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates"]]}}]},{"id":9921,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":376,"character":1}],"signatures":[{"id":9922,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":9923,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/vanity-url"]]}}]},{"id":9902,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":327,"character":1}],"signatures":[{"id":9903,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":9904,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/regions"]]}}]},{"id":10032,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":727,"character":1}],"signatures":[{"id":10033,"name":"guildVoiceState","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/voice-states/@me`\n- PATCH `/guilds/{guild.id}/voice-states/{user.id}`"},"parameters":[{"id":10034,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10035,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/voice-states/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9978,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":557,"character":1}],"signatures":[{"id":9979,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":9980,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":10045,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":754,"character":1}],"signatures":[{"id":10046,"name":"guildWelcomeScreen","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/welcome-screen`\n- PATCH `/guilds/{guild.id}/welcome-screen`"},"parameters":[{"id":10047,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/welcome-screen"]]}}]},{"id":9924,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":384,"character":1}],"signatures":[{"id":9925,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":9926,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.png"]]}}]},{"id":9918,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":368,"character":1}],"signatures":[{"id":9919,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":9920,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.json"]]}}]},{"id":9915,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":360,"character":1}],"signatures":[{"id":9916,"name":"guildWidgetSettings","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget`\n- PATCH `/guilds/{guild.id}/widget`"},"parameters":[{"id":9917,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget"]]}}]},{"id":9856,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":199,"character":1}],"signatures":[{"id":9857,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":10025,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":709,"character":1}],"signatures":[{"id":10026,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":10027,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10028,"name":"interactionToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/interactions/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/callback"]]}}]},{"id":9927,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":393,"character":1}],"signatures":[{"id":9928,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":9929,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10056,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":788,"character":1}],"signatures":[{"id":10057,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":10003,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":645,"character":1}],"signatures":[{"id":10004,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":9999,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":629,"character":1}],"signatures":[{"id":10000,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"literal","value":"/oauth2/applications/@me"}}]},{"id":10001,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":637,"character":1}],"signatures":[{"id":10002,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":10005,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":653,"character":1}],"signatures":[{"id":10006,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":10007,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":661,"character":1}],"signatures":[{"id":10008,"name":"oauth2TokenRevocation","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token/revoke`"},"type":{"type":"literal","value":"/oauth2/token/revoke"}}]},{"id":10050,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":772,"character":1}],"signatures":[{"id":10051,"name":"stageInstance","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stage-instances/{channel.id}`\n- PATCH `/stage-instances/{channel.id}`\n- DELETE `/stage-instances/{channel.id}`"},"parameters":[{"id":10052,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stage-instances/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10048,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":762,"character":1}],"signatures":[{"id":10049,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":10053,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":780,"character":1}],"signatures":[{"id":10054,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":10055,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9930,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":402,"character":1}],"signatures":[{"id":9931,"name":"template","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/templates/{template.code}`\n- POST `/guilds/templates/{template.code}`"},"parameters":[{"id":9932,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/templates/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9954,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":474,"character":1}],"signatures":[{"id":9955,"name":"threadMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{thread.id}/thread-members`\n- GET `/channels/{thread.id}/thread-members/{user.id}`\n- PUT `/channels/{thread.id}/thread-members/@me`\n- PUT `/channels/{thread.id}/thread-members/{user.id}`\n- DELETE `/channels/{thread.id}/thread-members/@me`\n- DELETE `/channels/{thread.id}/thread-members/{user.id}`"},"parameters":[{"id":9956,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9957,"name":"userId","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/thread-members"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/thread-members/"],[{"type":"intrinsic","name":"string"},""]]}]}}]},{"id":9940,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":430,"character":1}],"signatures":[{"id":9941,"name":"threads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/threads`\n- POST `/channels/{channel.id}/messages/{message.id}/threads`"},"parameters":[{"id":9942,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9943,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/threads"]]}]}}]},{"id":9958,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":492,"character":1}],"signatures":[{"id":9959,"name":"user","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me`\n- GET `/users/{user.id}`\n- PATCH `/users/@me`"},"parameters":[{"id":9960,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/users/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9969,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":524,"character":1}],"signatures":[{"id":9970,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"literal","value":"/users/@me/channels"}}]},{"id":9971,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":532,"character":1}],"signatures":[{"id":9972,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"literal","value":"/users/@me/connections"}}]},{"id":9966,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":516,"character":1}],"signatures":[{"id":9967,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":9968,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9963,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":508,"character":1}],"signatures":[{"id":9964,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":9965,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member"]]}}]},{"id":9961,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":500,"character":1}],"signatures":[{"id":9962,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"literal","value":"/users/@me/guilds"}}]},{"id":9973,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":540,"character":1}],"signatures":[{"id":9974,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":9981,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":573,"character":1}],"signatures":[{"id":9982,"name":"webhook","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}`\n- GET `/webhooks/{webhook.id}/{webhook.token}`\n- PATCH `/webhooks/{webhook.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}`\n- DELETE `/webhooks/{webhook.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}`\n- POST `/webhooks/{webhook.id}/{webhook.token}`","text":"- POST `/webhooks/{application.id}/{interaction.token}`\n"},"parameters":[{"id":9983,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9984,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}]}}]},{"id":9985,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":596,"character":1}],"signatures":[{"id":9986,"name":"webhookMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`","text":"- PATCH `/webhooks/{application.id}/{interaction.token}/messages/@original`\n- PATCH `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n- DELETE `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n"},"parameters":[{"id":9987,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9988,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9989,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@original'"}],"type":{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":9990,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":605,"character":1}],"signatures":[{"id":9991,"name":"webhookPlatform","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/webhooks/{webhook.id}/{webhook.token}/github`\n- POST `/webhooks/{webhook.id}/{webhook.token}/slack`"},"parameters":[{"id":9992,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9993,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":9994,"name":"platform","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"literal","value":"github"},{"type":"literal","value":"slack"}]}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/github"]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/slack"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[10012,10040,10009,10020,10016,9788,9822,9832,9829,9951,9794,9818,9798,9802,9813,9807,9791,9825,9841,9838,9845,9947,9835,9975,9995,9997,9858,9944,10036,9785,9888,9885,9864,9877,9852,9849,9911,9908,9905,9867,9880,10029,9871,9874,9861,9899,9895,9892,10068,10072,10065,10061,10058,9936,9933,9921,9902,10032,9978,10045,9924,9918,9915,9856,10025,9927,10056,10003,9999,10001,10005,10007,10050,10048,10053,9930,9954,9940,9958,9969,9971,9966,9963,9961,9973,9981,9985,9990]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[8239,8236,10090,10091,8241,8240,10089,10744,10743,8237,7765]},{"title":"Enumerations","kind":8,"children":[8907,8882,8891,8735,9318,9405,9243,8267,8297,8355,8782,8815,8536,8747,9742,8682,7779,7812,7794,7767,8990,8993,9025,9016,8997,9000,9011,9209,9218,9213,9020,9005,9130,9094,9516,9490,9547,9153,8617,8622,8586,9568,8644,8852,9617,9641,9638,9665,8788,8654,8664,9712,9728,8549,9778]},{"title":"Interfaces","kind":256,"children":[8752,8739,8242,9227,9499,9293,9303,9311,9336,9361,9349,9330,9401,9353,9341,8264,8719,8281,8289,8346,9106,8744,9441,8756,8767,8774,8433,8730,10098,9273,9280,9527,9732,8668,8706,8715,8711,8698,8703,8689,8694,8826,9550,9189,8632,8837,8835,8841,8507,8946,9396,8448,10247,10259,9077,9100,9066,9144,9148,9051,9207,9220,8460,9136,9139,9109,9116,9120,9063,9097,9248,9255,9429,9505,9508,9511,9497,9513,9534,9620,8552,8610,9377,9384,9465,8763,9423,8613,9470,9502,9529,9483,8639,8429,8822,8934,8635,9593,9605,8791,8799,9609,9155,9625,9646,9654,9660,9668,9680,8441,8475,8805,8517,8665,8659,8647,8931,9696,9367,9374,8492,9172,9759,9765,8862,8917,8902,8898,7918,7984,7925,7992,8000,8003,8016,8024,8041,8033,8051,8056,7996,8183,7884,7879,7872,7877,8187,8190,8198,8069,7889,8076,8090,8107,8102,8118,8858,8846,8230,7901,7895,8209,8212,8202,8205,8141,8920,8925,8164,8227,8175,9745,8219,8222,8180,9480,9476,10676,10092,10155,10125,10227,10672,10360,10324,10328,10397,10400,10284,10460,10470,10445,10417,10420,10531,10538,10631,10589,10597,10543,10550,10583,10571,10194,10174,10482,10685,10407,10635,10617,10723,10559,10553,10602,10609,10579,10565,10526,10177]},{"title":"Type Aliases","kind":4194304,"children":[8819,9289,9420,9421,9419,9269,9291,9267,9268,9302,9266,9247,9290,9272,9292,9301,9309,9271,9317,9366,9264,9308,9310,9270,9316,9335,9365,8358,8378,8379,8369,8370,8396,8389,8421,8418,8423,8419,8408,8365,8386,8399,8398,8392,8428,8405,8424,8376,8397,8360,8364,8411,8425,8412,8413,8375,8417,8420,8394,8361,8409,8362,8400,8427,8422,8373,8403,8401,8395,8406,8388,8359,8407,8366,8387,8391,8384,8368,8415,8380,8372,8390,8367,8371,8393,8363,8426,8383,8416,8404,8385,8410,8414,8402,8377,8374,8382,8381,8781,8535,9287,9288,9286,9394,9395,9393,9386,8506,9225,9457,8491,10252,10253,8534,9093,9226,9459,9206,9224,9496,9524,9533,8820,9391,9392,9390,9469,8817,9462,9474,9475,9461,9464,9463,10132,8821,8818,9487,9488,9486,8490,9489,9645,9388,9389,9387,8905,8901,8906,8235,7911,7912,7915,7916,7909,7910,7917,7913,7914,7871,7987,7988,7983,7989,7990,7924,7981,7982,7991,7999,8002,8015,8019,8020,8023,7922,7923,8036,8037,8040,8032,8038,8039,8044,8045,8048,8049,8046,8047,8050,8055,7995,7979,7980,8186,8060,8061,8068,8064,8065,8073,8074,7894,8075,8089,8094,8095,8106,8101,8111,8112,8115,8116,8113,8114,8117,8096,8097,8123,8124,7900,7870,7908,7869,8125,8126,8127,8128,8129,8130,8140,8161,8162,8131,8132,8135,8136,8133,8134,8139,8159,8160,8163,8170,8171,8174,8172,8173,8179,10689,8440,8459,9422,10159,10153,10160,10173,10154,10193,10200,10206,10124,10225,10684,10369,10244,10412,10358,10357,10311,10396,10469,10647,10663,10523,10513,10536,10629,10707,10742,10708,10525,10477,10476,10498,10497,10097,10182,10158,10131,10130,10198,10103,10226,10230,10695,10688,10683,10664,10246,10245,10524,10364,10359,10312,10232,10231,10411,10410,10323,10423,10327,10331,10287,10286,10370,10462,10475,10447,10634,10633,10654,10322,10409,10696,10440,10422,10416,10413,10519,10509,10535,10537,10623,10630,10648,10665,10697,10734,10698,10666,10578,10493,10494,10501,10502,10104,10169,10161,10172,10123,10352,10349,10355,10667,10671,10315,10321,10239,10243,10288,10340,10348,10424,10429,10310,10386,10381,10385,10395,10463,10468,10641,10646,10661,10662,10430,10435,10436,10441,10444,10414,10415,10521,10520,10522,10511,10510,10512,10624,10628,10699,10704,10705,10738,10735,10741,10706,10491,10492,10499,10500,10196,10183,10192,10151,10147,10135,10150,10176,10207,10218,10219,10223,10197,10690,10694,10478,10687,10313,10314,10233,10238,10215,10212,10402,10371,10380,10448,10459,10640,10655,10659,10268,10283,10506,10505,10515,10514,10518,10622,10649,10653,10720,10731,10732,10733,10709,10726,10728,10729,10730,10727,10616,10582,10570,10528,10495,10496,10503,10504,10152,10181,10199,10201,10205,10224,10529,10530,10365,10368,10332,10339,10356,10660,8439]},{"title":"Variables","kind":32,"children":[9409,9782,7766,10084,10076,9783]}],"sources":[{"fileName":"v10.ts","line":1,"character":0}]},{"id":284,"name":"v6","kind":2,"kindString":"Module","flags":{},"children":[{"id":731,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":728,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":18},{"id":1649,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":227},{"id":1650,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":258},{"id":1648,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":729,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":1101,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1102,"name":"INSTANCE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":147,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1103,"name":"JOIN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":148,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1105,"name":"JOIN_REQUEST","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":150,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":1107,"name":"PLAY","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":152,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":1104,"name":"SPECTATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":149,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":1106,"name":"SYNC","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":151,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1102,1103,1105,1107,1104,1106]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":146,"character":12}]},{"id":1086,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1091,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":101,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":1090,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":100,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":1087,"name":"Game","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":96,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1089,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1088,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":97,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1091,1090,1087,1089,1088]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":95,"character":12}]},{"id":1662,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1663,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":34,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":1664,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":35,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":1665,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":36,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1663,1664,1665]}],"sources":[{"fileName":"rest/v6/channel.ts","line":33,"character":12}]},{"id":745,"name":"AuditLogEvent","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":761,"name":"BOT_ADD","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":65,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":747,"name":"CHANNEL_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":50,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":749,"name":"CHANNEL_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":52,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":750,"name":"CHANNEL_OVERWRITE_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":53,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":752,"name":"CHANNEL_OVERWRITE_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":55,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":751,"name":"CHANNEL_OVERWRITE_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":54,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":748,"name":"CHANNEL_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":51,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":771,"name":"EMOJI_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":79,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":773,"name":"EMOJI_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":81,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":772,"name":"EMOJI_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":80,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":746,"name":"GUILD_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":48,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":778,"name":"INTEGRATION_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":88,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":780,"name":"INTEGRATION_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":90,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":779,"name":"INTEGRATION_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":89,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":765,"name":"INVITE_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":71,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":767,"name":"INVITE_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":73,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":766,"name":"INVITE_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":72,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":755,"name":"MEMBER_BAN_ADD","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":59,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":756,"name":"MEMBER_BAN_REMOVE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":60,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":760,"name":"MEMBER_DISCONNECT","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":64,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":753,"name":"MEMBER_KICK","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":57,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":759,"name":"MEMBER_MOVE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":63,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":754,"name":"MEMBER_PRUNE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":58,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":758,"name":"MEMBER_ROLE_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":62,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":757,"name":"MEMBER_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":61,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":775,"name":"MESSAGE_BULK_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":84,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":774,"name":"MESSAGE_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":83,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":776,"name":"MESSAGE_PIN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":85,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":777,"name":"MESSAGE_UNPIN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":86,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":762,"name":"ROLE_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":67,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":764,"name":"ROLE_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":69,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":763,"name":"ROLE_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":68,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":768,"name":"WEBHOOK_CREATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":75,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":770,"name":"WEBHOOK_DELETE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":77,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":769,"name":"WEBHOOK_UPDATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":76,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[761,747,749,750,752,751,748,771,773,772,746,778,780,779,765,767,766,755,756,760,753,759,754,758,757,775,774,776,777,762,764,763,768,770,769]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":47,"character":12}]},{"id":790,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":791,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":"member"},"defaultValue":"\"member\""},{"id":792,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":166,"character":1}],"type":{"type":"literal","value":"role"},"defaultValue":"\"role\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[791,792]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":164,"character":12}]},{"id":870,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":872,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":48,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":874,"name":"GROUP_DM","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":50,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":875,"name":"GUILD_CATEGORY","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":51,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":876,"name":"GUILD_NEWS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":52,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":877,"name":"GUILD_STORE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":53,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":871,"name":"GUILD_TEXT","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":47,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":873,"name":"GUILD_VOICE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":49,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[872,874,875,876,877,871,873]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":46,"character":12}]},{"id":1423,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1425,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":79,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1424,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":78,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1425,1424]}],"sources":[{"fileName":"payloads/v6/user.ts","line":77,"character":12}]},{"id":976,"name":"EmbedType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-types","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*"},{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":981,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":236,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":980,"name":"GifV","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":235,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":978,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":233,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":982,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":237,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":977,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":232,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":979,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":234,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[981,980,978,982,977,979]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":231,"character":12}]},{"id":437,"name":"GatewayCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-close-event-codes","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":443,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":57,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":442,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":56,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":440,"name":"DecodeError","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":54,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":451,"name":"DisallowedIntents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":66,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":449,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":64,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":450,"name":"InvalidIntents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":65,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":444,"name":"InvalidSeq","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":59,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":447,"name":"InvalidShard","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":62,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":441,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":55,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":445,"name":"RateLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":60,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":446,"name":"SessionTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":61,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":448,"name":"ShardingRequired","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":63,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":438,"name":"UnknownError","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":52,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":439,"name":"UnknownOpCode","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":53,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[443,442,440,451,449,450,444,447,441,445,446,448,438,439]}],"sources":[{"fileName":"gateway/v6.ts","line":51,"character":12}]},{"id":492,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#commands-and-events-gateway-events","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":495,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":139,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":497,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":141,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":498,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":142,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":496,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":140,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":502,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":146,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":503,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":147,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":499,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":143,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":501,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":145,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":504,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":148,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":505,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":149,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":506,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":150,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":507,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":151,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":508,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":152,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":509,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":153,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":510,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":154,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":512,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":156,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":511,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":155,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":500,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":144,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":513,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":157,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":514,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":158,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":515,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":159,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":517,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":161,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":518,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":162,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":519,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":163,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":520,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":164,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":521,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":165,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":522,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":166,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":516,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":160,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":523,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":167,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":493,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":137,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":494,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":138,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":524,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":168,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":525,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":169,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":527,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":171,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":526,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":170,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":528,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":172,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[495,497,498,496,502,503,499,501,504,505,506,507,508,509,510,512,511,500,513,514,515,517,518,519,520,521,522,516,523,493,494,524,525,527,526,528]}],"sources":[{"fileName":"gateway/v6.ts","line":136,"character":12}]},{"id":476,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":489,"name":"DIRECT_MESSAGES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":127,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":490,"name":"DIRECT_MESSAGE_REACTIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":128,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":491,"name":"DIRECT_MESSAGE_TYPING","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":129,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":477,"name":"GUILDS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":115,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":479,"name":"GUILD_BANS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":117,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":480,"name":"GUILD_EMOJIS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":118,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":481,"name":"GUILD_INTEGRATIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":119,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":483,"name":"GUILD_INVITES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":121,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":478,"name":"GUILD_MEMBERS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":116,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":486,"name":"GUILD_MESSAGES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":124,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":487,"name":"GUILD_MESSAGE_REACTIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":125,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":488,"name":"GUILD_MESSAGE_TYPING","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":126,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":485,"name":"GUILD_PRESENCES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":123,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":484,"name":"GUILD_VOICE_STATES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":122,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":482,"name":"GUILD_WEBHOOKS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":120,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[489,490,491,477,479,480,481,483,478,486,487,488,485,484,482]}],"sources":[{"fileName":"gateway/v6.ts","line":114,"character":12}]},{"id":425,"name":"GatewayOPCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":426,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":33,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":427,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":34,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":436,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":44,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":435,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":43,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":428,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":35,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":434,"name":"InvalidSession","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":42,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":429,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":36,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":432,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":40,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":433,"name":"RequestGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":41,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":431,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":39,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":430,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":37,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[426,427,436,435,428,434,429,432,433,431,430]}],"sources":[{"fileName":"gateway/v6.ts","line":32,"character":12}]},{"id":1172,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1173,"name":"ALL_MESSAGES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":105,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1174,"name":"ONLY_MENTIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":106,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1173,1174]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":104,"character":12}]},{"id":1175,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1178,"name":"ALL_MEMBERS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":116,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1176,"name":"DISABLED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":114,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1177,"name":"MEMBERS_WITHOUT_ROLES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":115,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1178,1176,1177]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":113,"character":12}]},{"id":1196,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1197,"name":"ANIMATED_ICON","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":165,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":1198,"name":"BANNER","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":166,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":1199,"name":"COMMERCE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":167,"character":1}],"type":{"type":"literal","value":"COMMERCE"},"defaultValue":"\"COMMERCE\""},{"id":1200,"name":"COMMUNITY","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":168,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":1201,"name":"DISCOVERABLE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":169,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":1202,"name":"FEATURABLE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":170,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":1203,"name":"INVITE_SPLASH","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":171,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":1204,"name":"NEWS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":172,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":1205,"name":"PARTNERED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":173,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":1206,"name":"RELAY_ENABLED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":174,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":1207,"name":"VANITY_URL","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":175,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":1208,"name":"VERIFIED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":176,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":1209,"name":"VIP_REGIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":177,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":1210,"name":"WELCOME_SCREEN_ENABLED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":178,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":164,"character":12}]},{"id":1179,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1181,"name":"ELEVATED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":125,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1180,"name":"NONE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":124,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1181,1180]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":123,"character":12}]},{"id":1188,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1189,"name":"NONE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":145,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1190,"name":"TIER_1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":146,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1191,"name":"TIER_2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":147,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1192,"name":"TIER_3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":148,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1189,1190,1191,1192]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":144,"character":12}]},{"id":1193,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1194,"name":"SUPPRESS_JOIN_NOTIFICATIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":156,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1195,"name":"SUPPRESS_PREMIUM_SUBSCRIPTIONS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":157,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1194,1195]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":155,"character":12}]},{"id":1182,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1186,"name":"HIGH","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":136,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":1184,"name":"LOW","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":134,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1185,"name":"MEDIUM","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":135,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1183,"name":"NONE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":133,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1187,"name":"VERY_HIGH","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":137,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1186,1184,1185,1183,1187]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":132,"character":12}]},{"id":1265,"name":"GuildWidgetStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1266,"name":"Banner1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":293,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":1267,"name":"Banner2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":294,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":1268,"name":"Banner3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":295,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":1269,"name":"Banner4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":296,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":1270,"name":"Shield","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":297,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1266,1267,1268,1269,1270]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":292,"character":12}]},{"id":1249,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1251,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":254,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1250,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":253,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1251,1250]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":252,"character":12}]},{"id":1287,"name":"InviteTargetUserType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-target-user-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1288,"name":"STREAM","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":29,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1288]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":28,"character":12}]},{"id":937,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":938,"name":"JOIN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":148,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":941,"name":"JOIN_REQUEST","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":151,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":940,"name":"LISTEN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":150,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":939,"name":"SPECTATE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":149,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[938,941,940,939]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":147,"character":12}]},{"id":942,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":943,"name":"CROSSPOSTED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":159,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":944,"name":"IS_CROSSPOST","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":160,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":946,"name":"SOURCE_MESSAGE_DELETED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":162,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":945,"name":"SUPPRESS_EMBEDS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":161,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":947,"name":"URGENT","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":163,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[943,944,946,945,947]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":158,"character":12}]},{"id":906,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":910,"name":"CALL","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":96,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":919,"name":"CHANNEL_FOLLOW_ADD","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":105,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":912,"name":"CHANNEL_ICON_CHANGE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":98,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":911,"name":"CHANNEL_NAME_CHANGE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":97,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":913,"name":"CHANNEL_PINNED_MESSAGE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":99,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":907,"name":"DEFAULT","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":93,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":920,"name":"GUILD_DISCOVERY_DISQUALIFIED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":106,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":923,"name":"GUILD_DISCOVERY_GRACE_PERIOD_FINAL_WARNING","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":109,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":922,"name":"GUILD_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":108,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":921,"name":"GUILD_DISCOVERY_REQUALIFIED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":107,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":914,"name":"GUILD_MEMBER_JOIN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":100,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":908,"name":"RECIPIENT_ADD","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":94,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":909,"name":"RECIPIENT_REMOVE","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":95,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":915,"name":"USER_PREMIUM_GUILD_SUBSCRIPTION","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":101,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":916,"name":"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":102,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":917,"name":"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":103,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":918,"name":"USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":104,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[910,919,912,911,913,907,920,923,922,921,914,908,909,915,916,917,918]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":92,"character":12}]},{"id":959,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":960,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":199,"character":1}],"type":{"type":"literal","value":"member"},"defaultValue":"\"member\""},{"id":961,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":200,"character":1}],"type":{"type":"literal","value":"role"},"defaultValue":"\"role\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[960,961]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":198,"character":12}]},{"id":1064,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1065,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":57,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":1066,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":58,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":1067,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":59,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":1068,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":60,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":1069,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":61,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1065,1066,1067,1068,1069]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":56,"character":12}]},{"id":1377,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1379,"name":"ACCEPTED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":35,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1378,"name":"INVITED","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":34,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1379,1378]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":33,"character":12}]},{"id":1394,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1399,"name":"BugHunterLevel1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":36,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":1406,"name":"BugHunterLevel2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":43,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":1396,"name":"DiscordEmployee","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":33,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1398,"name":"DiscordHypeSquadEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":35,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":1403,"name":"EarlySupporter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":40,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":1408,"name":"EarlyVerifiedBotDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":45,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"},{"id":1402,"name":"HypeSquadHouseBalance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":39,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":1400,"name":"HypeSquadHouseBravery","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":37,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":1401,"name":"HypeSquadHouseBrilliance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":38,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":1395,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":32,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":1397,"name":"PartneredServerOwner","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":34,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1405,"name":"System","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":42,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":1404,"name":"TeamUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":41,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":1407,"name":"VerifiedBot","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":44,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1399,1406,1396,1398,1403,1408,1402,1400,1401,1395,1397,1405,1404,1407]}],"sources":[{"fileName":"payloads/v6/user.ts","line":31,"character":12}]},{"id":1409,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1412,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":55,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1411,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":54,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":1410,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":53,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1412,1411,1410]}],"sources":[{"fileName":"payloads/v6/user.ts","line":52,"character":12}]},{"id":464,"name":"VoiceCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-close-event-codes","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":468,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":97,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":467,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":96,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":473,"name":"Disconnected","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":105,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":466,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":95,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":471,"name":"ServerNotFound","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":102,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":469,"name":"SessionNoLongerValid","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":98,"character":1}],"type":{"type":"literal","value":4006},"defaultValue":"4006"},{"id":470,"name":"SessionTimeout","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":100,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":475,"name":"UnknownEncryptionMode","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":107,"character":1}],"type":{"type":"literal","value":4016},"defaultValue":"4016"},{"id":465,"name":"UnknownOpCode","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":93,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"},{"id":472,"name":"UnknownProtocol","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":103,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":474,"name":"VoiceServerCrashed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":106,"character":1}],"type":{"type":"literal","value":4015},"defaultValue":"4015"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[468,467,473,466,471,469,470,475,465,472,474]}],"sources":[{"fileName":"gateway/v6.ts","line":92,"character":12}]},{"id":452,"name":"VoiceOPCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-opcodes","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":463,"name":"ClientDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":85,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":456,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":77,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":459,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":80,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":461,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":82,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":453,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":74,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":455,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":76,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":460,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":81,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":462,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":83,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":454,"name":"SelectProtocol","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":75,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":457,"name":"SessionDescription","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":78,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":458,"name":"Speaking","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":79,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[463,456,459,461,453,455,460,462,454,457,458]}],"sources":[{"fileName":"gateway/v6.ts","line":73,"character":12}]},{"id":1458,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1460,"name":"ChannelFollower","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":32,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":1459,"name":"Incoming","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":31,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[1460,1459]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":30,"character":12}]},{"id":1666,"name":"APIAllowedMentionsSend","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1667,"name":"parse","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":44,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1662,"name":"AllowedMentionsTypes"}}},{"id":1668,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":45,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1669,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":46,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1667,1668,1669]}],"sources":[{"fileName":"rest/v6/channel.ts","line":43,"character":17}]},{"id":1303,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-application-information-response-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1309,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1310,"name":"bot_require_code_grant","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1318,"name":"cover_image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1307,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1315,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1306,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":15,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1304,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1305,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1311,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":20,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1316,"name":"primary_sku_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1308,"name":"rpc_origins","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":17,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1317,"name":"slug","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1312,"name":"summary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1314,"name":"team","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":23,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":1367,"name":"APITeam"}]}},{"id":1313,"name":"verify_key","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1309,1310,1318,1307,1315,1306,1304,1305,1311,1316,1308,1317,1312,1314,1313]}],"sources":[{"fileName":"payloads/v6/oauth2.ts","line":12,"character":17}]},{"id":1013,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1015,"name":"filename","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":318,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1019,"name":"height","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":322,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":1014,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":317,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1018,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":321,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1016,"name":"size","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":319,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1017,"name":"url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":320,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1020,"name":"width","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":323,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1015,1019,1014,1018,1016,1017,1020]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":316,"character":17}]},{"id":732,"name":"APIAuditLog","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":735,"name":"audit_log_entries","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":25,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":737,"name":"APIAuditLogEntry"}}},{"id":736,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":26,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1233,"name":"APIGuildIntegration"}}},{"id":734,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1380,"name":"APIUser"}}},{"id":733,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1446,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[735,736,734,733]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":22,"character":17}]},{"id":839,"name":"APIAuditLogChangeKeyID","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"The ID of the changed entity - sometimes used in conjunction with other keys","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":840,"name":"key","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":510,"character":1}],"type":{"type":"literal","value":"id"}},{"id":841,"name":"new_value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":511,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":842,"name":"old_value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":512,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[840,841,842]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":509,"character":17}]},{"id":737,"name":"APIAuditLogEntry","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":742,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":38,"character":1}],"type":{"type":"reference","id":745,"name":"AuditLogEvent"}},{"id":739,"name":"changes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":35,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":793,"name":"APIAuditLogChange"}}},{"id":741,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":743,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":39,"character":1}],"type":{"type":"reference","id":781,"name":"APIAuditLogOptions"}},{"id":744,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":738,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":34,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":740,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":36,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[742,739,741,743,744,738,740]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":33,"character":17}]},{"id":781,"name":"APIAuditLogOptions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":784,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- MEMBER_MOVE\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n- MESSAGE_DELETE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":786,"name":"count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- MESSAGE_DELETE\n- MESSAGE_BULK_DELETE\n- MEMBER_DISCONNECT\n- MEMBER_MOVE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":132,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":782,"name":"delete_member_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- MEMBER_PRUNE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":787,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":140,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":783,"name":"members_removed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- MEMBER_PRUNE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":785,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- MESSAGE_PIN\n- MESSAGE_UNPIN"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":123,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":789,"name":"role_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE","text":"**Present only if the {@link APIAuditLogOptions#type entry type} is \"role\"**\n"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":788,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE"},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":148,"character":1}],"type":{"type":"reference","id":790,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[784,786,782,787,783,785,789,788]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":97,"character":17}]},{"id":1262,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1263,"name":"reason","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":284,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1264,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":285,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1263,1264]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":283,"character":17}]},{"id":851,"name":"APIChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":865,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":859,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":852,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":863,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":35,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":868,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":848,"name":"APIPartialChannel.id"}},{"id":858,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":30,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":867,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":855,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","id":850,"name":"APIPartialChannel.name"}},{"id":857,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":864,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":866,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":854,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":26,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":952,"name":"APIOverwrite"}}},{"id":853,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":861,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":862,"name":"recipients","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":34,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1380,"name":"APIUser"}}},{"id":856,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":28,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":869,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":870,"name":"ChannelType"},"inheritedFrom":{"type":"reference","id":849,"name":"APIPartialChannel.type"}},{"id":860,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[865,859,852,863,868,858,867,855,857,864,866,854,853,861,862,856,869,860]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":23,"character":17}],"extendedTypes":[{"type":"reference","id":847,"name":"APIPartialChannel"}]},{"id":1021,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1023,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1022,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":331,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1025,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":334,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1024,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":333,"character":1}],"type":{"type":"reference","id":870,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1023,1022,1025,1024]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":330,"character":17}]},{"id":1413,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1420,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1414,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1418,"name":"integrations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":1233,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":1415,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1417,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1421,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1416,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1419,"name":"verified","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1422,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":71,"character":1}],"type":{"type":"reference","id":1423,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[1420,1414,1418,1415,1417,1421,1416,1419,1422]}],"sources":[{"fileName":"payloads/v6/user.ts","line":62,"character":17}]},{"id":962,"name":"APIEmbed","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":974,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":222,"character":1}],"type":{"type":"reference","id":1000,"name":"APIEmbedAuthor"}},{"id":968,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":965,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":213,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":975,"name":"fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":223,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1009,"name":"APIEmbedField"}}},{"id":969,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":217,"character":1}],"type":{"type":"reference","id":1005,"name":"APIEmbedFooter"}},{"id":970,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":218,"character":1}],"type":{"type":"reference","id":992,"name":"APIEmbedImage"}},{"id":973,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":221,"character":1}],"type":{"type":"reference","id":997,"name":"APIEmbedProvider"}},{"id":971,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":219,"character":1}],"type":{"type":"reference","id":983,"name":"APIEmbedThumbnail"}},{"id":967,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":963,"name":"title","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":208,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":964,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n"}]},"sources":[{"fileName":"payloads/v6/channel.ts","line":212,"character":1}],"type":{"type":"reference","id":976,"name":"EmbedType"}},{"id":966,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":214,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":972,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":988,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[974,968,965,975,969,970,973,971,967,963,964,966,972]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":207,"character":17}]},{"id":1000,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1003,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":288,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1001,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":286,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1004,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":289,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1002,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":287,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1003,1001,1004,1002]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":285,"character":17}]},{"id":1009,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1012,"name":"inline","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":309,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1010,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":307,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1011,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":308,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1012,1010,1011]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":306,"character":17}]},{"id":1005,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1007,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":298,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1008,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":299,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1006,"name":"text","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":297,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1007,1008,1006]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":296,"character":17}]},{"id":992,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":995,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":268,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":994,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":267,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":993,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":266,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":996,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":269,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[995,994,993,996]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":265,"character":17}]},{"id":997,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":998,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":999,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":278,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[998,999]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":276,"character":17}]},{"id":983,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":986,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":247,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":985,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":984,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":245,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":987,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":248,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[986,985,984,987]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":244,"character":17}]},{"id":988,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":990,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":257,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":989,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":256,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":991,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":258,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[990,989,991]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":255,"character":17}]},{"id":1033,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1041,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":1032,"name":"APIPartialEmoji.animated"}},{"id":1038,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1039,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/emoji.ts","line":12,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":1030,"name":"APIPartialEmoji.id"}},{"id":1037,"name":"managed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1040,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/emoji.ts","line":13,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":1031,"name":"APIPartialEmoji.name"}},{"id":1036,"name":"require_colons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1034,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":22,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1035,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":23,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1041,1038,1039,1037,1040,1036,1034,1035]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":21,"character":17}],"extendedTypes":[{"type":"reference","id":1029,"name":"APIPartialEmoji"}]},{"id":1289,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1302,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":1286,"name":"APIInvite.approximate_member_count"}},{"id":1301,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":1285,"name":"APIInvite.approximate_presence_count"}},{"id":1297,"name":"channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":16,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":847,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"inheritedFrom":{"type":"reference","id":1281,"name":"APIInvite.channel"}},{"id":1295,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":1279,"name":"APIInvite.code"}},{"id":1294,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1296,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1111,"name":"APIPartialGuild"},"inheritedFrom":{"type":"reference","id":1280,"name":"APIInvite.guild"}},{"id":1298,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1282,"name":"APIInvite.inviter"}},{"id":1292,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1291,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1299,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1283,"name":"APIInvite.target_user"}},{"id":1300,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":19,"character":1}],"type":{"type":"reference","id":1288,"name":"STREAM"},"inheritedFrom":{"type":"reference","id":1284,"name":"APIInvite.target_user_type"}},{"id":1293,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1290,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1302,1301,1297,1295,1294,1296,1298,1292,1291,1299,1300,1293,1290]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":36,"character":17}],"extendedTypes":[{"type":"reference","id":1278,"name":"APIInvite"}]},{"id":1026,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1027,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":341,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1028,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":342,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1027,1028]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":340,"character":17}]},{"id":1044,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1046,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":22,"character":1}],"type":{"type":"reference","id":1048,"name":"APIGatewaySessionStartLimit"}},{"id":1045,"name":"shards","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1047,"name":"url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":1043,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[1046,1045,1047]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":20,"character":17}],"extendedTypes":[{"type":"reference","id":1042,"name":"APIGatewayInfo"}]},{"id":1042,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1043,"name":"url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1043]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":1044,"name":"APIGatewayBotInfo"}]},{"id":1048,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1050,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1051,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1049,"name":"total","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1050,1051,1049]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":29,"character":17}]},{"id":1123,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1130,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":49,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1131,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1141,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1164,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Returned by calling GET `/guilds/{guild.id}` with the query `with_counts` set to `true`"},"sources":[{"fileName":"payloads/v6/guild.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1165,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Returned by calling GET `/guilds/{guild.id}` with the query `with_counts` set to `true`"},"sources":[{"fileName":"payloads/v6/guild.ts","line":96,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1158,"name":"banner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":1115,"name":"APIPartialGuild.banner"}},{"id":1152,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":77,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":851,"name":"APIChannel"}}},{"id":1135,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":60,"character":1}],"type":{"type":"reference","id":1172,"name":"GuildDefaultMessageNotifications"}},{"id":1157,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":1116,"name":"APIPartialGuild.description"}},{"id":1124,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1133,"name":"embed_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"deprecated","text":"Use `widget_channel_id` instead\n"}]},"sources":[{"fileName":"payloads/v6/guild.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1132,"name":"embed_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"deprecated","text":"Use `widget_enabled` instead\n"}]},"sources":[{"fileName":"payloads/v6/guild.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1138,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":63,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1033,"name":"APIEmoji"}}},{"id":1136,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":61,"character":1}],"type":{"type":"reference","id":1175,"name":"GuildExplicitContentFilter"}},{"id":1139,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1196,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":1117,"name":"APIPartialGuild.features"}},{"id":1168,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":1113,"name":"APIPartialGuild.icon"}},{"id":1171,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":1121,"name":"APIPartialGuild.id"}},{"id":1147,"name":"joined_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1148,"name":"large","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":73,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1155,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1154,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":79,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":1163,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":88,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1149,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1151,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1225,"name":"APIGuildMember"}}},{"id":1140,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":65,"character":1}],"type":{"type":"reference","id":1179,"name":"GuildMFALevel"}},{"id":1167,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":1112,"name":"APIPartialGuild.name"}},{"id":1125,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1126,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1127,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"deprecated","text":"Use `permissions_new` instead\n"}]},"sources":[{"fileName":"payloads/v6/guild.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1128,"name":"permissions_new","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1161,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1160,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1159,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":84,"character":1}],"type":{"type":"reference","id":1188,"name":"GuildPremiumTier"}},{"id":1153,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1052,"name":"GatewayPresenceUpdate"}}},{"id":1162,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":87,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1129,"name":"region","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1137,"name":"roles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1352,"name":"APIRole"}}},{"id":1146,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1169,"name":"splash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":27,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":1114,"name":"APIPartialGuild.splash"}},{"id":1145,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":70,"character":1}],"type":{"type":"reference","id":1193,"name":"GuildSystemChannelFlags"}},{"id":1144,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1170,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":1120,"name":"APIPartialGuild.unavailable"}},{"id":1156,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":81,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":1119,"name":"APIPartialGuild.vanity_url_code"}},{"id":1134,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":59,"character":1}],"type":{"type":"reference","id":1182,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":1118,"name":"APIPartialGuild.verification_level"}},{"id":1150,"name":"voice_states","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":75,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":1426,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":1166,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1271,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":1122,"name":"APIPartialGuild.welcome_screen"}},{"id":1143,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":68,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1142,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1130,1131,1141,1164,1165,1158,1152,1135,1157,1124,1133,1132,1138,1136,1139,1168,1171,1147,1148,1155,1154,1163,1149,1151,1140,1167,1125,1126,1127,1128,1161,1160,1159,1153,1162,1129,1137,1146,1169,1145,1144,1170,1156,1134,1150,1166,1143,1142]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":39,"character":17}],"extendedTypes":[{"type":"reference","id":1111,"name":"APIPartialGuild"}]},{"id":1769,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1771,"name":"allow","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":218,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":1729,"name":"RESTPutAPIChannelPermissionsJSONBody.allow"}},{"id":1772,"name":"deny","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":219,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":1730,"name":"RESTPutAPIChannelPermissionsJSONBody.deny"}},{"id":1770,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1773,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":959,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":1731,"name":"RESTPutAPIChannelPermissionsJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[1771,1772,1770,1773]}],"sources":[{"fileName":"rest/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":1728,"name":"RESTPutAPIChannelPermissionsJSONBody"}]},{"id":1780,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1784,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":307,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":1875,"name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":1785,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":308,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","id":1876,"name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":1781,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":44,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1786,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":309,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","id":1877,"name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":1782,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":305,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":1873,"name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":1783,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":1874,"name":"RESTPostAPIGuildRoleJSONBody.permissions"}}],"groups":[{"title":"Properties","kind":1024,"children":[1784,1785,1781,1786,1782,1783]}],"sources":[{"fileName":"rest/v6/guild.ts","line":43,"character":17}],"extendedTypes":[{"type":"reference","id":1872,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":1233,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1244,"name":"account","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":241,"character":1}],"type":{"type":"reference","id":1252,"name":"APIIntegrationAccount"}},{"id":1248,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":245,"character":1}],"type":{"type":"reference","id":1255,"name":"APIGuildIntegrationApplication"}},{"id":1240,"name":"enable_emoticons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":237,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1237,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":234,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1241,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":238,"character":1}],"type":{"type":"reference","id":1249,"name":"IntegrationExpireBehavior"}},{"id":1242,"name":"expire_grace_period","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":239,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1234,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":231,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1235,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1247,"name":"revoked","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1239,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1246,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":243,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1245,"name":"synced_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":242,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1238,"name":"syncing","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":235,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1236,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1243,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":240,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1244,1248,1240,1237,1241,1242,1234,1235,1247,1239,1246,1245,1238,1236,1243]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":230,"character":17}]},{"id":1255,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1261,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":276,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1259,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":274,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1258,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":273,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1256,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1257,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":272,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1260,"name":"summary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":275,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1261,1259,1258,1256,1257,1260]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":270,"character":17}]},{"id":1225,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1231,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1229,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":220,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1232,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":223,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1227,"name":"nick","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":218,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1230,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":221,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1228,"name":"roles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":219,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1226,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":217,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1231,1229,1232,1227,1230,1228,1226]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":216,"character":17}]},{"id":1211,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1219,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1220,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1216,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":190,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1217,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":191,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1033,"name":"APIEmoji"}}},{"id":1218,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":192,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1196,"name":"GuildFeature"}}},{"id":1214,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":188,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1212,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1213,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1215,"name":"splash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":189,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1219,1220,1216,1217,1218,1214,1212,1213,1215]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":185,"character":17}]},{"id":1271,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1272,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":304,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1273,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":305,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1274,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1272,1273]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":303,"character":17}]},{"id":1274,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1275,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":312,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1276,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":313,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1277,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":314,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1275,1276,1277]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":311,"character":17}]},{"id":1222,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1224,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":209,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1223,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":208,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1224,1223]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":207,"character":17}]},{"id":1252,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1253,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":262,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1254,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":263,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1253,1254]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":261,"character":17}]},{"id":1278,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1286,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1285,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1281,"name":"channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":16,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":847,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":1279,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1280,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1111,"name":"APIPartialGuild"}},{"id":1282,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1283,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1284,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":19,"character":1}],"type":{"type":"reference","id":1288,"name":"STREAM"}}],"groups":[{"title":"Properties","kind":1024,"children":[1286,1285,1281,1279,1280,1282,1283,1284]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":1289,"name":"APIExtendedInvite"}]},{"id":878,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":901,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":81,"character":1}],"type":{"type":"reference","id":924,"name":"APIMessageActivity"}},{"id":902,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":82,"character":1}],"type":{"type":"reference","id":927,"name":"APIMessageApplication"}},{"id":894,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1013,"name":"APIAttachment"}}},{"id":882,"name":"author","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":64,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":880,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":884,"name":"content","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":886,"name":"edited_timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":68,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":895,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":75,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":962,"name":"APIEmbed"}}},{"id":904,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":84,"character":1}],"type":{"type":"reference","id":942,"name":"MessageFlags"}},{"id":881,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":879,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":883,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":65,"character":1}],"type":{"type":"reference","id":1225,"name":"APIGuildMember"}},{"id":893,"name":"mention_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1021,"name":"APIChannelMention"}}},{"id":888,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":892,"name":"mention_roles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":889,"name":"mentions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":71,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":1380,"name":"APIUser"},{"type":"reflection","declaration":{"id":890,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":891,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":71,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1225,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[891]}]}}]}}},{"id":903,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":83,"character":1}],"type":{"type":"reference","id":933,"name":"APIMessageReference"}},{"id":897,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":77,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":898,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":896,"name":"reactions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":948,"name":"APIReaction"}}},{"id":905,"name":"referenced_message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":85,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":878,"name":"APIMessage"}]}},{"id":885,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":887,"name":"tts","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":900,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":80,"character":1}],"type":{"type":"reference","id":906,"name":"MessageType"}},{"id":899,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[901,902,894,882,880,884,886,895,904,881,879,883,893,888,892,889,903,897,898,896,905,885,887,900,899]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":60,"character":17}]},{"id":924,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":926,"name":"party_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":925,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":117,"character":1}],"type":{"type":"reference","id":937,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[926,925]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":116,"character":17}]},{"id":927,"name":"APIMessageApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-application-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":929,"name":"cover_image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":930,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":931,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":129,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":928,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":932,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[929,930,931,928,932]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":125,"character":17}]},{"id":933,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":935,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":936,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":140,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":934,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[935,936,934]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":137,"character":17}]},{"id":952,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":955,"name":"allow","kind":1024,"kindString":"Property","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `allow_new` instead\n"}]},"sources":[{"fileName":"payloads/v6/channel.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":956,"name":"allow_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":957,"name":"deny","kind":1024,"kindString":"Property","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `deny_new` instead\n"}]},"sources":[{"fileName":"payloads/v6/channel.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":958,"name":"deny_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":953,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":954,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":182,"character":1}],"type":{"type":"reference","id":959,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[955,956,957,958,953,954]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":180,"character":17}]},{"id":1657,"name":"APIOverwriteSend","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1660,"name":"allow","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1661,"name":"deny","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1658,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1659,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":24,"character":1}],"type":{"type":"reference","id":959,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1660,1661,1658,1659]}],"sources":[{"fileName":"rest/v6/channel.ts","line":22,"character":17}]},{"id":847,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":848,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":850,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":849,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":870,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[848,850,849]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":851,"name":"APIChannel"}]},{"id":1029,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1032,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1030,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/emoji.ts","line":12,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1031,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/emoji.ts","line":13,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1032,1030,1031]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":11,"character":17}],"extendedBy":[{"type":"reference","id":1033,"name":"APIEmoji"}]},{"id":1111,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1115,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":28,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1116,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1117,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":30,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1196,"name":"GuildFeature"}}},{"id":1113,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1121,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":1112,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1114,"name":"splash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":27,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1120,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1119,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":32,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1118,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":31,"character":1}],"type":{"type":"reference","id":1182,"name":"GuildVerificationLevel"}},{"id":1122,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1271,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[1115,1116,1117,1113,1121,1112,1114,1120,1119,1118,1122]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":1108,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":1123,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":1123,"name":"APIGuild"}]},{"id":948,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":949,"name":"count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":951,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":173,"character":1}],"type":{"type":"reference","id":1029,"name":"APIPartialEmoji"}},{"id":950,"name":"me","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":172,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[949,951,950]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":170,"character":17}]},{"id":1352,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1355,"name":"color","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1356,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1353,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1360,"name":"managed","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1361,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1354,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1358,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `permissions_new` instead\n"}]},"sources":[{"fileName":"payloads/v6/permissions.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1359,"name":"permissions_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1357,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1362,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":71,"character":1}],"type":{"type":"reference","id":1363,"name":"APIRoleTags"}}],"groups":[{"title":"Properties","kind":1024,"children":[1355,1356,1353,1360,1361,1354,1358,1359,1357,1362]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":58,"character":17}]},{"id":1363,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1364,"name":"bot_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1366,"name":"integration_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1365,"name":"premium_subscriber","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":79,"character":1}],"type":{"type":"literal","value":null}}],"groups":[{"title":"Properties","kind":1024,"children":[1364,1366,1365]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":77,"character":17}]},{"id":1367,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1369,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":13,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1368,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1370,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":14,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1372,"name":"APITeamMember"}}},{"id":1371,"name":"owner_user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1369,1368,1370,1371]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":11,"character":17}]},{"id":1372,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-members-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1373,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":23,"character":1}],"type":{"type":"reference","id":1377,"name":"TeamMemberMembershipState"}},{"id":1374,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1375,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1376,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":26,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1373,1374,1375,1376]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":22,"character":17}]},{"id":1108,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1109,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1110,"name":"unavailable","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1109,1110]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":16,"character":17}]},{"id":1380,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1384,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":15,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1385,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1383,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1390,"name":"email","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1391,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":22,"character":1}],"type":{"type":"reference","id":1394,"name":"UserFlags"}},{"id":1381,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1388,"name":"locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1387,"name":"mfa_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1392,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":23,"character":1}],"type":{"type":"reference","id":1409,"name":"UserPremiumType"}},{"id":1393,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":24,"character":1}],"type":{"type":"reference","id":1394,"name":"UserFlags"}},{"id":1386,"name":"system","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1382,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1389,"name":"verified","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1384,1385,1383,1390,1391,1381,1388,1387,1392,1393,1386,1382,1389]}],"sources":[{"fileName":"payloads/v6/user.ts","line":11,"character":17}]},{"id":1439,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1445,"name":"custom","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1444,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1440,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1441,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1443,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1442,"name":"vip","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1445,1444,1440,1441,1443,1442]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":30,"character":17}]},{"id":1446,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1457,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1453,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1450,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1449,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1447,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1452,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":19,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1456,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":23,"character":1}],"type":{"type":"reference","id":847,"name":"APIPartialChannel"}},{"id":1455,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":22,"character":1}],"type":{"type":"reference","id":1111,"name":"APIPartialGuild"}},{"id":1454,"name":"token","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1448,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":15,"character":1}],"type":{"type":"reference","id":1458,"name":"WebhookType"}},{"id":1451,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":18,"character":1}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1457,1453,1450,1449,1447,1452,1456,1455,1454,1448,1451]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":13,"character":17}]},{"id":1071,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1077,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1082,"name":"assets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":85,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1075,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1078,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":81,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1080,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":83,"character":1}],"type":{"type":"reference","id":1095,"name":"GatewayActivityEmoji"}},{"id":1085,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":88,"character":1}],"type":{"type":"reference","id":1101,"name":"ActivityFlags"}},{"id":1084,"name":"instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1072,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1081,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":84,"character":1}],"type":{"type":"reference","id":1096,"name":"GatewayActivityParty"}},{"id":1083,"name":"secrets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":86,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"match"},{"type":"literal","value":"join"},{"type":"literal","value":"spectate"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1079,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1076,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":79,"character":1}],"type":{"type":"reference","id":1092,"name":"GatewayActivityTimestamps"}},{"id":1073,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":76,"character":1}],"type":{"type":"reference","id":1086,"name":"ActivityType"}},{"id":1074,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":77,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1077,1082,1075,1078,1080,1085,1084,1072,1081,1083,1079,1076,1073,1074]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":74,"character":17}]},{"id":1096,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-party","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1097,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":124,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1098,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":125,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"currentSize","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"maxSize","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1097,1098]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":123,"character":17}]},{"id":1092,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1094,"name":"end","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1093,"name":"start","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":109,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1094,1093]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":108,"character":17}]},{"id":676,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":678,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":677,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":672,"character":1}],"type":{"type":"reference","id":427,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[678,677]}],"sources":[{"fileName":"gateway/v6.ts","line":671,"character":17}]},{"id":542,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating-example-gateway-heartbeat-ack","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":544,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":260,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":543,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":259,"character":1}],"type":{"type":"reference","id":436,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":545,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":775,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}}],"groups":[{"title":"Properties","kind":1024,"children":[544,543,545]}],"sources":[{"fileName":"gateway/v6.ts","line":258,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":538,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":540,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":251,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":539,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":250,"character":1}],"type":{"type":"reference","id":427,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":541,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":775,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}}],"groups":[{"title":"Properties","kind":1024,"children":[540,539,541]}],"sources":[{"fileName":"gateway/v6.ts","line":249,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":532,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":534,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":240,"character":1}],"type":{"type":"reflection","declaration":{"id":535,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":536,"name":"heartbeat_interval","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":241,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[536]}]}},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":533,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":239,"character":1}],"type":{"type":"reference","id":435,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":537,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":775,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}}],"groups":[{"title":"Properties","kind":1024,"children":[534,533,537]}],"sources":[{"fileName":"gateway/v6.ts","line":238,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":683,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":685,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":692,"character":1}],"type":{"type":"reflection","declaration":{"id":686,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":689,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":695,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":693,"name":"guild_subscriptions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":699,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":694,"name":"intents","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":700,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":690,"name":"large_threshold","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":696,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":692,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":698,"character":2}],"type":{"type":"reference","id":1052,"name":"GatewayPresenceUpdate"}},{"id":688,"name":"properties","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":694,"character":2}],"type":{"type":"reference","id":679,"name":"GatewayIdentifyProperties"}},{"id":691,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":697,"character":2}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":687,"name":"token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":693,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[689,693,694,690,692,688,691,687]}]}}},{"id":684,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":691,"character":1}],"type":{"type":"reference","id":428,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[685,684]}],"sources":[{"fileName":"gateway/v6.ts","line":690,"character":17}]},{"id":679,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":681,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":682,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":682,"name":"$device","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":683,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":680,"name":"$os","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":681,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[681,682,680]}],"sources":[{"fileName":"gateway/v6.ts","line":680,"character":17}]},{"id":546,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":548,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":269,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":547,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":268,"character":1}],"type":{"type":"reference","id":434,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":549,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":775,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}}],"groups":[{"title":"Properties","kind":1024,"children":[548,547,549]}],"sources":[{"fileName":"gateway/v6.ts","line":267,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":1052,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update-presence-update-event-fields","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1060,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":47,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1071,"name":"GatewayActivity"}}},{"id":1061,"name":"client_status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":48,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"desktop"},{"type":"literal","value":"mobile"},{"type":"literal","value":"web"}]},{"type":"reference","id":1064,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1057,"name":"game","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":44,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":1071,"name":"GatewayActivity"}]}},{"id":1058,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1063,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":50,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1062,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":49,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1056,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":43,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":1059,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":46,"character":1}],"type":{"type":"reference","id":1064,"name":"PresenceUpdateStatus"}},{"id":1053,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":40,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":1380,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reflection","declaration":{"id":1054,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1055,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":41,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1055]}]}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1060,1061,1057,1058,1063,1062,1056,1059,1053]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":39,"character":17}]},{"id":723,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-status-gateway-status-update-structure","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":727,"name":"afk","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":764,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":725,"name":"game","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":762,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":1071,"name":"GatewayActivity"}]}},{"id":724,"name":"since","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":761,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":726,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":763,"character":1}],"type":{"type":"reference","id":1064,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[727,725,724,726]}],"sources":[{"fileName":"gateway/v6.ts","line":760,"character":17}]},{"id":550,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#reconnect","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":552,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":278,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":551,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":277,"character":1}],"type":{"type":"reference","id":432,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":553,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":775,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}}],"groups":[{"title":"Properties","kind":1024,"children":[552,551,553]}],"sources":[{"fileName":"gateway/v6.ts","line":276,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":702,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":704,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":723,"character":1}],"type":{"type":"reflection","declaration":{"id":705,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":706,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":724,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}},{"id":708,"name":"limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":726,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":711,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":729,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":709,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":727,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":707,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":725,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":710,"name":"user_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":728,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[706,708,711,709,707,710]}]}}},{"id":703,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":722,"character":1}],"type":{"type":"reference","id":433,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[704,703]}],"sources":[{"fileName":"gateway/v6.ts","line":721,"character":17}]},{"id":695,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":697,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":710,"character":1}],"type":{"type":"reflection","declaration":{"id":698,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":701,"name":"seq","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":713,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":700,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":712,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":699,"name":"token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":711,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[701,700,699]}]}}},{"id":696,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":709,"character":1}],"type":{"type":"reference","id":431,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[697,696]}],"sources":[{"fileName":"gateway/v6.ts","line":708,"character":17}]},{"id":720,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-status","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":722,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":753,"character":1}],"type":{"type":"reference","id":723,"name":"GatewayPresenceUpdateData"}},{"id":721,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":752,"character":1}],"type":{"type":"reference","id":429,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[722,721]}],"sources":[{"fileName":"gateway/v6.ts","line":751,"character":17}]},{"id":1426,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1428,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":13,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1432,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1427,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/voice.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1430,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/voice.ts","line":15,"character":1}],"type":{"type":"reference","id":1225,"name":"APIGuildMember"}},{"id":1433,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1434,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1435,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1436,"name":"self_stream","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/voice.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1437,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1431,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1438,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1429,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1428,1432,1427,1430,1433,1434,1435,1436,1437,1431,1438,1429]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":11,"character":17}]},{"id":712,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":714,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":739,"character":1}],"type":{"type":"reflection","declaration":{"id":715,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":717,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":741,"character":2}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":716,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":740,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":719,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":743,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":718,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":742,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[717,716,719,718]}]}}},{"id":713,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":738,"character":1}],"type":{"type":"reference","id":430,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[714,713]}],"sources":[{"fileName":"gateway/v6.ts","line":737,"character":17}]},{"id":2025,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2030,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":47,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1196,"name":"GuildFeature"}}},{"id":2028,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2026,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2027,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2029,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2031,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `permissions_new` instead\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2032,"name":"permissions_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2030,2028,2026,2027,2029,2031,2032]}],"sources":[{"fileName":"rest/v6/user.ts","line":42,"character":17}]},{"id":1651,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1653,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":9,"character":1}],"type":{"type":"reference","id":745,"name":"AuditLogEvent"}},{"id":1654,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1655,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1652,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1653,1654,1655,1652]}],"sources":[{"fileName":"rest/v6/auditLog.ts","line":7,"character":17}]},{"id":1717,"name":"RESTGetAPIChannelMessageReactionsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-reactions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1719,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":176,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1718,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":175,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1720,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":177,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1719,1718,1720]}],"sources":[{"fileName":"rest/v6/channel.ts","line":174,"character":17}]},{"id":1683,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1686,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1684,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1685,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":88,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1687,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1686,1684,1685,1687]}],"sources":[{"fileName":"rest/v6/channel.ts","line":86,"character":17}]},{"id":2021,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2023,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/user.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2022,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/user.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2024,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/user.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2023,2022,2024]}],"sources":[{"fileName":"rest/v6/user.ts","line":33,"character":17}]},{"id":1905,"name":"RESTGetAPIGuildIntegrationsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-integrations","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1906,"name":"include_applications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":410,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1906]}],"sources":[{"fileName":"rest/v6/guild.ts","line":409,"character":17}]},{"id":1836,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1838,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":176,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1837,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":175,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1838,1837]}],"sources":[{"fileName":"rest/v6/guild.ts","line":174,"character":17}]},{"id":1840,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1842,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":189,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1841,"name":"query","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":188,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1842,1841]}],"sources":[{"fileName":"rest/v6/guild.ts","line":187,"character":17}]},{"id":1892,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1893,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":359,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1894,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"While this is typed as a string, it represents an array of\nrole IDs delimited by commas.","tags":[{"tag":"see","text":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count-query-string-params\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":366,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1893,1894]}],"sources":[{"fileName":"rest/v6/guild.ts","line":358,"character":17}]},{"id":1895,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1896,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":373,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1896]}],"sources":[{"fileName":"rest/v6/guild.ts","line":372,"character":17}]},{"id":1800,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1801,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1801]}],"sources":[{"fileName":"rest/v6/guild.ts","line":74,"character":17}]},{"id":1925,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1926,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":499,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1927,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":500,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1926,1927]}],"sources":[{"fileName":"rest/v6/guild.ts","line":498,"character":17}]},{"id":1928,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1929,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":508,"character":1}],"type":{"type":"reference","id":1265,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[1929]}],"sources":[{"fileName":"rest/v6/guild.ts","line":507,"character":17}]},{"id":1931,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1932,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/invite.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1932]}],"sources":[{"fileName":"rest/v6/invite.ts","line":7,"character":17}]},{"id":1987,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1988,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1992,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":136,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1991,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1990,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The required permissions bitfield, stringified"},"sources":[{"fileName":"rest/v6/oauth2.ts","line":134,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1994,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1993,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1989,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"This assumes you include the `bot` scope alongside others (like `identify` for example)"},"sources":[{"fileName":"rest/v6/oauth2.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1988,1992,1991,1990,1994,1993,1989]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":125,"character":17}]},{"id":1995,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1996,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":145,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1998,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":147,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1999,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1997,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1996,1998,1999,1997]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":144,"character":17}]},{"id":1936,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1938,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1942,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":19,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":1940,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1937,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"literal","value":"code"}},{"id":1939,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1941,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1938,1942,1940,1937,1939,1941]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":13,"character":17}]},{"id":1943,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1944,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1945,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1944,1945]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":26,"character":17}]},{"id":1981,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1982,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1986,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1985,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":117,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1984,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The required permissions bitfield, stringified"},"sources":[{"fileName":"rest/v6/oauth2.ts","line":116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1983,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1982,1986,1985,1984,1983]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":110,"character":17}]},{"id":1967,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1969,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1973,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":81,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":1971,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1968,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":76,"character":1}],"type":{"type":"literal","value":"token"}},{"id":1970,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1972,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1969,1973,1971,1968,1970,1972]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":75,"character":17}]},{"id":1670,"name":"RESTPatchAPIChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1671,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1675,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":60,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1679,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1678,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"array","elementType":{"type":"reference","id":952,"name":"APIOverwrite"}}]}},{"id":1673,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":1676,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":61,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":1674,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1672,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":57,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":871,"name":"GUILD_TEXT"},{"type":"reference","id":876,"name":"GUILD_NEWS"}]}},{"id":1677,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1671,1675,1679,1678,1673,1676,1674,1672,1677]}],"sources":[{"fileName":"rest/v6/channel.ts","line":55,"character":17}]},{"id":1708,"name":"RESTPatchAPIChannelMessageJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1711,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":146,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":1666,"name":"APIAllowedMentionsSend"}]}},{"id":1709,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":144,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1710,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":962,"name":"APIEmbed"}]}},{"id":1712,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":147,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":942,"name":"MessageFlags"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1711,1709,1710,1712]}],"sources":[{"fileName":"rest/v6/channel.ts","line":143,"character":17}]},{"id":1858,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1859,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":236,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1859]}],"sources":[{"fileName":"rest/v6/guild.ts","line":235,"character":17}]},{"id":2017,"name":"RESTPatchAPICurrentUserJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2019,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/user.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2018,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/user.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2019,2018]}],"sources":[{"fileName":"rest/v6/user.ts","line":19,"character":17}]},{"id":1762,"name":"RESTPatchAPIGuildEmojiJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1763,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/emoji.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1764,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/emoji.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1763,1764]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":37,"character":17}]},{"id":1912,"name":"RESTPatchAPIGuildIntegrationJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-integration","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1915,"name":"enable_emoticons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":439,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1913,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":437,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":1249,"name":"IntegrationExpireBehavior"}]}},{"id":1914,"name":"expire_grace_period","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":438,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1915,1913,1914]}],"sources":[{"fileName":"rest/v6/guild.ts","line":436,"character":17}]},{"id":1804,"name":"RESTPatchAPIGuildJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1810,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":99,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1811,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1816,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":105,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1808,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1172,"name":"GuildDefaultMessageNotifications"}},{"id":1822,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":111,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1815,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1809,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":98,"character":1}],"type":{"type":"reference","id":1175,"name":"GuildExplicitContentFilter"}},{"id":1821,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":110,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1196,"name":"GuildFeature"}}},{"id":1812,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":101,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1805,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":94,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1813,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1820,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":109,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1819,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":108,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1806,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":95,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1818,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1814,"name":"splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":103,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1817,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":106,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1807,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":96,"character":1}],"type":{"type":"reference","id":1182,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1810,1811,1816,1808,1822,1815,1809,1821,1812,1805,1813,1820,1819,1806,1818,1814,1817,1807]}],"sources":[{"fileName":"rest/v6/guild.ts","line":93,"character":17}]},{"id":1851,"name":"RESTPatchAPIGuildMemberJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-member","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1856,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":223,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1855,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":222,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1854,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":221,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1852,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":219,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1853,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":220,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1856,1855,1854,1852,1853]}],"sources":[{"fileName":"rest/v6/guild.ts","line":218,"character":17}]},{"id":1884,"name":"RESTPatchAPIGuildRoleJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1887,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":338,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1888,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1889,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":340,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1885,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":336,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1886,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":337,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1887,1888,1889,1885,1886]}],"sources":[{"fileName":"rest/v6/guild.ts","line":335,"character":17}]},{"id":2048,"name":"RESTPatchAPIWebhookJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2050,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":48,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2051,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2049,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2050,2051,2049]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":46,"character":17}]},{"id":1752,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1753,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":304,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1753]}],"sources":[{"fileName":"rest/v6/channel.ts","line":303,"character":17}]},{"id":1735,"name":"RESTPostAPIChannelInviteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1736,"name":"max_age","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":243,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1737,"name":"max_uses","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1740,"name":"target_user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":247,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1741,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":248,"character":1}],"type":{"type":"reference","id":1288,"name":"STREAM"}},{"id":1738,"name":"temporary","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":245,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1739,"name":"unique","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1736,1737,1740,1741,1738,1739]}],"sources":[{"fileName":"rest/v6/channel.ts","line":242,"character":17}]},{"id":1689,"name":"RESTPostAPIChannelMessageJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1694,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":107,"character":1}],"type":{"type":"reference","id":1666,"name":"APIAllowedMentionsSend"}},{"id":1690,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1693,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":106,"character":1}],"type":{"type":"reference","id":962,"name":"APIEmbed"}},{"id":1695,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":108,"character":1}],"type":{"type":"reference","id":933,"name":"APIMessageReference"}},{"id":1691,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1692,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":105,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1694,1690,1693,1695,1691,1692]}],"sources":[{"fileName":"rest/v6/channel.ts","line":102,"character":17}]},{"id":1725,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1726,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":205,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1726]}],"sources":[{"fileName":"rest/v6/channel.ts","line":204,"character":17}]},{"id":2040,"name":"RESTPostAPIChannelWebhookJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2042,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":10,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2041,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/webhook.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2042,2041]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":8,"character":17}]},{"id":2035,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2036,"name":"recipient_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":71,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2036]}],"sources":[{"fileName":"rest/v6/user.ts","line":70,"character":17}]},{"id":1757,"name":"RESTPostAPIGuildEmojiJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji-json-params","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1759,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The image data, read more [here](https://discord.com/developers/docs/reference#image-data)"},"sources":[{"fileName":"rest/v6/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1758,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/emoji.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1760,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/emoji.ts","line":25,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1759,1758,1760]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":19,"character":17}]},{"id":1908,"name":"RESTPostAPIGuildIntegrationJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-integration","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1910,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":424,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1909,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":423,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1910,1909]}],"sources":[{"fileName":"rest/v6/guild.ts","line":422,"character":17}]},{"id":1897,"name":"RESTPostAPIGuildPruneJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1899,"name":"compute_prune_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":382,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1898,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":381,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1900,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":383,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1899,1898,1900]}],"sources":[{"fileName":"rest/v6/guild.ts","line":380,"character":17}]},{"id":1901,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1902,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":390,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1902]}],"sources":[{"fileName":"rest/v6/guild.ts","line":389,"character":17}]},{"id":1872,"name":"RESTPostAPIGuildRoleJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1875,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":307,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":1876,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":308,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1877,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":309,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":1873,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":305,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":1874,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1875,1876,1877,1873,1874]}],"sources":[{"fileName":"rest/v6/guild.ts","line":304,"character":17}],"extendedBy":[{"type":"reference","id":1780,"name":"APIGuildCreateRole"}]},{"id":1787,"name":"RESTPostAPIGuildsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1796,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":60,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1797,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1795,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":59,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1774,"name":"APIGuildCreatePartialChannel"}}},{"id":1792,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":56,"character":1}],"type":{"type":"reference","id":1172,"name":"GuildDefaultMessageNotifications"}},{"id":1793,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":57,"character":1}],"type":{"type":"reference","id":1175,"name":"GuildExplicitContentFilter"}},{"id":1790,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1788,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1789,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1794,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":58,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1780,"name":"APIGuildCreateRole"}}},{"id":1798,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1791,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":55,"character":1}],"type":{"type":"reference","id":1182,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1796,1797,1795,1792,1793,1790,1788,1789,1794,1798,1791]}],"sources":[{"fileName":"rest/v6/guild.ts","line":51,"character":17}]},{"id":2057,"name":"RESTPostAPIWebhookWithTokenJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2063,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":89,"character":1}],"type":{"type":"reference","id":1666,"name":"APIAllowedMentionsSend"}},{"id":2060,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2058,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2062,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":88,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":962,"name":"APIEmbed"}}},{"id":2061,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2059,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2063,2060,2058,2062,2061,2059]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":83,"character":17}]},{"id":2070,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2071,"name":"wait","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[2071]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":118,"character":17}]},{"id":1953,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1954,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1956,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1957,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1958,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1955,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1954,1956,1957,1958,1955]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":48,"character":17}]},{"id":1946,"name":"RESTPostOAuth2AccessTokenURIEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1947,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1948,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1950,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1949,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":38,"character":1}],"type":{"type":"literal","value":"authorization_code"}},{"id":1951,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1952,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1947,1948,1950,1949,1951,1952]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":35,"character":17}]},{"id":2000,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2001,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":156,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2003,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2006,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":161,"character":1}],"type":{"type":"reference","id":1123,"name":"APIGuild"}},{"id":2004,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":159,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2005,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2002,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":157,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2001,2003,2006,2004,2005,2002]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":155,"character":17}]},{"id":2007,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":2008,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2010,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2011,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":172,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2012,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":173,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2009,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2013,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":174,"character":1}],"type":{"type":"reference","id":1446,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[2008,2010,2011,2012,2009,2013]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":168,"character":17}]},{"id":1975,"name":"RESTPostOAuth2ClientCredentialsURIEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1976,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":95,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1977,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":96,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1978,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":97,"character":1}],"type":{"type":"literal","value":"client_credentials"}},{"id":1979,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1976,1977,1978,1979]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":94,"character":17}]},{"id":1959,"name":"RESTPostOAuth2RefreshTokenURIEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-refresh-token-exchange-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1960,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1961,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1962,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":63,"character":1}],"type":{"type":"literal","value":"refresh_token"}},{"id":1964,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/oauth2.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1963,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1965,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1960,1961,1962,1964,1963,1965]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":60,"character":17}]},{"id":1728,"name":"RESTPutAPIChannelPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1729,"name":"allow","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":218,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1730,"name":"deny","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":219,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":1731,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":959,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1729,1730,1731]}],"sources":[{"fileName":"rest/v6/channel.ts","line":217,"character":17}],"extendedBy":[{"type":"reference","id":1769,"name":"APIGuildCreateOverwrite"}]},{"id":1746,"name":"RESTPutAPIChannelRecipientJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1747,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":279,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1748,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":280,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1747,1748]}],"sources":[{"fileName":"rest/v6/channel.ts","line":278,"character":17}]},{"id":1866,"name":"RESTPutAPIGuildBanJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1867,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":279,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1868,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":280,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1867,1868]}],"sources":[{"fileName":"rest/v6/guild.ts","line":278,"character":17}]},{"id":1844,"name":"RESTPutAPIGuildMemberJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"children":[{"id":1845,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1849,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":206,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1848,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":205,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1846,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1847,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":204,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1845,1849,1848,1846,1847]}],"sources":[{"fileName":"rest/v6/guild.ts","line":201,"character":17}]},{"id":793,"name":"APIAuditLogChange","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-change-object-audit-log-change-structure","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":173,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":794,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":795,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":796,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":797,"name":"APIAuditLogChangeKeyOwnerID"},{"type":"reference","id":798,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":799,"name":"APIAuditLogChangeKeyAFKChannelID"},{"type":"reference","id":800,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":801,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":802,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":803,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":804,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":805,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":806,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":807,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":808,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":809,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":810,"name":"APIAuditLogChangeKeyWidgetChannelID"},{"type":"reference","id":811,"name":"APIAuditLogChangeKeySystemChannelID"},{"type":"reference","id":812,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":813,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":814,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":815,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":816,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":817,"name":"APIAuditLogChangeKeyApplicationID"},{"type":"reference","id":818,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":819,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":820,"name":"APIAuditLogChangeKeyPermissionsNew"},{"type":"reference","id":821,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":822,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":823,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":824,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":825,"name":"APIAuditLogChangeKeyAllowNew"},{"type":"reference","id":826,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":827,"name":"APIAuditLogChangeKeyDenyNew"},{"type":"reference","id":828,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":829,"name":"APIAuditLogChangeKeyChannelID"},{"type":"reference","id":830,"name":"APIAuditLogChangeKeyInviterID"},{"type":"reference","id":831,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":832,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":833,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":834,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":835,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":836,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":837,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":838,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":839,"name":"APIAuditLogChangeKeyID"},{"type":"reference","id":843,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":844,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":845,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":846,"name":"APIAuditLogChangeKeyExpireGracePeriod"}]}},{"id":806,"name":"APIAuditLogChangeKey$Add","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when new role(s) are added","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":307,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":1352,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":807,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":313,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":1352,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":799,"name":"APIAuditLogChangeKeyAFKChannelID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_channel_id is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":259,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":800,"name":"APIAuditLogChangeKeyAFKTimeout","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_timeout is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":265,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":824,"name":"APIAuditLogChangeKeyAllow","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's allowed permissions bitfield is changed","tags":[{"tag":"deprecated","text":"Use `allow_new` instead"},{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":418,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":825,"name":"APIAuditLogChangeKeyAllowNew","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's allowed permissions bitfield is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":424,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow_new"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":817,"name":"APIAuditLogChangeKeyApplicationID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The application ID of the added or removed Webhook or Bot","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":373,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":838,"name":"APIAuditLogChangeKeyAvatarHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's avatar_hash is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":503,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":814,"name":"APIAuditLogChangeKeyBitrate","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's bitrate is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":355,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":829,"name":"APIAuditLogChangeKeyChannelID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's channel_id is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":449,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":828,"name":"APIAuditLogChangeKeyCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's code is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":443,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":821,"name":"APIAuditLogChangeKeyColor","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's color is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":399,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":835,"name":"APIAuditLogChangeKeyDeaf","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's deaf status is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":485,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":804,"name":"APIAuditLogChangeKeyDefaultMessageNotifications","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's default_message_notifications is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":292,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":1172,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":826,"name":"APIAuditLogChangeKeyDeny","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's denied permissions bitfield is changed","tags":[{"tag":"deprecated","text":"Use `deny_new` instead"},{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":431,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":827,"name":"APIAuditLogChangeKeyDenyNew","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's denied permissions bitfield is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":437,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny_new"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":844,"name":"APIAuditLogChangeKeyEnableEmoticons","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's enable_emoticons is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":845,"name":"APIAuditLogChangeKeyExpireBehavior","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_behavior is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":1249,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":846,"name":"APIAuditLogChangeKeyExpireGracePeriod","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_grace_period is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":537,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":803,"name":"APIAuditLogChangeKeyExplicitContentFilter","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's explicit_content_filter is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":283,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":1175,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":822,"name":"APIAuditLogChangeKeyHoist","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's hoist status is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":795,"name":"APIAuditLogChangeKeyIconHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's icon is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":830,"name":"APIAuditLogChangeKeyInviterID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's inviter_id is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":801,"name":"APIAuditLogChangeKeyMFALevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's mfa_level is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":271,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":1179,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":833,"name":"APIAuditLogChangeKeyMaxAge","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_age is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":473,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":831,"name":"APIAuditLogChangeKeyMaxUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_uses is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":461,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":823,"name":"APIAuditLogChangeKeyMentionable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's mentionable status is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":411,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":836,"name":"APIAuditLogChangeKeyMute","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's mute status is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":816,"name":"APIAuditLogChangeKeyNSFW","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's NSFW restriction is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":367,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":794,"name":"APIAuditLogChangeKeyName","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's name is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":229,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":837,"name":"APIAuditLogChangeKeyNick","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's nick is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":497,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":797,"name":"APIAuditLogChangeKeyOwnerID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's owner ID is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":247,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":815,"name":"APIAuditLogChangeKeyPermissionOverwrites","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's permission overwrites is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":361,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":952,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":819,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed","tags":[{"tag":"deprecated","text":"Use `permissions_new` instead"},{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":387,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":820,"name":"APIAuditLogChangeKeyPermissionsNew","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":393,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions_new"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":812,"name":"APIAuditLogChangeKeyPosition","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's position is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":343,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":808,"name":"APIAuditLogChangeKeyPruneDeleteDays","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when there is a change in number of days after which inactive and role-unassigned members are kicked","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":319,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":818,"name":"APIAuditLogChangeKeyRateLimitPerUser","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's amount of seconds a user has to wait before sending another message\nis changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":380,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":798,"name":"APIAuditLogChangeKeyRegion","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's region is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":253,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":796,"name":"APIAuditLogChangeKeySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's splash is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":241,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":811,"name":"APIAuditLogChangeKeySystemChannelID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's system_channel_id is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":337,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":834,"name":"APIAuditLogChangeKeyTemporary","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's temporary status is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":479,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":813,"name":"APIAuditLogChangeKeyTopic","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's topic is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":349,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":843,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":519,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"reference","id":870,"name":"ChannelType"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":832,"name":"APIAuditLogChangeKeyUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's uses is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":467,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":805,"name":"APIAuditLogChangeKeyVanityURLCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's vanity_url_code is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":301,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":802,"name":"APIAuditLogChangeKeyVerificationLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's verification_level is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":277,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":1182,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":810,"name":"APIAuditLogChangeKeyWidgetChannelID","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget_channel_id is changed","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":331,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":809,"name":"APIAuditLogChangeKeyWidgetEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget is enabled","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":325,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":1774,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":31,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":851,"name":"APIChannel"},{"type":"union","types":[{"type":"literal","value":"type"},{"type":"literal","value":"topic"},{"type":"literal","value":"nsfw"},{"type":"literal","value":"bitrate"},{"type":"literal","value":"user_limit"},{"type":"literal","value":"rate_limit_per_user"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reflection","declaration":{"id":1775,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1777,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":35,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":1776,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1778,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":36,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":1779,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":37,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1769,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1777,1776,1778,1779]}],"sources":[{"fileName":"rest/v6/guild.ts","line":33,"character":4}]}}]}},{"id":1221,"name":"APIGuildWidget","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `APIGuildWidgetSettings` instead"},{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/guild.ts","line":201,"character":12}],"type":{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}},{"id":1099,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/gateway.ts","line":132,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1095,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/gateway.ts","line":117,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":1033,"name":"APIEmoji"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"animated"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":1033,"name":"APIEmoji"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":1100,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/gateway.ts","line":140,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"join"},{"type":"literal","value":"spectate"},{"type":"literal","value":"match"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":564,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":319,"character":12}],"type":{"type":"reference","id":563,"name":"GatewayChannelModifyDispatch"}},{"id":566,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":329,"character":12}],"type":{"type":"reference","id":563,"name":"GatewayChannelModifyDispatch"}},{"id":563,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":310,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":495,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":497,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":496,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":851,"name":"APIChannel"}],"name":"DataPayload"}},{"id":567,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":335,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":498,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reflection","declaration":{"id":568,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":570,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":339,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":569,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":338,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":571,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":340,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[570,569,571]}],"sources":[{"fileName":"gateway/v6.ts","line":337,"character":1}]}}],"name":"DataPayload"}},{"id":565,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":324,"character":12}],"type":{"type":"reference","id":563,"name":"GatewayChannelModifyDispatch"}},{"id":531,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":200,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":554,"name":"GatewayReadyDispatch"},{"type":"reference","id":562,"name":"GatewayResumedDispatch"},{"type":"reference","id":563,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":567,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":572,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":575,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":576,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":582,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":586,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":589,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":592,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":596,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":599,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":608,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":614,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":618,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":631,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":636,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":637,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":641,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":646,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":651,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":652,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":653,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":654,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":657,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":658,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":665,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":666,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":667,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":672,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":580,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":386,"character":12}],"type":{"type":"reference","id":576,"name":"GatewayGuildBanModifyDispatch"}},{"id":576,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":375,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":502,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":503,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reflection","declaration":{"id":577,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":578,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":378,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":579,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":379,"character":2}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[578,579]}],"sources":[{"fileName":"gateway/v6.ts","line":377,"character":1}]}}],"name":"DataPayload"}},{"id":581,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":391,"character":12}],"type":{"type":"reference","id":576,"name":"GatewayGuildBanModifyDispatch"}},{"id":573,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":357,"character":12}],"type":{"type":"reference","id":572,"name":"GatewayGuildModifyDispatch"}},{"id":575,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":368,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":501,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":1108,"name":"APIUnavailableGuild"}],"name":"DataPayload"}},{"id":582,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":397,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":504,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reflection","declaration":{"id":583,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":585,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":401,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1033,"name":"APIEmoji"}}},{"id":584,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":400,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[585,584]}],"sources":[{"fileName":"gateway/v6.ts","line":399,"character":1}]}}],"name":"DataPayload"}},{"id":586,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":409,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":505,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reflection","declaration":{"id":587,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":588,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":411,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[588]}],"sources":[{"fileName":"gateway/v6.ts","line":411,"character":1}]}}],"name":"DataPayload"}},{"id":589,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":418,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":506,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"intersection","types":[{"type":"reference","id":1225,"name":"APIGuildMember"},{"type":"reflection","declaration":{"id":590,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":591,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":420,"character":20}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[591]}],"sources":[{"fileName":"gateway/v6.ts","line":420,"character":18}]}}]}],"name":"DataPayload"}},{"id":592,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":427,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":507,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reflection","declaration":{"id":593,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":594,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":430,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":595,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":431,"character":2}],"type":{"type":"reference","id":1380,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[594,595]}],"sources":[{"fileName":"gateway/v6.ts","line":429,"character":1}]}}],"name":"DataPayload"}},{"id":596,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":439,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":508,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":1225,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":597,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":598,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":442,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[598]}],"sources":[{"fileName":"gateway/v6.ts","line":441,"character":41}]}}]}],"name":"DataPayload"}},{"id":599,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":450,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":509,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reflection","declaration":{"id":600,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":604,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":456,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":603,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":455,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":601,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":453,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":602,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":454,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1225,"name":"APIGuildMember"}}},{"id":607,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":459,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":605,"name":"not_found","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":457,"character":2}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":606,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":458,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1052,"name":"RawGatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[604,603,601,602,607,605,606]}],"sources":[{"fileName":"gateway/v6.ts","line":452,"character":1}]}}],"name":"DataPayload"}},{"id":572,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create\nhttps://discord.com/developers/docs/topics/gateway#guild-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":349,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":499,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":500,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":1123,"name":"APIGuild"}],"name":"DataPayload"}},{"id":612,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":479,"character":12}],"type":{"type":"reference","id":608,"name":"GatewayGuildRoleModifyDispatch"}},{"id":614,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":490,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":512,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reflection","declaration":{"id":615,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":616,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":493,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":617,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":494,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[616,617]}],"sources":[{"fileName":"gateway/v6.ts","line":492,"character":1}]}}],"name":"DataPayload"}},{"id":608,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":468,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":510,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":511,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reflection","declaration":{"id":609,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":610,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":471,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":611,"name":"role","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":472,"character":2}],"type":{"type":"reference","id":1352,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[610,611]}],"sources":[{"fileName":"gateway/v6.ts","line":470,"character":1}]}}],"name":"DataPayload"}},{"id":613,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":484,"character":12}],"type":{"type":"reference","id":608,"name":"GatewayGuildRoleModifyDispatch"}},{"id":574,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":362,"character":12}],"type":{"type":"reference","id":572,"name":"GatewayGuildModifyDispatch"}},{"id":618,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":502,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":513,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reflection","declaration":{"id":619,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":620,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":505,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":621,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":506,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":622,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":507,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":623,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":508,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":624,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":509,"character":2}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":625,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":510,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":626,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":511,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":627,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":512,"character":2}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":628,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":513,"character":2}],"type":{"type":"reference","id":1287,"name":"InviteTargetUserType"}},{"id":629,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":514,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":630,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":515,"character":2}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[620,621,622,623,624,625,626,627,628,629,630]}],"sources":[{"fileName":"gateway/v6.ts","line":504,"character":1}]}}],"name":"DataPayload"}},{"id":631,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":523,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":514,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reflection","declaration":{"id":632,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":633,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":526,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":635,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":528,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":634,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":527,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[633,635,634]}],"sources":[{"fileName":"gateway/v6.ts","line":525,"character":1}]}}],"name":"DataPayload"}},{"id":636,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":536,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":515,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":878,"name":"APIMessage"}],"name":"DataPayload"}},{"id":646,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":564,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":518,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reflection","declaration":{"id":647,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":649,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":568,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":650,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":569,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":648,"name":"ids","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":567,"character":2}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[649,650,648]}],"sources":[{"fileName":"gateway/v6.ts","line":566,"character":1}]}}],"name":"DataPayload"}},{"id":641,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":551,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":517,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reflection","declaration":{"id":642,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":644,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":555,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":645,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":556,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":643,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":554,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[644,645,643]}],"sources":[{"fileName":"gateway/v6.ts","line":553,"character":1}]}}],"name":"DataPayload"}},{"id":651,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":577,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":519,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":653,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":589,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":521,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","name":"MessageReactionRemoveData"}],"name":"DataPayload"}},{"id":652,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":520,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":654,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":522,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"intersection","types":[{"type":"reference","name":"MessageReactionRemoveData"},{"type":"reflection","declaration":{"id":655,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":656,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":601,"character":2}],"type":{"type":"reference","id":1033,"name":"APIEmoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[656]}],"sources":[{"fileName":"gateway/v6.ts","line":600,"character":29}]}}]}],"name":"DataPayload"}},{"id":637,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":542,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":516,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"intersection","types":[{"type":"reflection","declaration":{"id":638,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":640,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":544,"character":15}],"type":{"type":"intrinsic","name":"string"}},{"id":639,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":544,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[640,639]}],"sources":[{"fileName":"gateway/v6.ts","line":544,"character":1}]}},{"type":"reference","typeArguments":[{"type":"reference","id":878,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}],"name":"DataPayload"}},{"id":1070,"name":"GatewayPresenceClientStatus","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#client-status-object","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/gateway.ts","line":68,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"desktop"},{"type":"literal","value":"mobile"},{"type":"literal","value":"web"}]},{"type":"reference","id":1064,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":657,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":609,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":523,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":1052,"name":"RawGatewayPresenceUpdate"}],"name":"DataPayload"}},{"id":554,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":285,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":493,"name":"GatewayDispatchEvents.Ready"},{"type":"reflection","declaration":{"id":555,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":560,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":292,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1108,"name":"APIUnavailableGuild"}}},{"id":559,"name":"private_channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":291,"character":2}],"type":{"type":"tuple"}},{"id":558,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":290,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":561,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":293,"character":2}],"type":{"type":"tuple","elements":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"number"}]}},{"id":557,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":289,"character":2}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":556,"name":"v","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":288,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[560,559,558,561,557,556]}],"sources":[{"fileName":"gateway/v6.ts","line":287,"character":1}]}}],"name":"DataPayload"}},{"id":530,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":189,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":532,"name":"GatewayHello"},{"type":"reference","id":538,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":542,"name":"GatewayHeartbeatAck"},{"type":"reference","id":546,"name":"GatewayInvalidSession"},{"type":"reference","id":550,"name":"GatewayReconnect"},{"type":"reference","id":531,"name":"GatewayDispatchPayload"}]}},{"id":562,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resumed","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":301,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":494,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":529,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":178,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":676,"name":"GatewayHeartbeat"},{"type":"reference","id":683,"name":"GatewayIdentify"},{"type":"reference","id":720,"name":"GatewayUpdatePresence"},{"type":"reference","id":712,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":695,"name":"GatewayResume"},{"type":"reference","id":702,"name":"GatewayRequestGuildMembers"}]}},{"id":658,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":615,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":524,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reflection","declaration":{"id":659,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":660,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":618,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":661,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":619,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":664,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":622,"character":2}],"type":{"type":"reference","id":1225,"name":"APIGuildMember"}},{"id":663,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":621,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":662,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":620,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[660,661,664,663,662]}],"sources":[{"fileName":"gateway/v6.ts","line":617,"character":1}]}}],"name":"DataPayload"}},{"id":665,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":630,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":525,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":1380,"name":"APIUser"}],"name":"DataPayload"}},{"id":667,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":642,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":527,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reflection","declaration":{"id":668,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":671,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":647,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":670,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":646,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":669,"name":"token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":645,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[671,670,669]}],"sources":[{"fileName":"gateway/v6.ts","line":644,"character":1}]}}],"name":"DataPayload"}},{"id":666,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":636,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":526,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":1426,"name":"GatewayVoiceState"}],"name":"DataPayload"}},{"id":672,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update","tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":655,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":528,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reflection","declaration":{"id":673,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":675,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":659,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":674,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":658,"character":2}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[675,674]}],"sources":[{"fileName":"gateway/v6.ts","line":657,"character":1}]}}],"name":"DataPayload"}},{"id":2039,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#list-voice-regions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/voice.ts","line":7,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1439,"name":"APIVoiceRegion"}}},{"id":1724,"name":"RESTDeleteAPIChannelAllMessageReactionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":198,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1723,"name":"RESTDeleteAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":193,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1716,"name":"RESTDeleteAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":168,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1733,"name":"RESTDeleteAPIChannelPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":231,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1745,"name":"RESTDeleteAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":272,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1750,"name":"RESTDeleteAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":291,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":1682,"name":"RESTDeleteAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":80,"character":12}],"type":{"type":"reference","id":851,"name":"APIChannel"}},{"id":2034,"name":"RESTDeleteAPICurrentUserGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#leave-guild","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":64,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1870,"name":"RESTDeleteAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-ban","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":292,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1766,"name":"RESTDeleteAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#delete-guild-emoji","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/emoji.ts","line":51,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1917,"name":"RESTDeleteAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-integration","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":451,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1863,"name":"RESTDeleteAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":260,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1862,"name":"RESTDeleteAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member-role","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":254,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1824,"name":"RESTDeleteAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":123,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1891,"name":"RESTDeleteAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-role","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":352,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1934,"name":"RESTDeleteAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#delete-invite","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/invite.ts","line":20,"character":12}],"type":{"type":"reference","id":1278,"name":"APIInvite"}},{"id":2055,"name":"RESTDeleteAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":72,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":2056,"name":"RESTDeleteAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":77,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1656,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/auditLog.ts","line":17,"character":12}],"type":{"type":"reference","id":732,"name":"APIAuditLog"}},{"id":1734,"name":"RESTGetAPIChannelInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-invites","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":237,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1278,"name":"APIInvite"}}},{"id":1721,"name":"RESTGetAPIChannelMessageReactionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":183,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1380,"name":"APIUser"}}},{"id":1713,"name":"RESTGetAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":153,"character":12}],"type":{"type":"reference","id":878,"name":"APIMessage"}},{"id":1688,"name":"RESTGetAPIChannelMessagesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":96,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":878,"name":"APIMessage"}}},{"id":1743,"name":"RESTGetAPIChannelPinsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-pinned-messages","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":261,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":878,"name":"APIMessage"}}},{"id":1680,"name":"RESTGetAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":70,"character":12}],"type":{"type":"reference","id":851,"name":"APIChannel"}},{"id":2044,"name":"RESTGetAPIChannelWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-channel-webhooks","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":22,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1446,"name":"APIWebhook"}}},{"id":2038,"name":"RESTGetAPICurrentUserConnectionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user-connections","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":83,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1413,"name":"APIConnection"}}},{"id":2033,"name":"RESTGetAPICurrentUserGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":58,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":2025,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":2015,"name":"RESTGetAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":7,"character":12}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1768,"name":"RESTGetAPIGatewayBotResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/gateway.ts","line":13,"character":12}],"type":{"type":"reference","id":1044,"name":"APIGatewayBotInfo"}},{"id":1767,"name":"RESTGetAPIGatewayResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/gateway.ts","line":7,"character":12}],"type":{"type":"reference","id":1042,"name":"APIGatewayInfo"}},{"id":1865,"name":"RESTGetAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-ban","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":272,"character":12}],"type":{"type":"reference","id":1262,"name":"APIBan"}},{"id":1864,"name":"RESTGetAPIGuildBansResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":266,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1262,"name":"APIBan"}}},{"id":1825,"name":"RESTGetAPIGuildChannelsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-channels","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":129,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":851,"name":"APIChannel"}}},{"id":1756,"name":"RESTGetAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#get-guild-emoji","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/emoji.ts","line":13,"character":12}],"type":{"type":"reference","id":1033,"name":"APIEmoji"}},{"id":1755,"name":"RESTGetAPIGuildEmojisResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#list-guild-emojis","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/emoji.ts","line":7,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1033,"name":"APIEmoji"}}},{"id":1907,"name":"RESTGetAPIGuildIntegrationsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":416,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1233,"name":"APIGuildIntegration"}}},{"id":1904,"name":"RESTGetAPIGuildInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-invites","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":403,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1278,"name":"APIInvite"}}},{"id":1835,"name":"RESTGetAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-member","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":168,"character":12}],"type":{"type":"reference","id":1225,"name":"APIGuildMember"}},{"id":1839,"name":"RESTGetAPIGuildMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":182,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1225,"name":"APIGuildMember"}}},{"id":1843,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":195,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1225,"name":"APIGuildMember"}}},{"id":1803,"name":"RESTGetAPIGuildPreviewResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-preview","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":87,"character":12}],"type":{"type":"reference","id":1211,"name":"APIGuildPreview"}},{"id":1802,"name":"RESTGetAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":81,"character":12}],"type":{"type":"reference","id":1123,"name":"APIGuild"}},{"id":1871,"name":"RESTGetAPIGuildRolesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-roles","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":298,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1352,"name":"APIRole"}}},{"id":1903,"name":"RESTGetAPIGuildVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-voice-regions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":397,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1439,"name":"APIVoiceRegion"}}},{"id":2045,"name":"RESTGetAPIGuildWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-guild-webhooks","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":28,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1446,"name":"APIWebhook"}}},{"id":1930,"name":"RESTGetAPIGuildWidgetImageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Note: while the return type is `ArrayBuffer`, the expected result is\na buffer of sorts (depends if in browser or on node.js/deno).","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":516,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":1919,"name":"RESTGetAPIGuildWidgetResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to RESTGetAPIGuildWidgetSettingsResult"},{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":463,"character":12}],"type":{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}},{"id":1920,"name":"RESTGetAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-settings","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":469,"character":12}],"type":{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}},{"id":1933,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/invite.ts","line":14,"character":12}],"type":{"type":"reference","id":1278,"name":"APIInvite"}},{"id":1935,"name":"RESTGetAPIOauth2CurrentApplicationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-application-information","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/oauth2.ts","line":7,"character":12}],"type":{"type":"reference","id":1303,"name":"APIApplication"}},{"id":2016,"name":"RESTGetAPIUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":13,"character":12}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":2046,"name":"RESTGetAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":34,"character":12}],"type":{"type":"reference","id":1446,"name":"APIWebhook"}},{"id":2047,"name":"RESTGetAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-with-token","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1446,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1974,"name":"RESTOAuth2ImplicitAuthorizationURIFragmentResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/oauth2.ts","line":88,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1953,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1715,"name":"RESTPatchAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":163,"character":12}],"type":{"type":"reference","id":878,"name":"APIMessage"}},{"id":1681,"name":"RESTPatchAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":75,"character":12}],"type":{"type":"reference","id":851,"name":"APIChannel"}},{"id":1860,"name":"RESTPatchAPICurrentGuildMemberNicknameResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":242,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1858,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":2020,"name":"RESTPatchAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":27,"character":12}],"type":{"type":"reference","id":1380,"name":"APIUser"}},{"id":1828,"name":"RESTPatchAPIGuildChannelPositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":152,"character":12}],"type":{"type":"array","elementType":{"type":"reflection","declaration":{"id":1829,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1830,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1832,"name":"lock_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":155,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1833,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":156,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":1831,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":154,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1830,1832,1833,1831]}],"sources":[{"fileName":"rest/v6/guild.ts","line":152,"character":62}]}}}},{"id":1834,"name":"RESTPatchAPIGuildChannelPositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":162,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1765,"name":"RESTPatchAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/emoji.ts","line":45,"character":12}],"type":{"type":"reference","id":1033,"name":"APIEmoji"}},{"id":1916,"name":"RESTPatchAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":445,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1857,"name":"RESTPatchAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":229,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1823,"name":"RESTPatchAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":117,"character":12}],"type":{"type":"reference","id":1123,"name":"APIGuild"}},{"id":1879,"name":"RESTPatchAPIGuildRolePositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":321,"character":12}],"type":{"type":"array","elementType":{"type":"reflection","declaration":{"id":1880,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1881,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":322,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1882,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":323,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[1881,1882]}],"sources":[{"fileName":"rest/v6/guild.ts","line":321,"character":59}]}}}},{"id":1883,"name":"RESTPatchAPIGuildRolePositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":329,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":1352,"name":"APIRole"}}},{"id":1890,"name":"RESTPatchAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":346,"character":12}],"type":{"type":"reference","id":1352,"name":"APIRole"}},{"id":1921,"name":"RESTPatchAPIGuildWidgetJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to RESTPatchAPIGuildWidgetSettingsJSONBody"},{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":475,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1923,"name":"RESTPatchAPIGuildWidgetResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `RESTPatchAPIGuildWidgetSettingsResult` instead"},{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":487,"character":12}],"type":{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}},{"id":1922,"name":"RESTPatchAPIGuildWidgetSettingsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":481,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1924,"name":"RESTPatchAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":492,"character":12}],"type":{"type":"reference","id":1222,"name":"APIGuildWidgetSettings"}},{"id":2052,"name":"RESTPatchAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":55,"character":12}],"type":{"type":"reference","id":1446,"name":"APIWebhook"}},{"id":2053,"name":"RESTPatchAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":61,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2048,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":2054,"name":"RESTPatchAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":66,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":1446,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1754,"name":"RESTPostAPIChannelFollowersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":310,"character":12}],"type":{"type":"reference","id":1026,"name":"APIFollowedChannel"}},{"id":1751,"name":"RESTPostAPIChannelMessageCrosspostResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":298,"character":12}],"type":{"type":"reference","id":878,"name":"APIMessage"}},{"id":1696,"name":"RESTPostAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":115,"character":12}],"type":{"type":"union","types":[{"type":"reflection","declaration":{"id":1697,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1699,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The file contents"},"sources":[{"fileName":"rest/v6/channel.ts","line":124,"character":3}],"type":{"type":"intrinsic","name":"unknown"}},{"id":1698,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v6/channel.ts","line":120,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[1699,1698]}],"sources":[{"fileName":"rest/v6/channel.ts","line":116,"character":3}]}},{"type":"reflection","declaration":{"id":1700,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1705,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":131,"character":3}],"type":{"type":"reference","id":1666,"name":"APIAllowedMentionsSend"}},{"id":1701,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":127,"character":3}],"type":{"type":"intrinsic","name":"string"}},{"id":1704,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":130,"character":3}],"type":{"type":"reference","id":962,"name":"APIEmbed"}},{"id":1707,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The file contents"},"sources":[{"fileName":"rest/v6/channel.ts","line":136,"character":3}],"type":{"type":"intrinsic","name":"unknown"}},{"id":1706,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":132,"character":3}],"type":{"type":"reference","id":933,"name":"APIMessageReference"}},{"id":1702,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":128,"character":3}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":1703,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":129,"character":3}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[1705,1701,1704,1707,1706,1702,1703]}],"sources":[{"fileName":"rest/v6/channel.ts","line":126,"character":3}]}}]}},{"id":1714,"name":"RESTPostAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":158,"character":12}],"type":{"type":"reference","id":878,"name":"APIMessage"}},{"id":1727,"name":"RESTPostAPIChannelMessagesBulkDeleteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":211,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1742,"name":"RESTPostAPIChannelTypingResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#trigger-typing-indicator","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":255,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":2043,"name":"RESTPostAPIChannelWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":16,"character":12}],"type":{"type":"reference","id":1446,"name":"APIWebhook"}},{"id":2037,"name":"RESTPostAPICurrentUserCreateDMChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/user.ts","line":77,"character":12}],"type":{"type":"reference","id":851,"name":"APIChannel"}},{"id":1826,"name":"RESTPostAPIGuildChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":135,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":851,"name":"APIChannel"},{"type":"union","types":[{"type":"literal","value":"type"},{"type":"literal","value":"permission_overwrites"},{"type":"literal","value":"topic"},{"type":"literal","value":"nsfw"},{"type":"literal","value":"bitrate"},{"type":"literal","value":"user_limit"},{"type":"literal","value":"rate_limit_per_user"},{"type":"literal","value":"parent_id"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":851,"name":"APIChannel"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":1827,"name":"RESTPostAPIGuildChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":146,"character":12}],"type":{"type":"reference","id":851,"name":"APIChannel"}},{"id":1761,"name":"RESTPostAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/emoji.ts","line":31,"character":12}],"type":{"type":"reference","id":1033,"name":"APIEmoji"}},{"id":1911,"name":"RESTPostAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":430,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1918,"name":"RESTPostAPIGuildIntegrationSyncResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#sync-guild-integration","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":457,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1878,"name":"RESTPostAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":315,"character":12}],"type":{"type":"reference","id":1352,"name":"APIRole"}},{"id":1799,"name":"RESTPostAPIGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":68,"character":12}],"type":{"type":"reference","id":1123,"name":"APIGuild"}},{"id":2064,"name":"RESTPostAPIWebhookWithTokenFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":96,"character":12}],"type":{"type":"union","types":[{"type":"reflection","declaration":{"id":2065,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2067,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The file contents"},"sources":[{"fileName":"rest/v6/webhook.ts","line":105,"character":3}],"type":{"type":"intrinsic","name":"unknown"}},{"id":2066,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v6/webhook.ts","line":101,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2067,2066]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":97,"character":3}]}},{"type":"intersection","types":[{"type":"reference","id":2057,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reflection","declaration":{"id":2068,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2069,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The file contents"},"sources":[{"fileName":"rest/v6/webhook.ts","line":111,"character":3}],"type":{"type":"intrinsic","name":"unknown"}}],"groups":[{"title":"Properties","kind":1024,"children":[2069]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":107,"character":42}]}}]}]}},{"id":2075,"name":"RESTPostAPIWebhookWithTokenGitHubQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":146,"character":12}],"type":{"type":"reference","id":2070,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2072,"name":"RESTPostAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":125,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":2074,"name":"RESTPostAPIWebhookWithTokenSlackQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":140,"character":12}],"type":{"type":"reference","id":2070,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2073,"name":"RESTPostAPIWebhookWithTokenWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to POST `/webhooks/{webhook.id}/{webhook.token}` receives\nthe `wait` query parameter set to `true`","tags":[{"tag":"see","text":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params"},{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/webhook.ts","line":134,"character":12}],"type":{"type":"reference","id":878,"name":"APIMessage"}},{"id":2014,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsAndWebhookIncomingScopeResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/oauth2.ts","line":180,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":2000,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":2007,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":1980,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/oauth2.ts","line":104,"character":12}],"type":{"type":"reference","id":1974,"name":"RESTOAuth2ImplicitAuthorizationURIFragmentResult"}},{"id":1966,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":69,"character":12}],"type":{"type":"reference","id":1953,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":1722,"name":"RESTPutAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":188,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1732,"name":"RESTPutAPIChannelPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":226,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1744,"name":"RESTPutAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#add-pinned-channel-message","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":267,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1749,"name":"RESTPutAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/channel.ts","line":286,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":1869,"name":"RESTPutAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":286,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1850,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":212,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":1225,"name":"APIGuildMember"},{"type":"intrinsic","name":"undefined"}]}},{"id":1861,"name":"RESTPutAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member-role","tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/guild.ts","line":248,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":1461,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/index.ts","line":17,"character":13}],"type":{"type":"literal","value":"6"},"defaultValue":"'6'"},{"id":424,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"tags":[{"tag":"deprecated","text":"Gateway v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"gateway/v6.ts","line":26,"character":13}],"type":{"type":"literal","value":"6"},"defaultValue":"'6'"},{"id":1319,"name":"PermissionFlagsBits","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags","text":"These flags are exported as `BigInt`s and NOT numbers. For most of them, you can\nconvert them in a number by wrapping it in `Number()`, however be careful as any\nfurther bits added may cause issues if done so. Try to use BigInts as much as possible\nor modules that can replicate them in some way.","tags":[{"tag":"deprecated","text":"API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"payloads/v6/permissions.ts","line":14,"character":13}],"type":{"type":"reflection","declaration":{"id":1320,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1327,"name":"ADD_REACTIONS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":21,"character":1}],"type":{"type":"literal","value":{"value":"64","negative":false}},"defaultValue":"..."},{"id":1324,"name":"ADMINISTRATOR","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":18,"character":1}],"type":{"type":"literal","value":{"value":"8","negative":false}},"defaultValue":"..."},{"id":1336,"name":"ATTACH_FILES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":30,"character":1}],"type":{"type":"literal","value":{"value":"32768","negative":false}},"defaultValue":"..."},{"id":1323,"name":"BAN_MEMBERS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":17,"character":1}],"type":{"type":"literal","value":{"value":"4","negative":false}},"defaultValue":"..."},{"id":1347,"name":"CHANGE_NICKNAME","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":41,"character":1}],"type":{"type":"literal","value":{"value":"67108864","negative":false}},"defaultValue":"..."},{"id":1341,"name":"CONNECT","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":35,"character":1}],"type":{"type":"literal","value":{"value":"1048576","negative":false}},"defaultValue":"..."},{"id":1321,"name":"CREATE_INSTANT_INVITE","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":15,"character":1}],"type":{"type":"literal","value":{"value":"1","negative":false}},"defaultValue":"..."},{"id":1344,"name":"DEAFEN_MEMBERS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":38,"character":1}],"type":{"type":"literal","value":{"value":"8388608","negative":false}},"defaultValue":"..."},{"id":1335,"name":"EMBED_LINKS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":29,"character":1}],"type":{"type":"literal","value":{"value":"16384","negative":false}},"defaultValue":"..."},{"id":1322,"name":"KICK_MEMBERS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":16,"character":1}],"type":{"type":"literal","value":{"value":"2","negative":false}},"defaultValue":"..."},{"id":1325,"name":"MANAGE_CHANNELS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":19,"character":1}],"type":{"type":"literal","value":{"value":"16","negative":false}},"defaultValue":"..."},{"id":1351,"name":"MANAGE_EMOJIS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":45,"character":1}],"type":{"type":"literal","value":{"value":"1073741824","negative":false}},"defaultValue":"..."},{"id":1326,"name":"MANAGE_GUILD","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":20,"character":1}],"type":{"type":"literal","value":{"value":"32","negative":false}},"defaultValue":"..."},{"id":1334,"name":"MANAGE_MESSAGES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":28,"character":1}],"type":{"type":"literal","value":{"value":"8192","negative":false}},"defaultValue":"..."},{"id":1348,"name":"MANAGE_NICKNAMES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":42,"character":1}],"type":{"type":"literal","value":{"value":"134217728","negative":false}},"defaultValue":"..."},{"id":1349,"name":"MANAGE_ROLES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":43,"character":1}],"type":{"type":"literal","value":{"value":"268435456","negative":false}},"defaultValue":"..."},{"id":1350,"name":"MANAGE_WEBHOOKS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":44,"character":1}],"type":{"type":"literal","value":{"value":"536870912","negative":false}},"defaultValue":"..."},{"id":1338,"name":"MENTION_EVERYONE","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":32,"character":1}],"type":{"type":"literal","value":{"value":"131072","negative":false}},"defaultValue":"..."},{"id":1345,"name":"MOVE_MEMBERS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":39,"character":1}],"type":{"type":"literal","value":{"value":"16777216","negative":false}},"defaultValue":"..."},{"id":1343,"name":"MUTE_MEMBERS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":37,"character":1}],"type":{"type":"literal","value":{"value":"4194304","negative":false}},"defaultValue":"..."},{"id":1329,"name":"PRIORITY_SPEAKER","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":23,"character":1}],"type":{"type":"literal","value":{"value":"256","negative":false}},"defaultValue":"..."},{"id":1337,"name":"READ_MESSAGE_HISTORY","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":31,"character":1}],"type":{"type":"literal","value":{"value":"65536","negative":false}},"defaultValue":"..."},{"id":1332,"name":"SEND_MESSAGES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":26,"character":1}],"type":{"type":"literal","value":{"value":"2048","negative":false}},"defaultValue":"..."},{"id":1333,"name":"SEND_TTS_MESSAGES","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":27,"character":1}],"type":{"type":"literal","value":{"value":"4096","negative":false}},"defaultValue":"..."},{"id":1342,"name":"SPEAK","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":36,"character":1}],"type":{"type":"literal","value":{"value":"2097152","negative":false}},"defaultValue":"..."},{"id":1330,"name":"STREAM","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":24,"character":1}],"type":{"type":"literal","value":{"value":"512","negative":false}},"defaultValue":"..."},{"id":1339,"name":"USE_EXTERNAL_EMOJIS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":33,"character":1}],"type":{"type":"literal","value":{"value":"262144","negative":false}},"defaultValue":"..."},{"id":1346,"name":"USE_VAD","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":40,"character":1}],"type":{"type":"literal","value":{"value":"33554432","negative":false}},"defaultValue":"..."},{"id":1328,"name":"VIEW_AUDIT_LOG","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":22,"character":1}],"type":{"type":"literal","value":{"value":"128","negative":false}},"defaultValue":"..."},{"id":1331,"name":"VIEW_CHANNEL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":25,"character":1}],"type":{"type":"literal","value":{"value":"1024","negative":false}},"defaultValue":"..."},{"id":1340,"name":"VIEW_GUILD_INSIGHTS","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":34,"character":1}],"type":{"type":"literal","value":{"value":"524288","negative":false}},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[1327,1324,1336,1323,1347,1341,1321,1344,1335,1322,1325,1351,1326,1334,1348,1349,1350,1338,1345,1343,1329,1337,1332,1333,1342,1330,1339,1346,1328,1331,1340]}]}},"defaultValue":"..."},{"id":1462,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"tags":[{"tag":"deprecated","text":"API v6 is deprecated and the types will not receive further updates, please update to v8.\n"}]},"sources":[{"fileName":"rest/v6/index.ts","line":22,"character":13}],"type":{"type":"reflection","declaration":{"id":1463,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1467,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":37,"character":1}],"signatures":[{"id":1468,"name":"channel","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}`\n- PATCH `/channels/{channel.id}`\n- DELETE `/channels/{channel.id}`"},"parameters":[{"id":1469,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1501,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":112,"character":1}],"signatures":[{"id":1502,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":1503,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1477,"name":"channelCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":64,"character":1}],"signatures":[{"id":1478,"name":"channelCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":1479,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1480,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1511,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":138,"character":1}],"signatures":[{"id":1512,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":1513,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1508,"name":"channelInvite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":130,"character":1}],"signatures":[{"id":1509,"name":"channelInvite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/invites`\n- POST `/channels/{channel.id}/invites`"},"parameters":[{"id":1510,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1473,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":56,"character":1}],"signatures":[{"id":1474,"name":"channelMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}`\n- PATCH `/channels/{channel.id}/messages/{message.id}`\n- DELETE `/channels/{channel.id}/messages/{message.id}`"},"parameters":[{"id":1475,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1476,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1497,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":104,"character":1}],"signatures":[{"id":1498,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":1499,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1500,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1481,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":75,"character":1}],"signatures":[{"id":1482,"name":"channelMessageOwnReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`","text":"**Note**: You need to URL encode the emoji yourself.\n"},"parameters":[{"id":1483,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1484,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1485,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1492,"name":"channelMessageSpecificReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":96,"character":1}],"signatures":[{"id":1493,"name":"channelMessageSpecificReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`","text":"**Note**: You need to URL encode the emoji yourself.\n"},"parameters":[{"id":1494,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1495,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1496,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1486,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":85,"character":1}],"signatures":[{"id":1487,"name":"channelMessageUserReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/{user.id}`","text":"**Note**: You need to URL encode the emoji yourself.\n"},"parameters":[{"id":1488,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1489,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1490,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1491,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1470,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":46,"character":1}],"signatures":[{"id":1471,"name":"channelMessages","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages`\n- POST `/channels/{channel.id}/messages`"},"parameters":[{"id":1472,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1504,"name":"channelPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":121,"character":1}],"signatures":[{"id":1505,"name":"channelPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/permissions/{overwrite.id}`\n- DELETE `/channels/{channel.id}/permissions/{overwrite.id}`"},"parameters":[{"id":1506,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1507,"name":"overwriteID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1520,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":163,"character":1}],"signatures":[{"id":1521,"name":"channelPin","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/pins/{message.id}`\n- DELETE `/channels/{channel.id}/pins/{message.id}`"},"parameters":[{"id":1522,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1523,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1517,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":154,"character":1}],"signatures":[{"id":1518,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":1519,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1524,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":172,"character":1}],"signatures":[{"id":1525,"name":"channelRecipient","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/recipients/{user.id}`\n- DELETE `/channels/{channel.id}/recipients/{user.id}`"},"parameters":[{"id":1526,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1527,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1514,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":146,"character":1}],"signatures":[{"id":1515,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":1516,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1627,"name":"channelWebhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":459,"character":1}],"signatures":[{"id":1628,"name":"channelWebhook","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/webhooks`\n- GET `/channels/{channel.id}/webhooks`"},"parameters":[{"id":1629,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1642,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":502,"character":1}],"signatures":[{"id":1643,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1644,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":510,"character":1}],"signatures":[{"id":1645,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1537,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":209,"character":1}],"signatures":[{"id":1538,"name":"guild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}`\n- PATCH `/guilds/{guild.id}`\n- DELETE `/guilds/{guild.id}`"},"parameters":[{"id":1539,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1464,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":27,"character":1}],"signatures":[{"id":1465,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":1466,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1567,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":289,"character":1}],"signatures":[{"id":1568,"name":"guildBan","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans/{user.id}`\n- PUT `/guilds/{guild.id}/bans/{user.id}`\n- DELETE `/guilds/{guild.id}/bans/{user.id}`"},"parameters":[{"id":1569,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1570,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1564,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":279,"character":1}],"signatures":[{"id":1565,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":1566,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1543,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":227,"character":1}],"signatures":[{"id":1544,"name":"guildChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/channels`\n- POST `/guilds/{guild.id}/channels`\n- PATCH `/guilds/{guild.id}/channels`"},"parameters":[{"id":1545,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1556,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":262,"character":1}],"signatures":[{"id":1557,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`"},"parameters":[{"id":1558,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1531,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":191,"character":1}],"signatures":[{"id":1532,"name":"guildEmoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis/{emoji.id}`\n- PATCH `/guilds/{guild.id}/emojis/{emoji.id}`\n- DELETE `/guilds/{guild.id}/emojis/{emoji.id}`"},"parameters":[{"id":1533,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1534,"name":"emojiID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1528,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":181,"character":1}],"signatures":[{"id":1529,"name":"guildEmojis","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis`\n- POST `/guilds/{guild.id}/emojis`"},"parameters":[{"id":1530,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1590,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":351,"character":1}],"signatures":[{"id":1591,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/integrations/{integration.id}`\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":1592,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1593,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1594,"name":"guildIntegrationSync","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":359,"character":1}],"signatures":[{"id":1595,"name":"guildIntegrationSync","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/integrations/{integration.id}/sync`"},"parameters":[{"id":1596,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1597,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1587,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":342,"character":1}],"signatures":[{"id":1588,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`\n- POST `/guilds/{guild.id}/integrations`"},"parameters":[{"id":1589,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1584,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":333,"character":1}],"signatures":[{"id":1585,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":1586,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1546,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":238,"character":1}],"signatures":[{"id":1547,"name":"guildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/{user.id}`\n- PUT `/guilds/{guild.id}/members/{user.id}`\n- PATCH `/guilds/{guild.id}/members/{user.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}`"},"parameters":[{"id":1548,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1549,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1559,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":271,"character":1}],"signatures":[{"id":1560,"name":"guildMemberRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`"},"parameters":[{"id":1561,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1562,"name":"memberID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1563,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1550,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":246,"character":1}],"signatures":[{"id":1551,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":1552,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1553,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":254,"character":1}],"signatures":[{"id":1554,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":1555,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1540,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":217,"character":1}],"signatures":[{"id":1541,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":1542,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1578,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":317,"character":1}],"signatures":[{"id":1579,"name":"guildPrune","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/prune`\n- POST `/guilds/{guild.id}/prune`"},"parameters":[{"id":1580,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1574,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":308,"character":1}],"signatures":[{"id":1575,"name":"guildRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/roles/{role.id}`"},"parameters":[{"id":1576,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1577,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1571,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":299,"character":1}],"signatures":[{"id":1572,"name":"guildRoles","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/roles`\n- POST `/guilds/{guild.id}/roles`\n- PATCH `/guilds/{guild.id}/roles`"},"parameters":[{"id":1573,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1604,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":383,"character":1}],"signatures":[{"id":1605,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":1606,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1581,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":325,"character":1}],"signatures":[{"id":1582,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":1583,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1630,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":467,"character":1}],"signatures":[{"id":1631,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":1632,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1598,"name":"guildWidget","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":366,"character":1}],"signatures":[{"id":1599,"name":"guildWidget","kind":4096,"kindString":"Call signature","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `guildWidgetSettings` instead\n"}]},"parameters":[{"id":1600,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1607,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":391,"character":1}],"signatures":[{"id":1608,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":1609,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1601,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":375,"character":1}],"signatures":[{"id":1602,"name":"guildWidgetSettings","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget`\n- PATCH `/guilds/{guild.id}/widget`"},"parameters":[{"id":1603,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1535,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":199,"character":1}],"signatures":[{"id":1536,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1610,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":400,"character":1}],"signatures":[{"id":1611,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":1612,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1646,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":518,"character":1}],"signatures":[{"id":1647,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1613,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":410,"character":1}],"signatures":[{"id":1614,"name":"user","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me`\n- GET `/users/{user.id}`\n- PATCH `/users/@me`"},"parameters":[{"id":1615,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1621,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":434,"character":1}],"signatures":[{"id":1622,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1623,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":442,"character":1}],"signatures":[{"id":1624,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1618,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":426,"character":1}],"signatures":[{"id":1619,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":1620,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1616,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":418,"character":1}],"signatures":[{"id":1617,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1625,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":450,"character":1}],"signatures":[{"id":1626,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1633,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":481,"character":1}],"signatures":[{"id":1634,"name":"webhook","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}`\n- GET `/webhooks/{webhook.id}/{webhook.token}`\n- PATCH `/webhooks/{webhook.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}`\n- DELETE `/webhooks/{webhook.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}`\n- POST `/webhooks/{webhook.id}/{webhook.token}`"},"parameters":[{"id":1635,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1636,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1637,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":494,"character":1}],"signatures":[{"id":1638,"name":"webhookPlatform","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/webhooks/{webhook.id}/{webhook.token}/slack`\n- POST `/webhooks/{webhook.id}/{webhook.token}/github`"},"parameters":[{"id":1639,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1640,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1641,"name":"platform","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"literal","value":"github"},{"type":"literal","value":"slack"}]}}],"type":{"type":"intrinsic","name":"string"}}]}],"groups":[{"title":"Methods","kind":2048,"children":[1467,1501,1477,1511,1508,1473,1497,1481,1492,1486,1470,1504,1520,1517,1524,1514,1627,1642,1644,1537,1464,1567,1564,1543,1556,1531,1528,1590,1594,1587,1584,1546,1559,1550,1553,1540,1578,1574,1571,1604,1581,1630,1598,1607,1601,1535,1610,1646,1613,1621,1623,1618,1616,1625,1633,1637]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[731,728,1649,1650,1648,729]},{"title":"Enumerations","kind":8,"children":[1101,1086,1662,745,790,870,1423,976,437,492,476,425,1172,1175,1196,1179,1188,1193,1182,1265,1249,1287,937,942,906,959,1064,1377,1394,1409,464,452,1458]},{"title":"Interfaces","kind":256,"children":[1666,1303,1013,732,839,737,781,1262,851,1021,1413,962,1000,1009,1005,992,997,983,988,1033,1289,1026,1044,1042,1048,1123,1769,1780,1233,1255,1225,1211,1271,1274,1222,1252,1278,878,924,927,933,952,1657,847,1029,1111,948,1352,1363,1367,1372,1108,1380,1439,1446,1071,1096,1092,676,542,538,532,683,679,546,1052,723,550,702,695,720,1426,712,2025,1651,1717,1683,2021,1905,1836,1840,1892,1895,1800,1925,1928,1931,1987,1995,1936,1943,1981,1967,1670,1708,1858,2017,1762,1912,1804,1851,1884,2048,1752,1735,1689,1725,2040,2035,1757,1908,1897,1901,1872,1787,2057,2070,1953,1946,2000,2007,1975,1959,1728,1746,1866,1844]},{"title":"Type Aliases","kind":4194304,"children":[793,806,807,799,800,824,825,817,838,814,829,828,821,835,804,826,827,844,845,846,803,822,795,830,801,833,831,823,836,816,794,837,797,815,819,820,812,808,818,798,796,811,834,813,843,832,805,802,810,809,1774,1221,1099,1095,1100,564,566,563,567,565,531,580,576,581,573,575,582,586,589,592,596,599,572,612,614,608,613,574,618,631,636,646,641,651,653,652,654,637,1070,657,554,530,562,529,658,665,667,666,672,2039,1724,1723,1716,1733,1745,1750,1682,2034,1870,1766,1917,1863,1862,1824,1891,1934,2055,2056,1656,1734,1721,1713,1688,1743,1680,2044,2038,2033,2015,1768,1767,1865,1864,1825,1756,1755,1907,1904,1835,1839,1843,1803,1802,1871,1903,2045,1930,1919,1920,1933,1935,2016,2046,2047,1974,1715,1681,1860,2020,1828,1834,1765,1916,1857,1823,1879,1883,1890,1921,1923,1922,1924,2052,2053,2054,1754,1751,1696,1714,1727,1742,2043,2037,1826,1827,1761,1911,1918,1878,1799,2064,2075,2072,2074,2073,2014,1980,1966,1722,1732,1744,1749,1869,1850,1861]},{"title":"Variables","kind":32,"children":[1461,424,1319,1462]}],"sources":[{"fileName":"v6.ts","line":1,"character":0}]},{"id":285,"name":"v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":2457,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":2454,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":18},{"id":4166,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":227},{"id":4167,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":258},{"id":2459,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":66},{"id":2458,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":23},{"id":4165,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":4780,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":4779,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260},{"id":2455,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":2076,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v8.ts","line":6,"character":12}],"target":319},{"id":3043,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3052,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":322,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":3044,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":314,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3045,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":315,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3047,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":317,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":3050,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":320,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":3051,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":321,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":3049,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":319,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":3046,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":316,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3048,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":318,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3052,3044,3045,3047,3050,3051,3049,3046,3048]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":313,"character":12}]},{"id":3023,"name":"ActivityPlatform","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3024,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":223,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":3025,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":224,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":3026,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":225,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3024,3025,3026]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":222,"character":12}]},{"id":3027,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3033,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":256,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":3032,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":252,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3030,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":244,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3028,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":236,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3029,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":240,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3031,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":248,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3033,3032,3030,3028,3029,3031]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":232,"character":12}]},{"id":2885,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2886,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1014,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":2887,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1018,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":2888,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1022,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2886,2887,2888]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1010,"character":12}]},{"id":3436,"name":"ApplicationCommandOptionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-type","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3447,"name":"Attachment","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":16,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":3441,"name":"Boolean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":10,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":3443,"name":"Channel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":12,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":3440,"name":"Integer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":9,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3445,"name":"Mentionable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":14,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":3446,"name":"Number","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":15,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":3444,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":13,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":3439,"name":"String","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":8,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3437,"name":"Subcommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3438,"name":"SubcommandGroup","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":7,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3442,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":11,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3447,3441,3443,3440,3445,3446,3444,3439,3437,3438,3442]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":5,"character":12}]},{"id":3516,"name":"ApplicationCommandPermissionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permission-type","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3517,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":50,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3518,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":51,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3517,3518]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":49,"character":12}]},{"id":3366,"name":"ApplicationCommandType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3367,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":74,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3369,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":76,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3368,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":75,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3367,3369,3368]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":73,"character":12}]},{"id":2485,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2495,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":131,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"},{"id":2498,"name":"EmbeddedFirstParty","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":134,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":2486,"name":"EmbeddedReleased","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":122,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2492,"name":"GatewayGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":128,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":2493,"name":"GatewayGuildMembersLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":129,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"},{"id":2496,"name":"GatewayMessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":132,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":2497,"name":"GatewayMessageContentLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":133,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":2490,"name":"GatewayPresence","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":126,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":2491,"name":"GatewayPresenceLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":127,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":2488,"name":"GroupDMCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":124,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":2487,"name":"ManagedEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":123,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2489,"name":"RPCHasConnected","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":125,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":2494,"name":"VerificationPendingGuildLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":130,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2495,2498,2486,2492,2493,2496,2497,2490,2491,2488,2487,2489,2494]}],"sources":[{"fileName":"payloads/v8/application.ts","line":121,"character":12}]},{"id":2513,"name":"AuditLogEvent","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2529,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":128,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":2515,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":113,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":2517,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":115,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":2518,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":116,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":2520,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":118,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":2519,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":117,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":2516,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":114,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":2539,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":2541,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":144,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":2540,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":2555,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":162,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":2557,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":2556,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":2514,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":111,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2546,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":2548,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":153,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":2547,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":2533,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":134,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":2535,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":2534,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":135,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":2523,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":122,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":2524,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":123,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":2528,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":127,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":2521,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":120,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":2527,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":126,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":2522,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":121,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":2526,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":125,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":2525,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":124,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":2543,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":2542,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":2544,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":2545,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":149,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":2530,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":130,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":2532,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":132,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":2531,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":131,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":2549,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":154,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":2551,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":2550,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":2552,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":158,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":2554,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":2553,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":2536,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":2538,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":2537,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2529,2515,2517,2518,2520,2519,2516,2539,2541,2540,2555,2557,2556,2514,2546,2548,2547,2533,2535,2534,2523,2524,2528,2521,2527,2522,2526,2525,2543,2542,2544,2545,2530,2532,2531,2549,2551,2550,2552,2554,2553,2536,2538,2537]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":110,"character":12}]},{"id":2567,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2569,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":261,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":2568,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":260,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2569,2568]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":259,"character":12}]},{"id":2925,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2929,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1174,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2930,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1175,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":2926,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1171,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2927,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1172,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2928,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1173,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2929,2930,2926,2927,2928]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1170,"character":12}]},{"id":2716,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2718,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v8/channel.ts","line":239,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2720,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v8/channel.ts","line":247,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":2721,"name":"GuildCategory","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An organizational category that contains up to 50 channels","text":"See https://support.discord.com/hc/en-us/articles/115001580171-Channel-Categories-101\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":253,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2722,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","text":"See https://support.discord.com/hc/en-us/articles/360032008192\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":259,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":2724,"name":"GuildStageVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel for hosting events with an audience","text":"See https://support.discord.com/hc/en-us/articles/1500005513722\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":271,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":2723,"name":"GuildStore","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel in which game developers can sell their game on Discord","text":"See https://discord.com/developers/docs/game-and-server-management/special-channels\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":265,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":2717,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v8/channel.ts","line":235,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":2719,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v8/channel.ts","line":243,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2718,2720,2721,2722,2724,2723,2717,2719]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":231,"character":12}]},{"id":2897,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2898,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1071,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2899,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1075,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2900,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select Menu component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1079,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":2901,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1083,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2898,2899,2900,2901]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1067,"character":12}]},{"id":3836,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3838,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v8/user.ts","line":220,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3837,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v8/user.ts","line":216,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3838,3837]}],"sources":[{"fileName":"payloads/v8/user.ts","line":212,"character":12}]},{"id":2832,"name":"EmbedType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-types","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*"},{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2837,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":776,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":2836,"name":"GIFV","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Animated gif image embed rendered as a video embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":772,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":2834,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":764,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":2838,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":780,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":2833,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v8/channel.ts","line":760,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":2835,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":768,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2837,2836,2834,2838,2833,2835]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":756,"character":12}]},{"id":2090,"name":"GatewayCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-close-event-codes","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2096,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent more than one identify payload. Don't do that!"},"sources":[{"fileName":"gateway/v8.ts","line":124,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":2095,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The account token sent with your identify payload is incorrect","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v8.ts","line":120,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":2093,"name":"DecodeError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid payload to us. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#sending-payloads\n"},"sources":[{"fileName":"gateway/v8.ts","line":108,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":2104,"name":"DisallowedIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent a disallowed intent for a Gateway Intent. You may have tried to specify an intent that you have not\nenabled or are not whitelisted for","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n\nSee https://discord.com/developers/docs/topics/gateway#privileged-intents\n"},"sources":[{"fileName":"gateway/v8.ts","line":169,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":2102,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v8.ts","line":154,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":2103,"name":"InvalidIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid intent for a Gateway Intent. You may have incorrectly calculated the bitwise value","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v8.ts","line":160,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":2097,"name":"InvalidSeq","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The sequence sent when resuming the session was invalid. Reconnect and start a new session","text":"See https://discord.com/developers/docs/topics/gateway#resume\n"},"sources":[{"fileName":"gateway/v8.ts","line":130,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":2100,"name":"InvalidShard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us an invalid shard when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v8.ts","line":144,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":2094,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us a payload prior to identifying","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v8.ts","line":114,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":2098,"name":"RateLimited","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this"},"sources":[{"fileName":"gateway/v8.ts","line":134,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":2099,"name":"SessionTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Your session timed out. Reconnect and start a new one"},"sources":[{"fileName":"gateway/v8.ts","line":138,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":2101,"name":"ShardingRequired","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session would have handled too many guilds - you are required to shard your connection in order to connect","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v8.ts","line":150,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":2091,"name":"UnknownError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We're not sure what went wrong. Try reconnecting?"},"sources":[{"fileName":"gateway/v8.ts","line":96,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":2092,"name":"UnknownOpcode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid Gateway opcode or an invalid payload for an opcode. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#payloads-and-opcodes\n"},"sources":[{"fileName":"gateway/v8.ts","line":102,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2096,2095,2093,2104,2102,2103,2097,2100,2094,2098,2099,2101,2091,2092]}],"sources":[{"fileName":"gateway/v8.ts","line":92,"character":12}]},{"id":2122,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#commands-and-events-gateway-events","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2123,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":200,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":2124,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":201,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":2125,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":202,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":2126,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":203,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":2127,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":204,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":2128,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":205,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":2129,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":206,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":2130,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":207,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":2131,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":208,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":2132,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":209,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":2133,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":2134,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":2136,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":2135,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":2137,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":2138,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":2139,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":2167,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":244,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":2169,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":246,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":2168,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":245,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":2170,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":247,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":2171,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":248,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":2140,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":2141,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":2142,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":219,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":2143,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":220,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":2144,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":221,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":2145,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":222,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":2146,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":223,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":2147,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":224,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":2148,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":225,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":2149,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":226,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":2150,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":227,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":2151,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":228,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":2152,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":229,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":2153,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":230,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":2154,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":2155,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":2156,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":233,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":2160,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":237,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":2161,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":238,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":2157,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":234,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":2158,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":235,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":2159,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":236,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":2162,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":239,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":2163,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":240,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":2164,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":241,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":2165,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":242,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":2166,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":243,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2136,2135,2137,2138,2139,2167,2169,2168,2170,2171,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2160,2161,2157,2158,2159,2162,2163,2164,2165,2166]}],"sources":[{"fileName":"gateway/v8.ts","line":199,"character":12}]},{"id":2105,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2119,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":190,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":2120,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":191,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":2118,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":189,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":2108,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":179,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2109,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":180,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":2110,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":181,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":2112,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":183,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":2107,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":178,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2116,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":187,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":2117,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":188,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":2115,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":186,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":2114,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":185,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":2121,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":192,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":2113,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":184,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":2111,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":182,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":2106,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":177,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2119,2120,2118,2108,2109,2110,2112,2107,2116,2117,2115,2114,2121,2113,2111,2106]}],"sources":[{"fileName":"gateway/v8.ts","line":176,"character":12}]},{"id":2078,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2079,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v8.ts","line":44,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":2080,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A bidirectional opcode to maintain an active gateway connection.\nFired periodically by the client, or fired by the gateway to request an immediate heartbeat from the client."},"sources":[{"fileName":"gateway/v8.ts","line":49,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2089,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent in response to receiving a heartbeat to acknowledge that it has been received"},"sources":[{"fileName":"gateway/v8.ts","line":85,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":2088,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent immediately after connecting, contains the `heartbeat_interval` to use"},"sources":[{"fileName":"gateway/v8.ts","line":81,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":2081,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v8.ts","line":53,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2087,"name":"InvalidSession","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session has been invalidated. You should reconnect and identify/resume accordingly"},"sources":[{"fileName":"gateway/v8.ts","line":77,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":2082,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v8.ts","line":57,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":2085,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v8.ts","line":69,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":2086,"name":"RequestGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Request information about offline guild members in a large guild"},"sources":[{"fileName":"gateway/v8.ts","line":73,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":2084,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v8.ts","line":65,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":2083,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Used to join/leave or move between voice channels"},"sources":[{"fileName":"gateway/v8.ts","line":61,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2079,2080,2089,2088,2081,2087,2082,2085,2086,2084,2083]}],"sources":[{"fileName":"gateway/v8.ts","line":40,"character":12}]},{"id":3123,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3124,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":351,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3125,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":352,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3124,3125]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":350,"character":12}]},{"id":3126,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3129,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":362,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3127,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":360,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3128,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":361,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3129,3127,3128]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":359,"character":12}]},{"id":3154,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3155,"name":"AnimatedBanner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild banner image"},"sources":[{"fileName":"payloads/v8/guild.ts","line":454,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":3156,"name":"AnimatedIcon","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild icon"},"sources":[{"fileName":"payloads/v8/guild.ts","line":458,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":3157,"name":"Banner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a guild banner image"},"sources":[{"fileName":"payloads/v8/guild.ts","line":462,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":3158,"name":"Commerce","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to use commerce features (i.e. create store channels)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":466,"character":1}],"type":{"type":"literal","value":"COMMERCE"},"defaultValue":"\"COMMERCE\""},{"id":3159,"name":"Community","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can enable welcome screen, Membership Screening and discovery, and receives community updates"},"sources":[{"fileName":"payloads/v8/guild.ts","line":470,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":3160,"name":"Discoverable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be discovered in the directory"},"sources":[{"fileName":"payloads/v8/guild.ts","line":474,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":3161,"name":"Featurable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be featured in the directory"},"sources":[{"fileName":"payloads/v8/guild.ts","line":478,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":3162,"name":"InviteSplash","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an invite splash background"},"sources":[{"fileName":"payloads/v8/guild.ts","line":482,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":3163,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v8/guild.ts","line":486,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":3164,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v8/guild.ts","line":490,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":3165,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v8/guild.ts","line":494,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":3166,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":498,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":3167,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v8/guild.ts","line":502,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":3168,"name":"PreviewEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can be previewed before joining via Membership Screening or the directory"},"sources":[{"fileName":"payloads/v8/guild.ts","line":506,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":3169,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v8/guild.ts","line":510,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":3170,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":511,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":3171,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v8/guild.ts","line":515,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":3172,"name":"SevenDayThreadArchive","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to the seven day archive time for threads"},"sources":[{"fileName":"payloads/v8/guild.ts","line":519,"character":1}],"type":{"type":"literal","value":"SEVEN_DAY_THREAD_ARCHIVE"},"defaultValue":"\"SEVEN_DAY_THREAD_ARCHIVE\""},{"id":3173,"name":"ThreeDayThreadArchive","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to the three day archive time for threads"},"sources":[{"fileName":"payloads/v8/guild.ts","line":523,"character":1}],"type":{"type":"literal","value":"THREE_DAY_THREAD_ARCHIVE"},"defaultValue":"\"THREE_DAY_THREAD_ARCHIVE\""},{"id":3174,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v8/guild.ts","line":527,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":3177,"name":"VIPRegions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set 384kbps bitrate in voice (previously VIP voice servers)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":539,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":3175,"name":"VanityURL","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a vanity URL"},"sources":[{"fileName":"payloads/v8/guild.ts","line":531,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":3176,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v8/guild.ts","line":535,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":3178,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v8/guild.ts","line":543,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3177,3175,3176,3178]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":450,"character":12}]},{"id":3130,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3132,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":371,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3131,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":370,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3132,3131]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":369,"character":12}]},{"id":3133,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3137,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":382,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3134,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":379,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3135,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":380,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3136,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":381,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3137,3134,3135,3136]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":378,"character":12}]},{"id":3144,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3145,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":417,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3146,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":418,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3147,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":419,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3148,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":420,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3145,3146,3147,3148]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":416,"character":12}]},{"id":3338,"name":"GuildScheduledEventEntityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3341,"name":"External","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":128,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3339,"name":"StageInstance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":126,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3340,"name":"Voice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":127,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3341,3339,3340]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":125,"character":12}]},{"id":3347,"name":"GuildScheduledEventPrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-privacy-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3348,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The scheduled event is only accessible to guild members"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":150,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3348]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":146,"character":12}]},{"id":3342,"name":"GuildScheduledEventStatus","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-status","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3344,"name":"Active","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":137,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3346,"name":"Canceled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":139,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3345,"name":"Completed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":138,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3343,"name":"Scheduled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":136,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3344,3346,3345,3343]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":135,"character":12}]},{"id":3149,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3152,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v8/guild.ts","line":439,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3153,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v8/guild.ts","line":443,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":3150,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v8/guild.ts","line":431,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3151,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v8/guild.ts","line":435,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3152,3153,3150,3151]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":427,"character":12}]},{"id":3138,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3142,"name":"High","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be a member of the guild for longer than 10 minutes"},"sources":[{"fileName":"payloads/v8/guild.ts","line":405,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3140,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v8/guild.ts","line":397,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3141,"name":"Medium","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be registered on Discord for longer than 5 minutes"},"sources":[{"fileName":"payloads/v8/guild.ts","line":401,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3139,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v8/guild.ts","line":393,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":3143,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v8/guild.ts","line":409,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3142,3140,3141,3139,3143]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":389,"character":12}]},{"id":3259,"name":"GuildWidgetStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3261,"name":"Banner1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. \"POWERED BY DISCORD\" as the footer of the widget"},"sources":[{"fileName":"payloads/v8/guild.ts","line":904,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":3262,"name":"Banner2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Smaller widget style with guild icon, name and online count. Split on the right with Discord logo"},"sources":[{"fileName":"payloads/v8/guild.ts","line":908,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":3263,"name":"Banner3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. In the footer, Discord logo on the left and \"Chat Now\" on the right"},"sources":[{"fileName":"payloads/v8/guild.ts","line":912,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":3264,"name":"Banner4","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large Discord logo at the top of the widget. Guild icon, name and online count in the middle portion of the widget\nand a \"JOIN MY SERVER\" button at the bottom"},"sources":[{"fileName":"payloads/v8/guild.ts","line":917,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":3260,"name":"Shield","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Shield style widget with Discord icon and guild members online count"},"sources":[{"fileName":"payloads/v8/guild.ts","line":900,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3261,3262,3263,3264,3260]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":896,"character":12}]},{"id":3222,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3224,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":785,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3223,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":784,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3224,3223]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":783,"character":12}]},{"id":3614,"name":"InteractionResponseType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3620,"name":"ApplicationCommandAutocompleteResult","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For autocomplete interactions"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":113,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":3616,"name":"ChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with a message"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":97,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3617,"name":"DeferredChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK an interaction and edit to a response later, the user sees a loading state"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":101,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":3618,"name":"DeferredMessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and update it to a loading state"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":105,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":3621,"name":"Modal","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with an modal for a user to fill-out"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":117,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":3615,"name":"Pong","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a `Ping`"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":93,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3619,"name":"UpdateMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and edit the message to which the button was attached"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":109,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3620,3616,3617,3618,3621,3615,3619]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":89,"character":12}]},{"id":3588,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3590,"name":"ApplicationCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":12,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3592,"name":"ApplicationCommandAutocomplete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":14,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3591,"name":"MessageComponent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":13,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3593,"name":"ModalSubmit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":15,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":3589,"name":"Ping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":11,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3590,3592,3591,3593,3589]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":10,"character":12}]},{"id":3645,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3647,"name":"EmbeddedApplication","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/invite.ts","line":100,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3646,"name":"Stream","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/invite.ts","line":99,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3647,3646]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":98,"character":12}]},{"id":3282,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3283,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v8/guild.ts","line":1005,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3283]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":1001,"character":12}]},{"id":2790,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2791,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":548,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2794,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":551,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":2793,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":550,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":2792,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":549,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2791,2794,2793,2792]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":547,"character":12}]},{"id":2795,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2796,"name":"Crossposted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message has been published to subscribed channels (via Channel Following)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":562,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2801,"name":"Ephemeral","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is only visible to the user who invoked the Interaction"},"sources":[{"fileName":"payloads/v8/channel.ts","line":582,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":2797,"name":"IsCrosspost","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message originated from a message in another channel (via Channel Following)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":566,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2802,"name":"Loading","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is an Interaction Response and the bot is \"thinking\""},"sources":[{"fileName":"payloads/v8/channel.ts","line":586,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":2799,"name":"SourceMessageDeleted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The source message for this crosspost has been deleted (via Channel Following)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":574,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":2798,"name":"SuppressEmbeds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Do not include any embeds when serializing this message"},"sources":[{"fileName":"payloads/v8/channel.ts","line":570,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2800,"name":"Urgent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message came from the urgent message system"},"sources":[{"fileName":"payloads/v8/channel.ts","line":578,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2796,2801,2797,2802,2799,2798,2800]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":558,"character":12}]},{"id":2761,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2765,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":485,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":2774,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":494,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":2767,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":487,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":2766,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":486,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":2768,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":488,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":2780,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":500,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":2782,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":502,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":2762,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":482,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":2775,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":495,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":2778,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":498,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":2777,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":497,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":2776,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":496,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":2781,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":501,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":2769,"name":"GuildMemberJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":489,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":2763,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":483,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2764,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":484,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2779,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":499,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":2770,"name":"UserPremiumGuildSubscription","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":490,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":2771,"name":"UserPremiumGuildSubscriptionTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":491,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":2772,"name":"UserPremiumGuildSubscriptionTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":492,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":2773,"name":"UserPremiumGuildSubscriptionTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":493,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2765,2774,2767,2766,2768,2780,2782,2762,2775,2778,2777,2776,2781,2769,2763,2764,2779,2770,2771,2772,2773]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":481,"character":12}]},{"id":3666,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3684,"name":"ActivitiesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to fetch data from a user's \"Now Playing/Recently Played\" list - requires Discord approval"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":98,"character":1}],"type":{"type":"literal","value":"activities.read"},"defaultValue":"\"activities.read\""},{"id":3685,"name":"ActivitiesWrite","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update a user's activity - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)","text":"See https://discord.com/developers/docs/game-sdk/activities\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":104,"character":1}],"type":{"type":"literal","value":"activities.write"},"defaultValue":"\"activities.write\""},{"id":3680,"name":"ApplicationsBuildsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read build data for a user's applications"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":82,"character":1}],"type":{"type":"literal","value":"applications.builds.read"},"defaultValue":"\"applications.builds.read\""},{"id":3679,"name":"ApplicationsBuildsUpload","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to upload/update builds for a user's applications - requires Discord approval"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":78,"character":1}],"type":{"type":"literal","value":"applications.builds.upload"},"defaultValue":"\"applications.builds.upload\""},{"id":3686,"name":"ApplicationsCommands","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to use Application Commands in a guild","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":110,"character":1}],"type":{"type":"literal","value":"applications.commands"},"defaultValue":"\"applications.commands\""},{"id":3687,"name":"ApplicationsCommandsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update its Application Commands via this bearer token - client credentials grant only","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":116,"character":1}],"type":{"type":"literal","value":"applications.commands.update"},"defaultValue":"\"applications.commands.update\""},{"id":3682,"name":"ApplicationsEntitlements","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read entitlements for a user's applications"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":90,"character":1}],"type":{"type":"literal","value":"applications.entitlements"},"defaultValue":"\"applications.entitlements\""},{"id":3681,"name":"ApplicationsStoreUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read and update store data (SKUs, store listings, achievements, etc.) for a user's applications"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":86,"character":1}],"type":{"type":"literal","value":"applications.store.update"},"defaultValue":"\"applications.store.update\""},{"id":3667,"name":"Bot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For oauth2 bots, this puts the bot in the user's selected guild by default"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":12,"character":1}],"type":{"type":"literal","value":"bot"},"defaultValue":"\"bot\""},{"id":3668,"name":"Connections","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/connections](https://discord.com/developers/docs/resources/user#get-user-connections)\nto return linked third-party accounts","text":"See https://discord.com/developers/docs/resources/user#get-user-connections\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":19,"character":1}],"type":{"type":"literal","value":"connections"},"defaultValue":"\"connections\""},{"id":3669,"name":"Email","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Enables [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) to return an `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":25,"character":1}],"type":{"type":"literal","value":"email"},"defaultValue":"\"email\""},{"id":3674,"name":"GroupDMJoins","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to join users to a group dm","text":"See https://discord.com/developers/docs/resources/channel#group-dm-add-recipient\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":57,"character":1}],"type":{"type":"literal","value":"gdm.join"},"defaultValue":"\"gdm.join\""},{"id":3671,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/guilds](https://discord.com/developers/docs/resources/user#get-current-user-guilds)\nto return basic information about all of a user's guilds","text":"See https://discord.com/developers/docs/resources/user#get-current-user-guilds\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":38,"character":1}],"type":{"type":"literal","value":"guilds"},"defaultValue":"\"guilds\""},{"id":3672,"name":"GuildsJoin","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/guilds/{guild.id}/members/{user.id}](https://discord.com/developers/docs/resources/guild#add-guild-member)\nto be used for joining users to a guild","text":"See https://discord.com/developers/docs/resources/guild#add-guild-member\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":45,"character":1}],"type":{"type":"literal","value":"guilds.join"},"defaultValue":"\"guilds.join\""},{"id":3673,"name":"GuildsMembersRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows /users/@me/guilds/{guild.id}/member to return a user's member information in a guild","text":"See https://discord.com/developers/docs/resources/guild#get-current-user-guild-member\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":51,"character":1}],"type":{"type":"literal","value":"guilds.members.read"},"defaultValue":"\"guilds.members.read\""},{"id":3670,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) without `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":31,"character":1}],"type":{"type":"literal","value":"identify"},"defaultValue":"\"identify\""},{"id":3675,"name":"MessagesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to read messages from all client channels\n(otherwise restricted to channels/guilds your app creates)"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":62,"character":1}],"type":{"type":"literal","value":"messages.read"},"defaultValue":"\"messages.read\""},{"id":3676,"name":"RPC","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server access, this allows you to control a user's local Discord client - requires Discord approval"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":66,"character":1}],"type":{"type":"literal","value":"rpc"},"defaultValue":"\"rpc\""},{"id":3677,"name":"RPCNotificationsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to receive notifications pushed out to the user - requires Discord approval"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":70,"character":1}],"type":{"type":"literal","value":"rpc.notifications.read"},"defaultValue":"\"rpc.notifications.read\""},{"id":3683,"name":"RelationshipsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to know a user's friends and implicit relationships - requires Discord approval"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":94,"character":1}],"type":{"type":"literal","value":"relationships.read"},"defaultValue":"\"relationships.read\""},{"id":3678,"name":"WebhookIncoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This generates a webhook that is returned in the oauth token response for authorization code grants"},"sources":[{"fileName":"payloads/v8/oauth2.ts","line":74,"character":1}],"type":{"type":"literal","value":"webhook.incoming"},"defaultValue":"\"webhook.incoming\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3684,3685,3680,3679,3686,3687,3682,3681,3667,3668,3669,3674,3671,3672,3673,3670,3675,3676,3677,3683,3678]}],"sources":[{"fileName":"payloads/v8/oauth2.ts","line":8,"character":12}]},{"id":2815,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2817,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":663,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2816,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":662,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2817,2816]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":661,"character":12}]},{"id":2993,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2995,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":103,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":2996,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":104,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":2997,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":108,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":2998,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":109,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":2994,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/gateway.ts","line":102,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2995,2996,2997,2998,2994]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":101,"character":12}]},{"id":3711,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3713,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible to only guild members"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":49,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3712,"name":"Public","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible publicly, such as on stage discovery"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":45,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3713,3712]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":41,"character":12}]},{"id":3735,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3737,"name":"APNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/sticker.ts","line":89,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3738,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/sticker.ts","line":90,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3736,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/sticker.ts","line":88,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3737,3738,3736]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":87,"character":12}]},{"id":3732,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3734,"name":"Guild","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A sticker uploaded to a Boosted guild for the guild's members"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":80,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3733,"name":"Standard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An official sticker in a pack, part of Nitro or in a removed purchasable pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":76,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3734,3733]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":72,"character":12}]},{"id":3759,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3761,"name":"Accepted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/teams.ts","line":68,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3760,"name":"Invited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/teams.ts","line":67,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3761,3760]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":66,"character":12}]},{"id":2931,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2933,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1184,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":2932,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":1183,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2933,2932]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1182,"character":12}]},{"id":3806,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3820,"name":"BotHTTPInteractions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bot uses only [HTTP interactions](https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction) and is shown in the online member list"},"sources":[{"fileName":"payloads/v8/user.ts","line":145,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":3810,"name":"BugHunterLevel1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 1"},"sources":[{"fileName":"payloads/v8/user.ts","line":105,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":3816,"name":"BugHunterLevel2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 2"},"sources":[{"fileName":"payloads/v8/user.ts","line":129,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":3819,"name":"CertifiedModerator","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Certified Moderator"},"sources":[{"fileName":"payloads/v8/user.ts","line":141,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":3811,"name":"HypeSquadOnlineHouse1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Bravery Member"},"sources":[{"fileName":"payloads/v8/user.ts","line":109,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":3812,"name":"HypeSquadOnlineHouse2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Brilliance Member"},"sources":[{"fileName":"payloads/v8/user.ts","line":113,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":3813,"name":"HypeSquadOnlineHouse3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Balance MemberW"},"sources":[{"fileName":"payloads/v8/user.ts","line":117,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":3809,"name":"Hypesquad","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"HypeSquad Events Coordinator"},"sources":[{"fileName":"payloads/v8/user.ts","line":101,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":3808,"name":"Partner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Partnered Server Owner"},"sources":[{"fileName":"payloads/v8/user.ts","line":97,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3814,"name":"PremiumEarlySupporter","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Nitro Supporter"},"sources":[{"fileName":"payloads/v8/user.ts","line":121,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":3821,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer"},"sources":[{"fileName":"payloads/v8/user.ts","line":149,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":3807,"name":"Staff","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Employee"},"sources":[{"fileName":"payloads/v8/user.ts","line":93,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3815,"name":"TeamPseudoUser","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User is a [team](https://discord.com/developers/docs/topics/teams)"},"sources":[{"fileName":"payloads/v8/user.ts","line":125,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":3817,"name":"VerifiedBot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Verified Bot"},"sources":[{"fileName":"payloads/v8/user.ts","line":133,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":3818,"name":"VerifiedDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Verified Bot Developer"},"sources":[{"fileName":"payloads/v8/user.ts","line":137,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3820,3810,3816,3819,3811,3812,3813,3809,3808,3814,3821,3807,3815,3817,3818]}],"sources":[{"fileName":"payloads/v8/user.ts","line":89,"character":12}]},{"id":3822,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3825,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":159,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3824,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":158,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3823,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":157,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3825,3824,3823]}],"sources":[{"fileName":"payloads/v8/user.ts","line":156,"character":12}]},{"id":2725,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2726,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v8/channel.ts","line":281,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":2727,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v8/channel.ts","line":285,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[2726,2727]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":277,"character":12}]},{"id":3872,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3875,"name":"Application","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Application webhooks are webhooks used with Interactions"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":82,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":3874,"name":"ChannelFollower","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Channel Follower Webhooks are internal webhooks used with Channel Following to post new messages into channels"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":78,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3873,"name":"Incoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Incoming Webhooks can post messages to channels with a generated token"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":74,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3875,3874,3873]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":70,"character":12}]},{"id":2902,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2903,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1095,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2905,"name":"T"}}},{"id":2904,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2898,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":2895,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2903,2904]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1090,"character":17}],"typeParameter":[{"id":2905,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2960,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":2894,"typeArguments":[{"type":"reference","id":2898,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":2889,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2890,"name":"parse","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of allowed mention types to parse from the content","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1035,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2885,"name":"AllowedMentionsTypes"}}},{"id":2893,"name":"replied_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"\tFor replies, whether to mention the author of the message being replied to (default false)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1049,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2891,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1039,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":2892,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of user_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1043,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2890,2893,2891,2892]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1029,"character":17}]},{"id":2460,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2466,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `false` only app owner can join the app's bot to guilds"},"sources":[{"fileName":"payloads/v8/application.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2467,"name":"bot_require_code_grant","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `true` the app's bot will only join upon completion of the full oauth2 code grant flow"},"sources":[{"fileName":"payloads/v8/application.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2477,"name":"cover_image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the hash of the image on store embeds"},"sources":[{"fileName":"payloads/v8/application.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2481,"name":"custom_install_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The application's default custom authorization link, if enabled"},"sources":[{"fileName":"payloads/v8/application.ts","line":109,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2464,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v8/application.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2478,"name":"flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The application's public flags","text":"See https://discord.com/developers/docs/resources/application#application-object-application-flags\n"},"sources":[{"fileName":"payloads/v8/application.ts","line":97,"character":1}],"type":{"type":"reference","id":2485,"name":"ApplicationFlags"}},{"id":2474,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the guild to which it has been linked"},"sources":[{"fileName":"payloads/v8/application.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2463,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app"},"sources":[{"fileName":"payloads/v8/application.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2461,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v8/application.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2480,"name":"install_params","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Settings for the application's default in-app authorization link, if enabled"},"sources":[{"fileName":"payloads/v8/application.ts","line":105,"character":1}],"type":{"type":"reference","id":2482,"name":"APIApplicationInstallParams"}},{"id":2462,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v8/application.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2470,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Partial user object containing info on the owner of the application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/application.ts","line":56,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2475,"name":"primary_sku_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the id of the \"Game SKU\" that is created, if exists"},"sources":[{"fileName":"payloads/v8/application.ts","line":83,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2469,"name":"privacy_policy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's privacy policy"},"sources":[{"fileName":"payloads/v8/application.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2465,"name":"rpc_origins","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of rpc origin urls, if rpc is enabled"},"sources":[{"fileName":"payloads/v8/application.ts","line":34,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":2476,"name":"slug","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the URL slug that links to the store page"},"sources":[{"fileName":"payloads/v8/application.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2471,"name":"summary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the summary field for the store page\nof its primary sku","tags":[{"tag":"deprecated","text":"Always an empty string, will be removed in v11\n"}]},"sources":[{"fileName":"payloads/v8/application.ts","line":63,"character":1}],"type":{"type":"literal","value":""}},{"id":2479,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Up to 5 tags describing the content and functionality of the application"},"sources":[{"fileName":"payloads/v8/application.ts","line":101,"character":1}],"type":{"type":"tuple","elements":[{"type":"intrinsic","name":"string"},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}}]}},{"id":2473,"name":"team","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The team this application belongs to","text":"See https://discord.com/developers/docs/topics/teams#data-models-team-object\n"},"sources":[{"fileName":"payloads/v8/application.ts","line":75,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":3748,"name":"APITeam"}]}},{"id":2468,"name":"terms_of_service_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's terms of service"},"sources":[{"fileName":"payloads/v8/application.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2472,"name":"verify_key","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function","text":"See https://discord.com/developers/docs/game-sdk/applications#get-ticket\n"},"sources":[{"fileName":"payloads/v8/application.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2466,2467,2477,2481,2464,2478,2474,2463,2461,2480,2462,2470,2475,2469,2465,2476,2471,2479,2473,2468,2472]}],"sources":[{"fileName":"payloads/v8/application.ts","line":14,"character":17}]},{"id":3356,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3359,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3364,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`\n"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3362,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character description for `CHAT_INPUT` commands, empty string for `USER` and `MESSAGE` commands"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3360,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild id of the command, if not global"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3357,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3361,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[\\w-]{1,32}$`"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3363,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3391,"name":"APIApplicationCommandOption"}}},{"id":3358,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":36,"character":1}],"type":{"type":"reference","id":3366,"name":"ApplicationCommandType"}},{"id":3365,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Autoincrementing version identifier updated during substantial record changes"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3359,3364,3362,3360,3357,3361,3363,3358,3365]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":28,"character":17}]},{"id":3597,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3599,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":43,"character":1}],"type":{"type":"reference","id":3625,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":3598,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":42,"character":1}],"type":{"type":"reference","id":3620,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[3599,3598]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":41,"character":17}]},{"id":3413,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3414,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":1}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"reference","id":2717,"name":"GuildText"},{"type":"reference","id":2719,"name":"GuildVoice"},{"type":"reference","id":2721,"name":"GuildCategory"},{"type":"reference","id":2722,"name":"GuildNews"},{"type":"reference","id":2723,"name":"GuildStore"},{"type":"reference","id":2724,"name":"GuildStageVoice"}]}}},{"id":3417,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":3416,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":3418,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":3415,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3443,"name":"Channel"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3414,3417,3416,3418,3415]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/channel.ts","line":9,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3443,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3421,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3422,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3423,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":3424,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3440,"name":"Integer"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3425,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[3422,3423,3424,3425]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3440,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3429,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3430,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3431,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":3432,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3446,"name":"Number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3433,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[3430,3431,3432,3433]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3446,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3453,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3454,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/string.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3455,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":3456,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3439,"name":"String"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3457,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[3454,3455,3456,3457]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/string.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3439,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":3474,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3475,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3477,"name":"options","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":22,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3464,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":3476,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":21,"character":1}],"type":{"type":"reference","id":3438,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[3475,3477,3476]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":19,"character":17}]},{"id":3464,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3465,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3467,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":19,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3393,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":3466,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":18,"character":1}],"type":{"type":"reference","id":3437,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[3465,3467,3466]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":16,"character":17}]},{"id":3448,"name":"APIApplicationCommandOptionChoice","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3449,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3450,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":25,"character":1}],"type":{"type":"reference","id":3451,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3449,3450]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":3451,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":3512,"name":"APIApplicationCommandPermission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permissions-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3513,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role or user"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3515,"name":"permission","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` to allow, `false`, to disallow"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3514,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":38,"character":1}],"type":{"type":"reference","id":3516,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3513,3515,3514]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":30,"character":17}]},{"id":3468,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3472,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":3471,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":3469,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3458,"name":"APIApplicationCommandSubcommandOption"}}},{"id":3473,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":3470,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3438,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3472,3471,3469,3473,3470]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":11,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3438,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3458,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3462,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":3461,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":3459,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3390,"name":"APIApplicationCommandBasicOption"}}},{"id":3463,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":3460,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3437,"name":"Subcommand"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3462,3461,3459,3463,3460]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3437,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":2482,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":2484,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2483,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":113,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3666,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2484,2483]}],"sources":[{"fileName":"payloads/v8/application.ts","line":112,"character":17}]},{"id":2869,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2873,"name":"content_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The attachment's media type","text":"See https://en.wikipedia.org/wiki/Media_type\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":954,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2872,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v8/channel.ts","line":948,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2879,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v8/channel.ts","line":978,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2871,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v8/channel.ts","line":944,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2877,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":970,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":2870,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":940,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2876,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v8/channel.ts","line":966,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2874,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v8/channel.ts","line":958,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2875,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v8/channel.ts","line":962,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2878,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":974,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2873,2872,2879,2871,2877,2870,2876,2874,2875,2878]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":936,"character":17}]},{"id":2499,"name":"APIAuditLog","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2502,"name":"audit_log_entries","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Audit log entries","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":48,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2505,"name":"APIAuditLogEntry"}}},{"id":2504,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild scheduled events in the audit log","text":"See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}}},{"id":2503,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Partial integration objects","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3205,"name":"APIGuildIntegration"}}},{"id":2501,"name":"users","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users found in the audit log","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3790,"name":"APIUser"}}},{"id":2500,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Webhooks found in the audit log","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":36,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3859,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2502,2504,2503,2501,2500]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":30,"character":17}]},{"id":2505,"name":"APIAuditLogEntry","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2510,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of action that occurred","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":93,"character":1}],"type":{"type":"reference","id":2513,"name":"AuditLogEvent"}},{"id":2507,"name":"changes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Changes made to the `target_id`","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-change-object\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":77,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2570,"name":"APIAuditLogChange"}}},{"id":2509,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2511,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional info for certain action types","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":99,"character":1}],"type":{"type":"reference","id":2558,"name":"APIAuditLogOptions"}},{"id":2512,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The reason for the change (0-512 characters)"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2506,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the affected entity (webhook, user, role, etc.)"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2508,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who made the changes","text":"This can be `null` in some cases (webhooks deleting themselves by using their own token, for example)\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2510,2507,2509,2511,2512,2506,2508]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":67,"character":17}]},{"id":2558,"name":"APIAuditLogOptions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2561,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel in which the entities were targeted","text":"Present from:\n- MEMBER_MOVE\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n- MESSAGE_DELETE\n- STAGE_INSTANCE_CREATE\n- STAGE_INSTANCE_UPDATE\n- STAGE_INSTANCE_DELETE\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2563,"name":"count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of entities that were targeted","text":"Present from:\n- MESSAGE_DELETE\n- MESSAGE_BULK_DELETE\n- MEMBER_DISCONNECT\n- MEMBER_MOVE\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2559,"name":"delete_member_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days after which inactive members were kicked","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2564,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the overwritten entity","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":229,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2560,"name":"members_removed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of members removed by the prune","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":185,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2562,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the message that was targeted","text":"Present from:\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":208,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2566,"name":"role_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n**Present only if the {@link APIAuditLogOptions#type entry type} is \"0\"**\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":253,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2565,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of overwritten entity - \"0\" for \"role\" or \"1\" for \"member\"","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n{@link AuditLogOptionsType}\n"},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":241,"character":1}],"type":{"type":"reference","id":2567,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2561,2563,2559,2564,2560,2562,2566,2565]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":171,"character":17}]},{"id":3235,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3236,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v8/guild.ts","line":848,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3237,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v8/guild.ts","line":852,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3236,3237]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":844,"character":17}]},{"id":2894,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2895,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2896,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[2895]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1056,"character":17}],"typeParameter":[{"id":2896,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2897,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":2902,"name":"APIActionRowComponent"},{"type":"reference","id":2934,"name":"APISelectMenuComponent"},{"type":"reference","id":2948,"name":"APITextInputComponent"}]},{"id":3541,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3543,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application this interaction is for"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3547,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel it was sent from"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3545,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The command data payload"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":82,"character":1}],"type":{"type":"reference","id":3556,"name":"Data"}},{"id":3546,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild it was sent from"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3554,"name":"guild_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild's preferred locale, if invoked in a guild"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":120,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":3542,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3553,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":116,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":3548,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild member data for the invoking user, including permissions","text":"**This is only sent when an interaction is invoked in a guild**\n"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":96,"character":1}],"type":{"type":"reference","id":3529,"name":"APIInteractionGuildMember"}},{"id":3552,"name":"message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For components, the message they were attached to"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":112,"character":1}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":3550,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A continuation token for responding to the interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":104,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3544,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":78,"character":1}],"type":{"type":"reference","id":3555,"name":"Type"}},{"id":3549,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User object for the invoking user, if invoked in a DM"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":100,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":3551,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Read-only property, always `1`"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":108,"character":1}],"type":{"type":"literal","value":1}}],"groups":[{"title":"Properties","kind":1024,"children":[3543,3547,3545,3546,3554,3542,3553,3548,3552,3550,3544,3549,3551]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":66,"character":17}],"typeParameter":[{"id":3555,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3588,"name":"InteractionType"}},{"id":3556,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":2910,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2911,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom_id to be sent in the interaction when clicked"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2915,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.disabled"}},{"id":2914,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1113,"character":1}],"type":{"type":"reference","id":2906,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2912,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.label"}},{"id":2913,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1109,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2926,"name":"Primary"},{"type":"reference","id":2927,"name":"Secondary"},{"type":"reference","id":2928,"name":"Success"},{"type":"reference","id":2929,"name":"Danger"}]},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2916,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2899,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2911,2915,2914,2912,2913,2916]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1141,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2926,"name":"ButtonStyle.Primary"},{"type":"reference","id":2927,"name":"ButtonStyle.Secondary"},{"type":"reference","id":2928,"name":"ButtonStyle.Success"},{"type":"reference","id":2929,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":2917,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2922,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.disabled"}},{"id":2921,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1113,"character":1}],"type":{"type":"reference","id":2906,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2919,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.label"}},{"id":2920,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1109,"character":1}],"type":{"type":"reference","id":2930,"name":"Link"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2923,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2899,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}},{"id":2918,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The URL to direct users to when clicked for Link buttons"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1158,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2922,2921,2919,2920,2923,2918]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1154,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2930,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":2639,"name":"APIChannelBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"This interface is used to allow easy extension for other channel types. While\nalso allowing `APIPartialChannel` to be used without breaking.","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2641,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2636,"name":"APIPartialChannel.id"}},{"id":2642,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2638,"name":"APIPartialChannel.name"}},{"id":2640,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2643,"name":"T"},"overwrites":{"type":"reference","id":2637,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2641,2642,2640]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":40,"character":17}],"typeParameter":[{"id":2643,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2716,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2635,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":2646,"name":"APITextBasedChannel"},{"type":"reference","id":2652,"name":"APIGuildChannel"}]},{"id":2880,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2882,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":993,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2881,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":989,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2884,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1003,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2883,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":999,"character":1}],"type":{"type":"reference","id":2716,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2882,2881,2884,2883]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":985,"character":17}]},{"id":4174,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4176,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":431,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":4251,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4177,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":439,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":4252,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4175,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/channel.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4178,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v8/channel.ts","line":443,"character":1}],"type":{"type":"reference","id":2815,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4253,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4176,4177,4175,4178]}],"sources":[{"fileName":"rest/v8/channel.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":4250,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":3394,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3397,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":3399,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":3395,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3392,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":3396,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":123,"character":1}],"type":{"type":"reference","id":3400,"name":"APIChatInputApplicationCommandInteractionDataResolved"}},{"id":3398,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3367,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3397,3399,3395,3396,3398]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":120,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3367,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3400,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3405,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":135,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":2869,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3404,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":134,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3371,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3403,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":133,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3376,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3402,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":132,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3688,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3401,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":131,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3790,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3405,3404,3403,3402,3401]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":130,"character":17}]},{"id":3625,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3626,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":133,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3448,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3626]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":132,"character":17}]},{"id":3826,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3833,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether friend sync is enabled for this connection"},"sources":[{"fileName":"payloads/v8/user.ts","line":196,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3827,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3831,"name":"integrations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of partial server integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":188,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":3205,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":3828,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":174,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3830,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v8/user.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3834,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether activities related to this connection will be shown in presence updates"},"sources":[{"fileName":"payloads/v8/user.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3829,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection"},"sources":[{"fileName":"payloads/v8/user.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3832,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v8/user.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3835,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Visibility of this connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-visibility-types\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":206,"character":1}],"type":{"type":"reference","id":3836,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[3833,3827,3831,3828,3830,3834,3829,3832,3835]}],"sources":[{"fileName":"payloads/v8/user.ts","line":166,"character":17}]},{"id":2818,"name":"APIEmbed","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-structure","text":"Length limit: 6000 characters","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2830,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Author information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":740,"character":1}],"type":{"type":"reference","id":2856,"name":"APIEmbedAuthor"}},{"id":2824,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2821,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of embed","text":"Length limit: 4096 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":692,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2831,"name":"fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Fields information","text":"Length limit: 25 field objects\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":748,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2865,"name":"APIEmbedField"}}},{"id":2825,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Footer information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":710,"character":1}],"type":{"type":"reference","id":2861,"name":"APIEmbedFooter"}},{"id":2826,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":716,"character":1}],"type":{"type":"reference","id":2848,"name":"APIEmbedImage"}},{"id":2829,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Provider information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":734,"character":1}],"type":{"type":"reference","id":2853,"name":"APIEmbedProvider"}},{"id":2827,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Thumbnail information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":722,"character":1}],"type":{"type":"reference","id":2839,"name":"APIEmbedThumbnail"}},{"id":2823,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v8/channel.ts","line":700,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2819,"name":"title","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Title of embed","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":678,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2820,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of embed (always \"rich\" for webhook embeds)","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-types\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":686,"character":1}],"type":{"type":"reference","id":2832,"name":"EmbedType"}},{"id":2822,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v8/channel.ts","line":696,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2828,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Video information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":728,"character":1}],"type":{"type":"reference","id":2844,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[2830,2824,2821,2831,2825,2826,2829,2827,2823,2819,2820,2822,2828]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":672,"character":17}]},{"id":2856,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2859,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":881,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2857,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of author","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2860,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of author icon"},"sources":[{"fileName":"payloads/v8/channel.ts","line":885,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2858,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v8/channel.ts","line":877,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2859,2857,2860,2858]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":867,"character":17}]},{"id":2865,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2868,"name":"inline","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this field should display inline"},"sources":[{"fileName":"payloads/v8/channel.ts","line":929,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2866,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the field","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":919,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2867,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Value of the field","text":"Length limit: 1024 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":925,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2868,2866,2867]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":913,"character":17}]},{"id":2861,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2863,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of footer icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":902,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2864,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of footer icon"},"sources":[{"fileName":"payloads/v8/channel.ts","line":906,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2862,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":898,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2863,2864,2862]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":892,"character":17}]},{"id":2848,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2851,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v8/channel.ts","line":841,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2850,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the image"},"sources":[{"fileName":"payloads/v8/channel.ts","line":837,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2849,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of image (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":833,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2852,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v8/channel.ts","line":845,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2851,2850,2849,2852]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":829,"character":17}]},{"id":2853,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2854,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v8/channel.ts","line":856,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2855,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v8/channel.ts","line":860,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2854,2855]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":852,"character":17}]},{"id":2839,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2842,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v8/channel.ts","line":799,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2841,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the thumbnail"},"sources":[{"fileName":"payloads/v8/channel.ts","line":795,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2840,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of thumbnail (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":791,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2843,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v8/channel.ts","line":803,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2842,2841,2840,2843]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":787,"character":17}]},{"id":2844,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2846,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v8/channel.ts","line":818,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2845,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v8/channel.ts","line":814,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2847,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v8/channel.ts","line":822,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2846,2845,2847]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":810,"character":17}]},{"id":2967,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2975,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":2966,"name":"APIPartialEmoji.animated"}},{"id":2972,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2973,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":17,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2964,"name":"APIPartialEmoji.id"}},{"id":2971,"name":"managed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is managed"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2974,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2965,"name":"APIPartialEmoji.name"}},{"id":2970,"name":"require_colons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji must be wrapped in colons"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2968,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles this emoji is whitelisted to"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":36,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":2969,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User that created this emoji"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":40,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2975,2972,2973,2971,2974,2970,2968,2969]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":32,"character":17}],"extendedTypes":[{"type":"reference","id":2963,"name":"APIPartialEmoji"}]},{"id":3648,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3662,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":3641,"name":"APIInvite.approximate_member_count"}},{"id":3661,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":3640,"name":"APIInvite.approximate_presence_count"}},{"id":3656,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":47,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":2635,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":3635,"name":"APIInvite.channel"}},{"id":3654,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v8/invite.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3633,"name":"APIInvite.code"}},{"id":3653,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this invite was created"},"sources":[{"fileName":"payloads/v8/invite.ts","line":127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3663,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3642,"name":"APIInvite.expires_at"}},{"id":3655,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":41,"character":1}],"type":{"type":"reference","id":3631,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":3634,"name":"APIInvite.guild"}},{"id":3665,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v8/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":3644,"name":"APIInvite.guild_scheduled_event"}},{"id":3657,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":53,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3636,"name":"APIInvite.inviter"}},{"id":3651,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Duration (in seconds) after which the invite expires"},"sources":[{"fileName":"payloads/v8/invite.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3650,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Max number of times this invite can be used"},"sources":[{"fileName":"payloads/v8/invite.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3664,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for"},"sources":[{"fileName":"payloads/v8/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":3714,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":3643,"name":"APIInvite.stage_instance"}},{"id":3660,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":71,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":3639,"name":"APIInvite.target_application"}},{"id":3658,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":59,"character":1}],"type":{"type":"reference","id":3645,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":3637,"name":"APIInvite.target_type"}},{"id":3659,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":65,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3638,"name":"APIInvite.target_user"}},{"id":3652,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this invite only grants temporary membership"},"sources":[{"fileName":"payloads/v8/invite.ts","line":123,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3649,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this invite has been used"},"sources":[{"fileName":"payloads/v8/invite.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[3662,3661,3656,3654,3653,3663,3655,3665,3657,3651,3650,3664,3660,3658,3659,3652,3649]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":107,"character":17}],"extendedTypes":[{"type":"reference","id":3632,"name":"APIInvite"}]},{"id":3318,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3319,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":97,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":3332,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":64,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3323,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":3325,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":3331,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":3320,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":98,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3336,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":3330,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":52,"character":1}],"type":{"type":"reference","id":3341,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3322,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":3321,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":3334,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":3324,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":3328,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":44,"character":1}],"type":{"type":"reference","id":3348,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3327,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":3326,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":3329,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":48,"character":1}],"type":{"type":"reference","id":3342,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3333,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[3319,3332,3323,3325,3331,3320,3330,3322,3321,3334,3324,3328,3327,3326,3329,3333]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":95,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3341,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":2803,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2804,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":597,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2805,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":601,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2804,2805]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":593,"character":17}]},{"id":2978,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2980,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information on the current session start limit","text":"See https://discord.com/developers/docs/topics/gateway#session-start-limit-object\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":36,"character":1}],"type":{"type":"reference","id":2982,"name":"APIGatewaySessionStartLimit"}},{"id":2979,"name":"shards","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recommended number of shards to use when connecting","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2981,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2977,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[2980,2979,2981]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":2976,"name":"APIGatewayInfo"}]},{"id":2976,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2977,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2977]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":2978,"name":"APIGatewayBotInfo"}]},{"id":2982,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2986,"name":"max_concurrency","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of identify requests allowed per 5 seconds"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2984,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The remaining number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2985,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of milliseconds after which the limit resets"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2983,"name":"total","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2986,2984,2985,2983]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":43,"character":17}]},{"id":2706,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2707,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id of the group DM creator if it is bot-created"},"sources":[{"fileName":"payloads/v8/channel.ts","line":198,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2708,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v8/channel.ts","line":202,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2713,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.id"}},{"id":2710,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":210,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"APIDMChannelBase.last_message_id"}},{"id":2714,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.name"}},{"id":2709,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v8/channel.ts","line":206,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2711,"name":"recipients","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The recipients of the DM","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":183,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3790,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.recipients"}},{"id":2712,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2720,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2707,2708,2713,2710,2714,2709,2711,2712]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":194,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2720,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"}]},{"id":3071,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3078,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v8/guild.ts","line":129,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3079,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds"},"sources":[{"fileName":"payloads/v8/guild.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3089,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Application id of the guild creator if it is bot-created"},"sources":[{"fileName":"payloads/v8/guild.ts","line":187,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3110,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v8/guild.ts","line":301,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3111,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v8/guild.ts","line":305,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3104,"name":"banner","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":273,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":3063,"name":"APIPartialGuild.banner"}},{"id":3098,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channels in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":243,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2715,"name":"APIChannel"}}},{"id":3083,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Default message notifications level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":153,"character":1}],"type":{"type":"reference","id":3123,"name":"GuildDefaultMessageNotifications"}},{"id":3103,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild, if the guild is discoverable"},"sources":[{"fileName":"payloads/v8/guild.ts","line":267,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":3064,"name":"APIPartialGuild.description"}},{"id":3073,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":100,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3086,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":171,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2967,"name":"APIEmoji"}}},{"id":3084,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":159,"character":1}],"type":{"type":"reference","id":3126,"name":"GuildExplicitContentFilter"}},{"id":3087,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":177,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3154,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":3065,"name":"APIPartialGuild.features"}},{"id":3117,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scheduled events in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":343,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}}},{"id":3119,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3061,"name":"APIPartialGuild.icon"}},{"id":3072,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash, returned when in the template object","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3122,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3069,"name":"APIPartialGuild.id"}},{"id":3093,"name":"joined_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When this guild was joined at","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3094,"name":"large","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is considered a large guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":213,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3101,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of members for the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":259,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3100,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of presences for the guild (`null` is always returned, apart from the largest of guilds)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":255,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":3109,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum amount of users in a video channel"},"sources":[{"fileName":"payloads/v8/guild.ts","line":297,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3095,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total number of members in this guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3097,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Users in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":235,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3194,"name":"APIGuildMember"}}},{"id":3088,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Required MFA level for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":183,"character":1}],"type":{"type":"reference","id":3130,"name":"GuildMFALevel"}},{"id":3118,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3060,"name":"APIPartialGuild.name"}},{"id":3113,"name":"nsfw_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The nsfw level of the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":317,"character":1}],"type":{"type":"reference","id":3133,"name":"GuildNSFWLevel"}},{"id":3074,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the user is the owner of the guild","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":106,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3075,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v8/guild.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3076,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total permissions for the user in the guild (excludes overrides)","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3107,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\"\n"}]},"sources":[{"fileName":"payloads/v8/guild.ts","line":289,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3116,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the guild has the boost progress bar enabled."},"sources":[{"fileName":"payloads/v8/guild.ts","line":335,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3106,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of boosts this guild currently has"},"sources":[{"fileName":"payloads/v8/guild.ts","line":283,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3105,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Premium tier (Server Boost level)","text":"See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":279,"character":1}],"type":{"type":"reference","id":3144,"name":"GuildPremiumTier"}},{"id":3099,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Presences of the members in the guild, will only include non-offline members if the size is greater than `large_threshold`","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway#presence-update\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":251,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2987,"name":"GatewayPresenceUpdate"}}},{"id":3108,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"payloads/v8/guild.ts","line":293,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3077,"name":"region","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice region id for the guild","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"This field has been deprecated in favor of `rtc_region` on the channel.\n"}]},"sources":[{"fileName":"payloads/v8/guild.ts","line":125,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3085,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles in the guild","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":165,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3688,"name":"APIRole"}}},{"id":3092,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where Community guilds can display rules and/or guidelines"},"sources":[{"fileName":"payloads/v8/guild.ts","line":201,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3120,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3062,"name":"APIPartialGuild.splash"}},{"id":3114,"name":"stage_instances","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instances in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-stage-instance-structure\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":325,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3704,"name":"APIStageInstance"}}},{"id":3115,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":331,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}},{"id":3091,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":197,"character":1}],"type":{"type":"reference","id":3149,"name":"GuildSystemChannelFlags"}},{"id":3090,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"payloads/v8/guild.ts","line":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3121,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v8/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3068,"name":"APIPartialGuild.unavailable"}},{"id":3102,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":263,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":3067,"name":"APIPartialGuild.vanity_url_code"}},{"id":3082,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":147,"character":1}],"type":{"type":"reference","id":3138,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":3066,"name":"APIPartialGuild.verification_level"}},{"id":3096,"name":"voice_states","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"States of members currently in voice channels; lacks the `guild_id` key","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":227,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":3839,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":3112,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":311,"character":1}],"type":{"type":"reference","id":3265,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":3070,"name":"APIPartialGuild.welcome_screen"}},{"id":3081,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel id that the widget will generate an invite to, or `null` if set to no invite"},"sources":[{"fileName":"payloads/v8/guild.ts","line":141,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3080,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the guild widget is enabled"},"sources":[{"fileName":"payloads/v8/guild.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[3078,3079,3089,3110,3111,3104,3098,3083,3103,3073,3086,3084,3087,3117,3119,3072,3122,3093,3094,3101,3100,3109,3095,3097,3088,3118,3113,3074,3075,3076,3107,3116,3106,3105,3099,3108,3077,3085,3092,3120,3114,3115,3091,3090,3121,3102,3082,3096,3112,3081,3080]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":88,"character":17}],"extendedTypes":[{"type":"reference","id":3059,"name":"APIPartialGuild"}]},{"id":3507,"name":"APIGuildApplicationCommandPermissions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-guild-application-command-permissions-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3509,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the application the command belongs to"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3510,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3508,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the command"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3511,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The permissions for the command in the guild"},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3512,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3509,3510,3508,3511]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":7,"character":17}]},{"id":2652,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2653,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2659,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2641,"name":"APIChannelBase.id"}},{"id":2660,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2642,"name":"APIChannelBase.name"}},{"id":2657,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v8/channel.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2656,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2654,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":85,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2810,"name":"APIOverwrite"}}},{"id":2655,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2658,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2661,"name":"T"},"inheritedFrom":{"type":"reference","id":2640,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2653,2659,2660,2657,2656,2654,2655,2658]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":75,"character":17}],"typeParameter":[{"id":2661,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2716,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2639,"typeArguments":[{"type":"reference","id":2661,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2663,"name":"APIGuildTextChannel"},{"type":"reference","id":2692,"name":"APIVoiceChannel"}]},{"id":4296,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4298,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":431,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":4251,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4299,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":439,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":4252,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4297,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":4300,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v8/channel.ts","line":443,"character":1}],"type":{"type":"reference","id":2815,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4253,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4298,4299,4297,4300]}],"sources":[{"fileName":"rest/v8/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":4250,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":4308,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4312,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":4313,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":625,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":4314,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":629,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":4309,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":4316,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":639,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":4310,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":607,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":4311,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":613,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":4315,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":633,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.unicode_emoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[4312,4313,4314,4309,4316,4310,4311,4315]}],"sources":[{"fileName":"rest/v8/guild.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","id":4416,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":3205,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3216,"name":"account","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration account information","text":"See https://discord.com/developers/docs/resources/guild#integration-account-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":745,"character":1}],"type":{"type":"reference","id":3225,"name":"APIIntegrationAccount"}},{"id":3220,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot/OAuth2 application for discord integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-application-object\n\n**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":771,"character":1}],"type":{"type":"reference","id":3228,"name":"APIGuildIntegrationApplication"}},{"id":3212,"name":"enable_emoticons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether emoticons should be synced for this integration (`twitch` only currently)","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":717,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3209,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v8/guild.ts","line":699,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3213,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The behavior of expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":725,"character":1}],"type":{"type":"reference","id":3222,"name":"IntegrationExpireBehavior"}},{"id":3214,"name":"expire_grace_period","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The grace period (in days) before expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":731,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3206,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":687,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3207,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v8/guild.ts","line":691,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3219,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Has this integration been revoked","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":763,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3211,"name":"role_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID that this integration uses for \"subscribers\"","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":711,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3218,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many subscribers this integration has","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":757,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3217,"name":"synced_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When this integration was last synced","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":751,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3210,"name":"syncing","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration syncing","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":705,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3208,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v8/guild.ts","line":695,"character":1}],"type":{"type":"reference","id":3221,"name":"APIGuildInteractionType"}},{"id":3215,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User for this integration","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":739,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3216,3220,3212,3209,3213,3214,3206,3207,3219,3211,3218,3217,3210,3208,3215]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":683,"character":17}]},{"id":3228,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3234,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot associated with this application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":837,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":3232,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v8/guild.ts","line":825,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3231,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":821,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3229,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v8/guild.ts","line":811,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3230,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v8/guild.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3233,"name":"summary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The summary of the app","tags":[{"tag":"deprecated","text":"Always an empty string, will be removed in v11\n"}]},"sources":[{"fileName":"payloads/v8/guild.ts","line":831,"character":1}],"type":{"type":"literal","value":""}}],"groups":[{"title":"Properties","kind":1024,"children":[3234,3232,3231,3229,3230,3233]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":807,"character":17}]},{"id":3194,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3197,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v8/guild.ts","line":642,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3204,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":676,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3201,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":662,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3199,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":652,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3202,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":666,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3196,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v8/guild.ts","line":638,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3203,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":672,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3200,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":658,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3198,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":648,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":3195,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":634,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3197,3204,3201,3199,3202,3196,3203,3200,3198,3195]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":626,"character":17}],"extendedBy":[{"type":"reference","id":2253,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":3529,"name":"APIInteractionGuildMember"}]},{"id":3273,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3276,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v8/guild.ts","line":971,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3275,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v8/guild.ts","line":967,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3277,"name":"APIGuildMembershipScreeningField"}}},{"id":3274,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v8/guild.ts","line":963,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3276,3275,3274]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":959,"character":17}]},{"id":3277,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3278,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v8/guild.ts","line":983,"character":1}],"type":{"type":"reference","id":3283,"name":"Terms"}},{"id":3279,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v8/guild.ts","line":987,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3281,"name":"required","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user has to fill out this field"},"sources":[{"fileName":"payloads/v8/guild.ts","line":995,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3280,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v8/guild.ts","line":991,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3278,3279,3281,3280]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":979,"character":17}]},{"id":3179,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3187,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of members in this guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":592,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3188,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of online members in this guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3189,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3184,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3185,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2967,"name":"APIEmoji"}}},{"id":3186,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":588,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3154,"name":"GuildFeature"}}},{"id":3182,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":564,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3180,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":554,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3181,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":558,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3183,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":570,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3190,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v8/guild.ts","line":604,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3187,3188,3189,3184,3185,3186,3182,3180,3181,3183,3190]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":550,"character":17}]},{"id":3336,"name":"APIGuildScheduledEventEntityMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-metadata","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3337,"name":"location","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The location of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3337]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":114,"character":17}]},{"id":3349,"name":"APIGuildScheduledEventUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-user-object-guild-scheduled-event-user-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3350,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The scheduled event id which the user subscribed to"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":161,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3352,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member data for this user for the guild which this event belongs to, if any"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":169,"character":1}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":3351,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user which subscribed to the event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":165,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3350,3352,3351]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":157,"character":17}]},{"id":2663,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2670,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2653,"name":"APIGuildChannel.guild_id"}},{"id":2668,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2659,"name":"APIGuildChannel.id"}},{"id":2666,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2647,"name":"APITextBasedChannel.last_message_id"}},{"id":2665,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v8/channel.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2669,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2660,"name":"APIGuildChannel.name"}},{"id":2674,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v8/channel.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":2657,"name":"APIGuildChannel.nsfw"}},{"id":2673,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2656,"name":"APIGuildChannel.parent_id"}},{"id":2671,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":85,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2810,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2654,"name":"APIGuildChannel.permission_overwrites"}},{"id":2672,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":2655,"name":"APIGuildChannel.position"}},{"id":2664,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2667,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2675,"name":"T"},"inheritedFrom":{"type":"reference","id":2658,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2670,2668,2666,2665,2669,2674,2673,2671,2672,2664,2667]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":108,"character":17}],"typeParameter":[{"id":2675,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2662,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":2646,"typeArguments":[{"type":"reference","id":2675,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":2652,"typeArguments":[{"type":"reference","id":2675,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":2676,"name":"APITextChannel"}]},{"id":3265,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3266,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v8/guild.ts","line":927,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3267,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":931,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3268,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3266,3267]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":923,"character":17}]},{"id":3268,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3269,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v8/guild.ts","line":941,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3270,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v8/guild.ts","line":945,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3271,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji id of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v8/guild.ts","line":949,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3272,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji name of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v8/guild.ts","line":953,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3269,3270,3271,3272]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":937,"character":17}]},{"id":3238,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3242,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":863,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3245,"name":"APIGuildWidgetChannel"}}},{"id":3239,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":860,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3241,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":862,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3243,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":864,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3249,"name":"APIGuildWidgetMember"}}},{"id":3240,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":861,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3244,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":865,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[3242,3239,3241,3243,3240,3244]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":859,"character":17}]},{"id":3245,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3246,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3247,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":874,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3248,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":875,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[3246,3247,3248]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":872,"character":17}]},{"id":3249,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3255,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/guild.ts","line":888,"character":1}],"type":{"type":"reflection","declaration":{"id":3256,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3257,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":888,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3257]}]}}},{"id":3253,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":886,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3258,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":889,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3252,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":885,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3250,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3254,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":887,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}},{"id":3251,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":884,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3255,3253,3258,3252,3250,3254,3251]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":882,"character":17}]},{"id":3191,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3193,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3192,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v8/guild.ts","line":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[3193,3192]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":611,"character":17}]},{"id":3225,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3226,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v8/guild.ts","line":796,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3227,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v8/guild.ts","line":800,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3226,3227]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":792,"character":17}]},{"id":3371,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3373,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":3375,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":3372,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3374,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":28,"character":1}],"type":{"type":"reference","id":2716,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3373,3375,3372,3374]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":91,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2635,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":3376,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3382,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v8/guild.ts","line":642,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":3384,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":676,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":3379,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":652,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":3380,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v8/guild.ts","line":638,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":3383,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":672,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":3377,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3381,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":658,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":3378,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":648,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[3382,3384,3379,3380,3383,3377,3381,3378]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":99,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3529,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3533,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v8/guild.ts","line":642,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3197,"name":"APIGuildMember.avatar"}},{"id":3540,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":676,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3204,"name":"APIGuildMember.communication_disabled_until"}},{"id":3537,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":662,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3201,"name":"APIGuildMember.deaf"}},{"id":3535,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":652,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3199,"name":"APIGuildMember.joined_at"}},{"id":3538,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":666,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3202,"name":"APIGuildMember.mute"}},{"id":3532,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v8/guild.ts","line":638,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3196,"name":"APIGuildMember.nick"}},{"id":3539,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":672,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3203,"name":"APIGuildMember.pending"}},{"id":3530,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3536,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":658,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3200,"name":"APIGuildMember.premium_since"}},{"id":3534,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":648,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":3198,"name":"APIGuildMember.roles"}},{"id":3531,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":57,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"overwrites":{"type":"reference","id":3195,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[3533,3540,3537,3535,3538,3532,3539,3530,3536,3534,3531]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":55,"character":17}],"extendedTypes":[{"type":"reference","id":3194,"name":"APIGuildMember"}]},{"id":3603,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3605,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":3622,"name":"APIInteractionResponseCallbackData"}},{"id":3604,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":3616,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3605,3604]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":57,"character":17}]},{"id":3606,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3608,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":67,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3622,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":3607,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":66,"character":1}],"type":{"type":"reference","id":3617,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3608,3607]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":65,"character":17}]},{"id":3609,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3610,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":74,"character":1}],"type":{"type":"reference","id":3618,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[3610]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":73,"character":17}]},{"id":3595,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3596,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":3615,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[3596]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":34,"character":17}]},{"id":3611,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3613,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":82,"character":1}],"type":{"type":"reference","id":3622,"name":"APIInteractionResponseCallbackData"}},{"id":3612,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":81,"character":1}],"type":{"type":"reference","id":3619,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[3613,3612]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":80,"character":17}]},{"id":3632,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3641,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3640,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3635,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":47,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":2635,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3633,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v8/invite.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3642,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v8/invite.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3634,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":41,"character":1}],"type":{"type":"reference","id":3631,"name":"APIInviteGuild"}},{"id":3644,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v8/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":3636,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":53,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":3643,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for"},"sources":[{"fileName":"payloads/v8/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":3714,"name":"APIInviteStageInstance"}},{"id":3639,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":71,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3637,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":59,"character":1}],"type":{"type":"reference","id":3645,"name":"InviteTargetType"}},{"id":3638,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/invite.ts","line":65,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3641,3640,3635,3633,3642,3634,3644,3636,3643,3639,3637,3638]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":31,"character":17}],"extendedBy":[{"type":"reference","id":3648,"name":"APIExtendedInvite"}]},{"id":3714,"name":"APIInviteStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-stage-instance-object-invite-stage-instance-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3718,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members speaking in the stage","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-structure\n"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3194,"name":"APIGuildMember"}}},{"id":3716,"name":"participant_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users in the stage"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3717,"name":"speaker_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users speaking in the stage"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3715,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3718,3716,3717,3715]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":56,"character":17}]},{"id":2728,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2751,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":415,"character":1}],"type":{"type":"reference","id":2783,"name":"APIMessageActivity"}},{"id":2752,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-application-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":421,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2753,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is a response to an Interaction, this is the id of the interaction's application"},"sources":[{"fileName":"payloads/v8/channel.ts","line":425,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2744,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":376,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2869,"name":"APIAttachment"}}},{"id":2732,"name":"author","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The author of this message (only a valid user in the case where the message is generated by a user or bot user)","text":"If the message is generated by a webhook, the author object corresponds to the webhook's id,\nusername, and avatar. You can tell if a message is generated by a webhook by checking for the `webhook_id` property\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":313,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2730,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"payloads/v8/channel.ts","line":300,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2758,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains components like buttons, action rows, or other interactive components"},"sources":[{"fileName":"payloads/v8/channel.ts","line":461,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":2734,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message"},"sources":[{"fileName":"payloads/v8/channel.ts","line":326,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2736,"name":"edited_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was edited (or null if never)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":334,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2745,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":382,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2818,"name":"APIEmbed"}}},{"id":2755,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":439,"character":1}],"type":{"type":"reference","id":2795,"name":"MessageFlags"}},{"id":2731,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"payloads/v8/channel.ts","line":304,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2729,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v8/channel.ts","line":296,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2757,"name":"interaction","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message is a response to an Interaction"},"sources":[{"fileName":"payloads/v8/channel.ts","line":457,"character":1}],"type":{"type":"reference","id":3523,"name":"APIMessageInteraction"}},{"id":2733,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Member properties for this message's author","text":"The member object exists in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":322,"character":1}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":2743,"name":"mention_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channels specifically mentioned in this message","text":"Not all channel mentions in a message will appear in `mention_channels`.\n- Only textual channels that are visible to everyone in a lurkable guild will ever be included\n- Only crossposted messages (via Channel Following) currently include `mention_channels` at all\n\nIf no mentions in the message meet these requirements, this field will not be sent\n\nSee https://discord.com/developers/docs/resources/channel#channel-mention-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":370,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2880,"name":"APIChannelMention"}}},{"id":2738,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v8/channel.ts","line":342,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2742,"name":"mention_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles specifically mentioned in this message","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":358,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":2739,"name":"mentions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users specifically mentioned in the message","text":"The `member` field is only present in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/user#user-object\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":352,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":3790,"name":"APIUser"},{"type":"reflection","declaration":{"id":2740,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2741,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/channel.ts","line":352,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[2741]}]}}]}}},{"id":2754,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reference data sent with crossposted messages, replies, pins, and thread starter messages","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":431,"character":1}],"type":{"type":"reference","id":2786,"name":"APIMessageReference"}},{"id":2747,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending (up to 25 characters)","text":"**You will not receive this from further fetches. This is received only once from a `MESSAGE_CREATE`\nevent to ensure it got sent**\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":395,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":2748,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v8/channel.ts","line":399,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2746,"name":"reactions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reactions to the message","text":"See https://discord.com/developers/docs/resources/channel#reaction-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":388,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2806,"name":"APIReaction"}}},{"id":2756,"name":"referenced_message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message associated with the `message_reference`","text":"This field is only returned for messages with a `type` of `19` (REPLY).\n\nIf the message is a reply but the `referenced_message` field is not present,\nthe backend did not attempt to fetch the message that was being replied to,\nso its state is unknown.\n\nIf the field exists but is `null`, the referenced message was deleted\n\nSee https://discord.com/developers/docs/resources/channel#message-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":453,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":2728,"name":"APIMessage"}]}},{"id":2759,"name":"sticker_items","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-item-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":467,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3739,"name":"APIStickerItem"}}},{"id":2760,"name":"stickers","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stickers sent with the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object","tags":[{"tag":"deprecated","text":"Use `sticker_items` instead\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":474,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}},{"id":2735,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v8/channel.ts","line":330,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2737,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v8/channel.ts","line":338,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2750,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":409,"character":1}],"type":{"type":"reference","id":2761,"name":"MessageType"}},{"id":2749,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is generated by a webhook, this is the webhook's id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":403,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2751,2752,2753,2744,2732,2730,2758,2734,2736,2745,2755,2731,2729,2757,2733,2743,2738,2742,2739,2754,2747,2748,2746,2756,2759,2760,2735,2737,2750,2749]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":292,"character":17}]},{"id":2783,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2785,"name":"party_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`party_id` from a Rich Presence event","text":"See https://discord.com/developers/docs/rich-presence/how-to#updating-presence-update-presence-payload-fields\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":521,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2784,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message activity","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":515,"character":1}],"type":{"type":"reference","id":2790,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2785,2784]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":509,"character":17}]},{"id":3489,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3492,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":3494,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":3491,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":38,"character":1}],"type":{"type":"reference","id":3495,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":3490,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3493,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3369,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3492,3494,3491,3490,3493]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3369,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3495,"name":"APIMessageApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3496,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":46,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":2728,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3496]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":45,"character":17}]},{"id":3563,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3565,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":35,"character":1}],"type":{"type":"reference","id":3566,"name":"CType"}},{"id":3564,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3565,3564]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":27,"character":17}],"typeParameter":[{"id":3566,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2897,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":3568,"name":"APIMessageSelectMenuInteractionData"}]},{"id":2906,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2909,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1135,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2907,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2908,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1131,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2909,2907,2908]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1123,"character":17}]},{"id":3523,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3524,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3528,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member who invoked the interaction, only sent in MESSAGE_CREATE events"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":48,"character":1}],"type":{"type":"reference","id":3522,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":3526,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the ApplicationCommand"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3525,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":36,"character":1}],"type":{"type":"reference","id":3588,"name":"InteractionType"}},{"id":3527,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who invoked the interaction"},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":44,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3524,3528,3526,3525,3527]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":28,"character":17}]},{"id":2786,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2788,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":536,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2789,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message's guild"},"sources":[{"fileName":"payloads/v8/channel.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2787,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v8/channel.ts","line":532,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2788,2789,2787]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":528,"character":17}]},{"id":3568,"name":"APIMessageSelectMenuInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3571,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":35,"character":1}],"type":{"type":"reference","id":2900,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":3565,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":3570,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3564,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":3569,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":48,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3571,3570,3569]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":46,"character":17}],"extendedTypes":[{"type":"reference","id":3563,"typeArguments":[{"type":"reference","id":2900,"name":"ComponentType.SelectMenu"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":3600,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3602,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":51,"character":1}],"type":{"type":"reference","id":3627,"name":"APIModalInteractionResponseCallbackData"}},{"id":3601,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":50,"character":1}],"type":{"type":"reference","id":3621,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[3602,3601]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":49,"character":17}]},{"id":3627,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3630,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Between 1 and 5 (inclusive) components that make up the modal"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2948,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":3628,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":144,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3629,"name":"title","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the popup modal"},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3630,3628,3629]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":140,"character":17}]},{"id":3581,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3583,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":38,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3578,"name":"ModalSubmitActionRowComponent"}}},{"id":3582,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3583,3582]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":30,"character":17}]},{"id":2810,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2813,"name":"allow","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":647,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2814,"name":"deny","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":655,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2811,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v8/channel.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2812,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Either 0 (role) or 1 (member)","text":"{@link OverwriteType}\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":639,"character":1}],"type":{"type":"reference","id":2815,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2813,2814,2811,2812]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":629,"character":17}]},{"id":2635,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2636,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2638,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2637,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":28,"character":1}],"type":{"type":"reference","id":2716,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2636,2638,2637]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":18,"character":17}],"extendedBy":[{"type":"reference","id":2639,"name":"APIChannelBase"}]},{"id":2963,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2966,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2964,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":17,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2965,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v8/emoji.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2966,2964,2965]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":2967,"name":"APIEmoji"}]},{"id":3059,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3063,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":57,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3064,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild, if the guild is discoverable"},"sources":[{"fileName":"payloads/v8/guild.ts","line":61,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3065,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3154,"name":"GuildFeature"}}},{"id":3061,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3069,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":3060,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v8/guild.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3062,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3068,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v8/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3067,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":77,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3066,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":73,"character":1}],"type":{"type":"reference","id":3138,"name":"GuildVerificationLevel"}},{"id":3070,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":311,"character":1}],"type":{"type":"reference","id":3265,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[3063,3064,3065,3061,3069,3060,3062,3068,3067,3066,3070]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3056,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":3071,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":3071,"name":"APIGuild"}]},{"id":2806,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2807,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v8/channel.ts","line":612,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2809,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji information","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":622,"character":1}],"type":{"type":"reference","id":2963,"name":"APIPartialEmoji"}},{"id":2808,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v8/channel.ts","line":616,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[2807,2809,2808]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":608,"character":17}]},{"id":3688,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3691,"name":"color","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3692,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"If this role is pinned in the user listing"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3693,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role icon hash"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":31,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3689,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3697,"name":"managed","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is managed by an integration"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3698,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is mentionable"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3690,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role name"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3696,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3695,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Position of this role"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3699,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The tags this role has"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":57,"character":1}],"type":{"type":"reference","id":3700,"name":"APIRoleTags"}},{"id":3694,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role unicode emoji as a standard emoji"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":35,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3691,3692,3693,3689,3697,3698,3690,3696,3695,3699,3694]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":11,"character":17}]},{"id":3700,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3701,"name":"bot_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the bot this role belongs to"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3703,"name":"integration_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the integration this role belongs to"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3702,"name":"premium_subscriber","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this is the guild's premium subscriber role"},"sources":[{"fileName":"payloads/v8/permissions.ts","line":72,"character":1}],"type":{"type":"literal","value":null}}],"groups":[{"title":"Properties","kind":1024,"children":[3701,3703,3702]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":64,"character":17}]},{"id":2934,"name":"APISelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2935,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the select menu, max 100 characters"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2940,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Disable the select","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1221,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2939,"name":"max_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of items that can be chosen; max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1215,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2938,"name":"min_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The minimum number of items that must be chosen; min 0, max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1209,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2936,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The choices in the select, max 25"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1199,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2942,"name":"APISelectMenuOption"}}},{"id":2937,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Custom placeholder text if nothing is selected, max 100 characters"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1203,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2941,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2900,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":2895,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2935,2940,2939,2938,2936,2937,2941]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1191,"character":17}],"extendedTypes":[{"type":"reference","id":2894,"typeArguments":[{"type":"reference","id":2900,"name":"ComponentType.SelectMenu"}],"name":"APIBaseComponent"}]},{"id":2942,"name":"APISelectMenuOption","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2947,"name":"default","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this option should be already-selected by default"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1248,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2945,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An additional description of the option (max 50 chars)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1240,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2946,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the option"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1244,"character":1}],"type":{"type":"reference","id":2906,"name":"APIMessageComponentEmoji"}},{"id":2943,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user-facing name of the option (max 25 chars)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2944,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The dev-defined value of the option (max 100 chars)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1236,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2947,2945,2946,2943,2944]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1228,"character":17}]},{"id":3704,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3707,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the associated stage channel"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3710,"name":"discoverable_disabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not stage discovery is disabled"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3706,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id of the associated stage channel"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3705,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage instance"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3709,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the stage instance","text":"See https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level\n"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":30,"character":1}],"type":{"type":"reference","id":3711,"name":"StageInstancePrivacyLevel"}},{"id":3708,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3707,3710,3706,3705,3709,3708]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":8,"character":17}]},{"id":3284,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3285,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":3298,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":64,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3289,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":3291,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":3297,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":3286,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":81,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":3296,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":52,"character":1}],"type":{"type":"reference","id":3339,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3288,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":3287,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":3300,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":3290,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":3294,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":44,"character":1}],"type":{"type":"reference","id":3348,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3293,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":3292,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":3295,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":48,"character":1}],"type":{"type":"reference","id":3342,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3299,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[3285,3298,3289,3291,3297,3286,3296,3288,3287,3300,3290,3294,3293,3292,3295,3299]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3339,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":3719,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3725,"name":"asset","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Previously the sticker asset hash, now an empty string","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v8/sticker.ts","line":37,"character":1}],"type":{"type":"literal","value":""}},{"id":3728,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this guild sticker can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3723,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":28,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3727,"name":"format_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker format","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types\n"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":49,"character":1}],"type":{"type":"reference","id":3735,"name":"StickerFormatType"}},{"id":3729,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild that owns this sticker"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3720,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3722,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3721,"name":"pack_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For standard stickers, ID of the pack the sticker is from"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3731,"name":"sort_value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The standard sticker's sort order within its pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3724,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"For guild stickers, the Discord name of a unicode emoji representing the sticker's expression. for standard stickers, a comma-separated list of related expressions."},"sources":[{"fileName":"payloads/v8/sticker.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3726,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types\n"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":43,"character":1}],"type":{"type":"reference","id":3732,"name":"StickerType"}},{"id":3730,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that uploaded the guild sticker"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":61,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3725,3728,3723,3727,3729,3720,3722,3721,3731,3724,3726,3730]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":12,"character":17}]},{"id":3740,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3747,"name":"banner_asset_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the sticker pack's banner image"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3745,"name":"cover_sticker_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of a sticker in the pack which is shown as the pack's icon"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":123,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3746,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3741,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3743,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3744,"name":"sku_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the pack's SKU"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3742,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The stickers in the pack"},"sources":[{"fileName":"payloads/v8/sticker.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3747,3745,3746,3741,3743,3744,3742]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":103,"character":17}]},{"id":3748,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3749,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A hash of the image of the team's icon"},"sources":[{"fileName":"payloads/v8/teams.ts","line":16,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3750,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique id of the team"},"sources":[{"fileName":"payloads/v8/teams.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3751,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members of the team"},"sources":[{"fileName":"payloads/v8/teams.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3754,"name":"APITeamMember"}}},{"id":3752,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the team"},"sources":[{"fileName":"payloads/v8/teams.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3753,"name":"owner_user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id of the current team owner"},"sources":[{"fileName":"payloads/v8/teams.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3749,3750,3751,3752,3753]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":12,"character":17}]},{"id":3754,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-members-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3755,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's membership state on the team","text":"See https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum\n"},"sources":[{"fileName":"payloads/v8/teams.ts","line":45,"character":1}],"type":{"type":"reference","id":3759,"name":"TeamMemberMembershipState"}},{"id":3756,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Will always be `[\"*\"]`"},"sources":[{"fileName":"payloads/v8/teams.ts","line":49,"character":1}],"type":{"type":"tuple","elements":[{"type":"literal","value":"*"}]}},{"id":3757,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the parent team of which they are a member"},"sources":[{"fileName":"payloads/v8/teams.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3758,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The avatar, discriminator, id, and username of the user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/teams.ts","line":59,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3755,3756,3757,3758]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":39,"character":17}]},{"id":3762,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#template-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3763,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The template code (unique ID)"},"sources":[{"fileName":"payloads/v8/template.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3769,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was created"},"sources":[{"fileName":"payloads/v8/template.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3768,"name":"creator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who created the template","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/template.ts","line":39,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":3767,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the user who created the template"},"sources":[{"fileName":"payloads/v8/template.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3765,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the template"},"sources":[{"fileName":"payloads/v8/template.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3773,"name":"is_dirty","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the template has unsynced changes"},"sources":[{"fileName":"payloads/v8/template.ts","line":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":3764,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Template name"},"sources":[{"fileName":"payloads/v8/template.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3772,"name":"serialized_source_guild","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild snapshot this template contains"},"sources":[{"fileName":"payloads/v8/template.ts","line":55,"character":1}],"type":{"type":"reference","id":3774,"name":"APITemplateSerializedSourceGuild"}},{"id":3771,"name":"source_guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the guild this template is based on"},"sources":[{"fileName":"payloads/v8/template.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3770,"name":"updated_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was last synced to the source guild"},"sources":[{"fileName":"payloads/v8/template.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3766,"name":"usage_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this template has been used"},"sources":[{"fileName":"payloads/v8/template.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[3763,3769,3768,3767,3765,3773,3764,3772,3771,3770,3766]}],"sources":[{"fileName":"payloads/v8/template.ts","line":13,"character":17}]},{"id":3774,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3782,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v8/guild.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_channel_id"}},{"id":3783,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v8/guild.ts","line":141,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":3788,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":133,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":4302,"name":"APIGuildCreatePartialChannel"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":3784,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":101,"character":1}],"type":{"type":"reference","id":3123,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":3775,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/template.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3785,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":107,"character":1}],"type":{"type":"reference","id":3126,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":3777,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/template.ts","line":68,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3778,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v8/guild.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":3776,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/template.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3789,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v8/guild.ts","line":155,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":3779,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":83,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":3780,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":120,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":4308,"name":"APIGuildCreateRole"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":3787,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":151,"character":1}],"type":{"type":"reference","id":3149,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":3786,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v8/guild.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_id"}},{"id":3781,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":95,"character":1}],"type":{"type":"reference","id":3138,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[3782,3783,3788,3784,3775,3785,3777,3778,3776,3789,3779,3780,3787,3786,3781]}],"sources":[{"fileName":"payloads/v8/template.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":4317,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":2646,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2649,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2641,"name":"APIChannelBase.id"}},{"id":2647,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2650,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2642,"name":"APIChannelBase.name"}},{"id":2648,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2651,"name":"T"},"inheritedFrom":{"type":"reference","id":2640,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2649,2647,2650,2648]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":65,"character":17}],"typeParameter":[{"id":2651,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2716,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2639,"typeArguments":[{"type":"reference","id":2651,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2663,"name":"APIGuildTextChannel"}]},{"id":2676,"name":"APITextChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2684,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2670,"name":"APIGuildTextChannel.guild_id"}},{"id":2682,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2668,"name":"APIGuildTextChannel.id"}},{"id":2680,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2666,"name":"APIGuildTextChannel.last_message_id"}},{"id":2679,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v8/channel.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2665,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":2683,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2669,"name":"APIGuildTextChannel.name"}},{"id":2688,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v8/channel.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":2674,"name":"APIGuildTextChannel.nsfw"}},{"id":2687,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2673,"name":"APIGuildTextChannel.parent_id"}},{"id":2685,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":85,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2810,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2671,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":2686,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":2672,"name":"APIGuildTextChannel.position"}},{"id":2677,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected"},"sources":[{"fileName":"payloads/v8/channel.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2678,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2664,"name":"APIGuildTextChannel.topic"}},{"id":2681,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2717,"name":"GuildText"},"inheritedFrom":{"type":"reference","id":2667,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2684,2682,2680,2679,2683,2688,2687,2685,2686,2677,2678,2681]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":125,"character":17}],"extendedTypes":[{"type":"reference","id":2663,"typeArguments":[{"type":"reference","id":2717,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}]},{"id":2948,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2950,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1263,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2951,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Text that appears on top of the text input field, max 80 characters"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1267,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2955,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1283,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2954,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1279,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2952,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2956,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this text input is required or not"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1287,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2949,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1259,"character":1}],"type":{"type":"reference","id":2931,"name":"TextInputStyle"}},{"id":2957,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2901,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":2895,"name":"APIBaseComponent.type"}},{"id":2953,"name":"value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The pre-filled text in the text input"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1275,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2950,2951,2955,2954,2952,2956,2949,2957,2953]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1255,"character":17}],"extendedTypes":[{"type":"reference","id":2894,"typeArguments":[{"type":"reference","id":2901,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":3056,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3057,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v8/guild.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3058,"name":"unavailable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v8/guild.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[3057,3058]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":20,"character":17}]},{"id":3790,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3799,"name":"accent_color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner color encoded as an integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v8/user.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":3794,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's avatar hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":30,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3798,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":48,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3795,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user belongs to an OAuth2 application"},"sources":[{"fileName":"payloads/v8/user.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3793,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's 4-digit discord-tag"},"sources":[{"fileName":"payloads/v8/user.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3802,"name":"email","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's email"},"sources":[{"fileName":"payloads/v8/user.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3803,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":70,"character":1}],"type":{"type":"reference","id":3806,"name":"UserFlags"}},{"id":3791,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's id"},"sources":[{"fileName":"payloads/v8/user.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3800,"name":"locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's chosen language option"},"sources":[{"fileName":"payloads/v8/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3797,"name":"mfa_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has two factor enabled on their account"},"sources":[{"fileName":"payloads/v8/user.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3804,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of Nitro subscription on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-premium-types\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":76,"character":1}],"type":{"type":"reference","id":3822,"name":"UserPremiumType"}},{"id":3805,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The public flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v8/user.ts","line":82,"character":1}],"type":{"type":"reference","id":3806,"name":"UserFlags"}},{"id":3796,"name":"system","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is an Official Discord System user (part of the urgent message system)"},"sources":[{"fileName":"payloads/v8/user.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3792,"name":"username","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's username, not unique across the platform"},"sources":[{"fileName":"payloads/v8/user.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3801,"name":"verified","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the email on this account has been verified"},"sources":[{"fileName":"payloads/v8/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[3799,3794,3798,3795,3793,3802,3803,3791,3800,3797,3804,3805,3796,3792,3801]}],"sources":[{"fileName":"payloads/v8/user.ts","line":12,"character":17}]},{"id":3480,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3483,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":3485,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":3482,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":1}],"type":{"type":"reference","id":3486,"name":"APIUserApplicationCommandInteractionDataResolved"}},{"id":3481,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3484,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3368,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3483,3485,3482,3481,3484]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3368,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3486,"name":"APIUserApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3488,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":28,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3376,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3487,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":27,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":3790,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3488,3487]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":26,"character":17}]},{"id":2692,"name":"APIVoiceChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2693,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":155,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2697,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2653,"name":"APIGuildChannel.guild_id"}},{"id":2703,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2659,"name":"APIGuildChannel.id"}},{"id":2704,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":2660,"name":"APIGuildChannel.name"}},{"id":2701,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v8/channel.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":2657,"name":"APIGuildChannel.nsfw"}},{"id":2700,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)"},"sources":[{"fileName":"payloads/v8/channel.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":2656,"name":"APIGuildChannel.parent_id"}},{"id":2698,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":85,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2810,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2654,"name":"APIGuildChannel.permission_overwrites"}},{"id":2699,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":2655,"name":"APIGuildChannel.position"}},{"id":2695,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":165,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2702,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2719,"name":"GuildVoice"},{"type":"reference","id":2724,"name":"GuildStageVoice"}]},"inheritedFrom":{"type":"reference","id":2658,"name":"APIGuildChannel.type"}},{"id":2694,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel"},"sources":[{"fileName":"payloads/v8/channel.ts","line":159,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2696,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel, `1` when not present","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"payloads/v8/channel.ts","line":171,"character":1}],"type":{"type":"reference","id":2725,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[2693,2697,2703,2704,2701,2700,2698,2699,2695,2702,2694,2696]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":151,"character":17}],"extendedTypes":[{"type":"reference","id":2652,"typeArguments":[{"type":"union","types":[{"type":"reference","id":2724,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2719,"name":"ChannelType.GuildVoice"}]}],"name":"APIGuildChannel"}]},{"id":3301,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3302,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":88,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":3315,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":64,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3306,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":3308,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":3314,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":3303,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":89,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":3313,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":52,"character":1}],"type":{"type":"reference","id":3340,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3305,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":3304,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":3317,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":3307,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":3311,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":44,"character":1}],"type":{"type":"reference","id":3348,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3310,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":3309,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":3312,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":48,"character":1}],"type":{"type":"reference","id":3342,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3316,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[3302,3315,3306,3308,3314,3303,3313,3305,3304,3317,3307,3311,3310,3309,3312,3316]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":87,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3340,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":3853,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3858,"name":"custom","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a custom voice region (used for events/etc)"},"sources":[{"fileName":"payloads/v8/voice.ts","line":93,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3857,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a deprecated voice region (avoid switching to these)"},"sources":[{"fileName":"payloads/v8/voice.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3854,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique ID for the region"},"sources":[{"fileName":"payloads/v8/voice.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3855,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the region"},"sources":[{"fileName":"payloads/v8/voice.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3856,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` for a single server that is closest to the current user's client"},"sources":[{"fileName":"payloads/v8/voice.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[3858,3857,3854,3855,3856]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":73,"character":17}]},{"id":3859,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3868,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The bot/OAuth2 application that created this webhook"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3866,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default avatar of the webhook"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":44,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3863,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this webhook is for"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3862,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this webhook is for"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3860,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the webhook"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3865,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3870,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":60,"character":1}],"type":{"type":"reference","id":2635,"name":"APIPartialChannel"}},{"id":3869,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":56,"character":1}],"type":{"type":"reference","id":3059,"name":"APIPartialGuild"}},{"id":3867,"name":"token","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The secure token of the webhook (returned for Incoming Webhooks)"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3861,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the webhook","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object-webhook-types\n"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":22,"character":1}],"type":{"type":"reference","id":3872,"name":"WebhookType"}},{"id":3871,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url used for executing the webhook (returned by the webhooks OAuth2 flow)"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3864,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this webhook was created by (not returned when getting a webhook with its token)","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/webhook.ts","line":36,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3868,3866,3863,3862,3860,3865,3870,3869,3867,3861,3871,3864]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":12,"character":17}]},{"id":3003,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3012,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3018,"name":"assets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Images for the presence and their hover texts","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":194,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3022,"name":"buttons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The custom buttons shown in the Rich Presence (max 2)"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":216,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":3053,"name":"GatewayActivityButton"}}]}},{"id":3008,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix timestamp of when the activity was added to the user's session"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":157,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3013,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":171,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3015,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji used for a custom status","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":181,"character":1}],"type":{"type":"reference","id":3037,"name":"GatewayActivityEmoji"}},{"id":3021,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Activity flags `OR`d together, describes what the payload includes","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":212,"character":1}],"type":{"type":"reference","id":3043,"name":"ActivityFlags"}},{"id":3004,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's id"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3020,"name":"instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not the activity is an instanced game session"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3005,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":143,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3017,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Information for the current party of the player","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":188,"character":1}],"type":{"type":"reference","id":3038,"name":"GatewayActivityParty"}},{"id":3011,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/gateway.ts","line":163,"character":1}],"type":{"type":"reference","id":3023,"name":"ActivityPlatform"}},{"id":3019,"name":"secrets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Secrets for Rich Presence joining and spectating","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":200,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"match"},{"type":"literal","value":"join"},{"type":"literal","value":"spectate"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3016,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/gateway.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3014,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":175,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3010,"name":"sync_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/gateway.ts","line":162,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3009,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix timestamps for start and/or end of the game"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":161,"character":1}],"type":{"type":"reference","id":3034,"name":"GatewayActivityTimestamps"}},{"id":3006,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":149,"character":1}],"type":{"type":"reference","id":3027,"name":"ActivityType"}},{"id":3007,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Stream url, is validated when type is `1`"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":153,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3012,3018,3022,3008,3013,3015,3021,3004,3020,3005,3017,3011,3019,3016,3014,3010,3009,3006,3007]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":135,"character":17}]},{"id":3053,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3054,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The text shown on the button (1-32 characters)"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3055,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The url opened when clicking the button (1-512 characters)"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":336,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3054,3055]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":328,"character":17}]},{"id":3038,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-party","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3039,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":288,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3040,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to show the party's current and maximum size"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":292,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"current_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"max_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3039,3040]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":284,"character":17}]},{"id":3034,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3036,"name":"end","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity ends"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":271,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3035,"name":"start","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity started"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":267,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[3036,3035]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":263,"character":17}]},{"id":2221,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2223,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":515,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2222,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":511,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2224,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time at which the most recent pinned message was pinned"},"sources":[{"fileName":"gateway/v8.ts","line":519,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2223,2222,2224]}],"sources":[{"fileName":"gateway/v8.ts","line":507,"character":17}]},{"id":2234,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2235,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":594,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2236,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":600,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2235,2236]}],"sources":[{"fileName":"gateway/v8.ts","line":590,"character":17}]},{"id":2242,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2244,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":650,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2967,"name":"APIEmoji"}}},{"id":2243,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":644,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2244,2243]}],"sources":[{"fileName":"gateway/v8.ts","line":640,"character":17}]},{"id":2250,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2251,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v8.ts","line":696,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2251]}],"sources":[{"fileName":"gateway/v8.ts","line":692,"character":17}]},{"id":2253,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2257,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v8/guild.ts","line":642,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3197,"name":"APIGuildMember.avatar"}},{"id":2264,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":676,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3204,"name":"APIGuildMember.communication_disabled_until"}},{"id":2261,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":662,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3201,"name":"APIGuildMember.deaf"}},{"id":2254,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":716,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2259,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v8/guild.ts","line":652,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":3199,"name":"APIGuildMember.joined_at"}},{"id":2262,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v8/guild.ts","line":666,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3202,"name":"APIGuildMember.mute"}},{"id":2256,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v8/guild.ts","line":638,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3196,"name":"APIGuildMember.nick"}},{"id":2263,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":672,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":3203,"name":"APIGuildMember.pending"}},{"id":2260,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":658,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":3200,"name":"APIGuildMember.premium_since"}},{"id":2258,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":648,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":3198,"name":"APIGuildMember.roles"}},{"id":2255,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/guild.ts","line":634,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3195,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[2257,2264,2261,2254,2259,2262,2256,2263,2260,2258,2255]}],"sources":[{"fileName":"gateway/v8.ts","line":712,"character":17}],"extendedTypes":[{"type":"reference","id":3194,"name":"APIGuildMember"}]},{"id":2266,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2267,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":736,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2268,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who was removed","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":742,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2267,2268]}],"sources":[{"fileName":"gateway/v8.ts","line":732,"character":17}]},{"id":2274,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2278,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v8.ts","line":799,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2277,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v8.ts","line":795,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2275,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":785,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2276,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Set of guild members","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":791,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3194,"name":"APIGuildMember"}}},{"id":2281,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The nonce used in the Guild Members Request","text":"See https://discord.com/developers/docs/topics/gateway#request-guild-members\n"},"sources":[{"fileName":"gateway/v8.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2279,"name":"not_found","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing an invalid id to `REQUEST_GUILD_MEMBERS`, it will be returned here"},"sources":[{"fileName":"gateway/v8.ts","line":803,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":2280,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing true to `REQUEST_GUILD_MEMBERS`, presences of the returned members will be here","text":"See https://discord.com/developers/docs/topics/gateway#presence\n"},"sources":[{"fileName":"gateway/v8.ts","line":809,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2987,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2278,2277,2275,2276,2281,2279,2280]}],"sources":[{"fileName":"gateway/v8.ts","line":781,"character":17}]},{"id":2291,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2292,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":887,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2293,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v8.ts","line":891,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2292,2293]}],"sources":[{"fileName":"gateway/v8.ts","line":883,"character":17}]},{"id":2283,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2284,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":837,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2285,"name":"role","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role created or updated","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":843,"character":1}],"type":{"type":"reference","id":3688,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[2284,2285]}],"sources":[{"fileName":"gateway/v8.ts","line":833,"character":17}]},{"id":2301,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2304,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2302,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":945,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2303,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":946,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2304,2302,2303]}],"sources":[{"fileName":"gateway/v8.ts","line":944,"character":17}]},{"id":2306,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2309,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":964,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2307,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":962,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2308,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":963,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2309,2307,2308]}],"sources":[{"fileName":"gateway/v8.ts","line":961,"character":17}]},{"id":2246,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2247,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":670,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2248,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":676,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2247,2248]}],"sources":[{"fileName":"gateway/v8.ts","line":666,"character":17}]},{"id":2401,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2403,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1478,"character":1}],"type":{"type":"reference","id":2404,"name":"GatewayHeartbeatData"}},{"id":2402,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1477,"character":1}],"type":{"type":"reference","id":2080,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[2403,2402]}],"sources":[{"fileName":"gateway/v8.ts","line":1476,"character":17}]},{"id":2187,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating-example-gateway-heartbeat-ack","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2189,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":359,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2188,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":358,"character":1}],"type":{"type":"reference","id":2089,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2191,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1734,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":2190,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1733,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[2189,2188,2191,2190]}],"sources":[{"fileName":"gateway/v8.ts","line":357,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2182,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2184,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":350,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2183,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":349,"character":1}],"type":{"type":"reference","id":2080,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2186,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1734,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":2185,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1733,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[2184,2183,2186,2185]}],"sources":[{"fileName":"gateway/v8.ts","line":348,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2175,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2177,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":330,"character":1}],"type":{"type":"reference","id":2180,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2176,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":329,"character":1}],"type":{"type":"reference","id":2088,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2179,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1734,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":2178,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1733,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[2177,2176,2179,2178]}],"sources":[{"fileName":"gateway/v8.ts","line":328,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2180,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2181,"name":"heartbeat_interval","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The interval (in milliseconds) the client should heartbeat with"},"sources":[{"fileName":"gateway/v8.ts","line":341,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2181]}],"sources":[{"fileName":"gateway/v8.ts","line":337,"character":17}]},{"id":2405,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2407,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1493,"character":1}],"type":{"type":"reference","id":2408,"name":"GatewayIdentifyData"}},{"id":2406,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1492,"character":1}],"type":{"type":"reference","id":2081,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[2407,2406]}],"sources":[{"fileName":"gateway/v8.ts","line":1491,"character":17}]},{"id":2408,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2411,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this connection supports compression of packets","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1516,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2415,"name":"intents","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Gateway Intents you wish to receive","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v8.ts","line":1541,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2412,"name":"large_threshold","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value between 50 and 250, total number of members where the gateway will stop sending\noffline members in the guild member list","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1523,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2414,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Presence structure for initial presence information","text":"See https://discord.com/developers/docs/topics/gateway#update-presence\n"},"sources":[{"fileName":"gateway/v8.ts","line":1535,"character":1}],"type":{"type":"reference","id":2448,"name":"GatewayPresenceUpdateData"}},{"id":2410,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v8.ts","line":1510,"character":1}],"type":{"type":"reference","id":2416,"name":"GatewayIdentifyProperties"}},{"id":2413,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used for Guild Sharding","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v8.ts","line":1529,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":2409,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v8.ts","line":1504,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2411,2415,2412,2414,2410,2413,2409]}],"sources":[{"fileName":"gateway/v8.ts","line":1500,"character":17}]},{"id":2416,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2418,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v8.ts","line":1556,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2419,"name":"$device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v8.ts","line":1560,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2417,"name":"$os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v8.ts","line":1552,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2418,2419,2417]}],"sources":[{"fileName":"gateway/v8.ts","line":1548,"character":17}]},{"id":2319,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2322,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the bot/OAuth2 application for this Discord integration"},"sources":[{"fileName":"gateway/v8.ts","line":1022,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2321,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1018,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2320,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v8.ts","line":1014,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2322,2321,2320]}],"sources":[{"fileName":"gateway/v8.ts","line":1010,"character":17}]},{"id":2192,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2194,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":368,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2193,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":367,"character":1}],"type":{"type":"reference","id":2087,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2196,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1734,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":2195,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1733,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[2194,2193,2196,2195]}],"sources":[{"fileName":"gateway/v8.ts","line":366,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2326,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2327,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v8.ts","line":1057,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2328,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1063,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2329,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v8.ts","line":1067,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2330,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v8.ts","line":1071,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2331,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1077,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2332,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How long the invite is valid for (in seconds)"},"sources":[{"fileName":"gateway/v8.ts","line":1081,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2333,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The maximum number of times the invite can be used"},"sources":[{"fileName":"gateway/v8.ts","line":1085,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2336,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite"},"sources":[{"fileName":"gateway/v8.ts","line":1101,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2334,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"gateway/v8.ts","line":1091,"character":1}],"type":{"type":"reference","id":3645,"name":"InviteTargetType"}},{"id":2335,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1097,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2337,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the invite is temporary (invited users will be kicked on disconnect unless they're assigned a role)"},"sources":[{"fileName":"gateway/v8.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2338,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How many times the invite has been used (always will be `0`)"},"sources":[{"fileName":"gateway/v8.ts","line":1109,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[2327,2328,2329,2330,2331,2332,2333,2336,2334,2335,2337,2338]}],"sources":[{"fileName":"gateway/v8.ts","line":1053,"character":17}]},{"id":2340,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2341,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v8.ts","line":1129,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2343,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2342,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v8.ts","line":1133,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2341,2343,2342]}],"sources":[{"fileName":"gateway/v8.ts","line":1125,"character":17}]},{"id":2357,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2359,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":1224,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2360,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1228,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2358,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v8.ts","line":1220,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2359,2360,2358]}],"sources":[{"fileName":"gateway/v8.ts","line":1216,"character":17}]},{"id":2352,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2354,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":1196,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2355,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1200,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2353,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v8.ts","line":1192,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2354,2355,2353]}],"sources":[{"fileName":"gateway/v8.ts","line":1188,"character":17}]},{"id":2368,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2370,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":1787,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":2369,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v8.ts","line":1287,"character":1}],"type":{"type":"reference","id":2967,"name":"APIEmoji"}},{"id":2372,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1795,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":2371,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v8.ts","line":1791,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[2370,2369,2372,2371]}],"sources":[{"fileName":"gateway/v8.ts","line":1283,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":2999,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#client-status-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3000,"name":"desktop","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active desktop (Windows, Linux, Mac) application session"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":120,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}},{"id":3001,"name":"mobile","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active mobile (iOS, Android) application session"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":124,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}},{"id":3002,"name":"web","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active web (browser, bot account) application session"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":128,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[3000,3001,3002]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":116,"character":17}]},{"id":2987,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update-presence-update-event-fields","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2991,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":89,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3003,"name":"GatewayActivity"}}},{"id":2992,"name":"client_status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's platform-dependent status","text":"See https://discord.com/developers/docs/topics/gateway#client-status-object\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":95,"character":1}],"type":{"type":"reference","id":2999,"name":"GatewayPresenceClientStatus"}},{"id":2989,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2990,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v8/gateway.ts","line":83,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}},{"id":2988,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user presence is being updated for","text":"**The user object within this event can be partial, the only field which must be sent is the `id` field,\neverything else is optional.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v8/gateway.ts","line":75,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3790,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":3790,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2991,2992,2989,2990,2988]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":66,"character":17}]},{"id":2448,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-presence-gateway-presence-update-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2450,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1691,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2453,"name":"GatewayActivityUpdateData"}}},{"id":2452,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v8.ts","line":1701,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2449,"name":"since","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in milliseconds) of when the client went idle, or `null` if the client is not idle"},"sources":[{"fileName":"gateway/v8.ts","line":1685,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":2451,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v8.ts","line":1697,"character":1}],"type":{"type":"reference","id":2993,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[2450,2452,2449,2451]}],"sources":[{"fileName":"gateway/v8.ts","line":1681,"character":17}]},{"id":2204,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2210,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contains `id` and `flags`","text":"See https://discord.com/developers/docs/resources/application#application-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":430,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2207,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guilds the user is in","text":"See https://discord.com/developers/docs/resources/guild#unavailable-guild-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":414,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3056,"name":"APIUnavailableGuild"}}},{"id":2208,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v8.ts","line":418,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2209,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The shard information associated with this session, if sent when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v8.ts","line":424,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":2206,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information about the user including email","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":408,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2205,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions\n"},"sources":[{"fileName":"gateway/v8.ts","line":402,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[2210,2207,2208,2209,2206,2205]}],"sources":[{"fileName":"gateway/v8.ts","line":396,"character":17}]},{"id":2198,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#reconnect","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2200,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":383,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2199,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":382,"character":1}],"type":{"type":"reference","id":2085,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2202,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1734,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":2201,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1733,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[2200,2199,2202,2201]}],"sources":[{"fileName":"gateway/v8.ts","line":381,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2427,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2429,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1597,"character":1}],"type":{"type":"reference","id":2430,"name":"GatewayRequestGuildMembersData"}},{"id":2428,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1596,"character":1}],"type":{"type":"reference","id":2086,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[2429,2428]}],"sources":[{"fileName":"gateway/v8.ts","line":1595,"character":17}]},{"id":2430,"name":"GatewayRequestGuildMembersData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2431,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v8.ts","line":1608,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2433,"name":"limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Maximum number of members to send matching the `query`;\na limit of `0` can be used with an empty string `query` to return all members"},"sources":[{"fileName":"gateway/v8.ts","line":1617,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2436,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nonce to identify the Guild Members Chunk response","text":"Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a `nonce` set.\n\nSee https://discord.com/developers/docs/topics/gateway#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v8.ts","line":1633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2434,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify if we want the presences of the matched members"},"sources":[{"fileName":"gateway/v8.ts","line":1621,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2432,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v8.ts","line":1612,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2435,"name":"user_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v8.ts","line":1625,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[2431,2433,2436,2434,2432,2435]}],"sources":[{"fileName":"gateway/v8.ts","line":1604,"character":17}]},{"id":2420,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2422,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1569,"character":1}],"type":{"type":"reference","id":2423,"name":"GatewayResumeData"}},{"id":2421,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1568,"character":1}],"type":{"type":"reference","id":2084,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[2422,2421]}],"sources":[{"fileName":"gateway/v8.ts","line":1567,"character":17}]},{"id":2423,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2426,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v8.ts","line":1588,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2425,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v8.ts","line":1584,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2424,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v8.ts","line":1580,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2426,2425,2424]}],"sources":[{"fileName":"gateway/v8.ts","line":1576,"character":17}]},{"id":2382,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2383,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":1364,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2384,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1368,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2387,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member who started typing if this happened in a guild","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1382,"character":1}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":2386,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in seconds) of when the user started typing"},"sources":[{"fileName":"gateway/v8.ts","line":1376,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2385,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v8.ts","line":1372,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2383,2384,2387,2386,2385]}],"sources":[{"fileName":"gateway/v8.ts","line":1360,"character":17}]},{"id":2445,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-presence","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2447,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1674,"character":1}],"type":{"type":"reference","id":2448,"name":"GatewayPresenceUpdateData"}},{"id":2446,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1673,"character":1}],"type":{"type":"reference","id":2082,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2447,2446]}],"sources":[{"fileName":"gateway/v8.ts","line":1672,"character":17}]},{"id":2393,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2396,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The voice server host","text":"A `null` endpoint means that the voice server allocated has gone away and is trying to be reallocated.\nYou should attempt to disconnect from the currently connected voice server, and not attempt to reconnect\nuntil a new voice server is allocated\n"},"sources":[{"fileName":"gateway/v8.ts","line":1441,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2395,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v8.ts","line":1433,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2394,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v8.ts","line":1429,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2396,2395,2394]}],"sources":[{"fileName":"gateway/v8.ts","line":1425,"character":17}]},{"id":3839,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3841,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this user is connected to"},"sources":[{"fileName":"payloads/v8/voice.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3845,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is deafened by the server"},"sources":[{"fileName":"payloads/v8/voice.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3840,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this voice state is for"},"sources":[{"fileName":"payloads/v8/voice.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3843,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member this voice state is for","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v8/voice.ts","line":30,"character":1}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":3846,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the server"},"sources":[{"fileName":"payloads/v8/voice.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3852,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the user requested to speak"},"sources":[{"fileName":"payloads/v8/voice.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":3847,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally deafened"},"sources":[{"fileName":"payloads/v8/voice.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3848,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally muted"},"sources":[{"fileName":"payloads/v8/voice.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3849,"name":"self_stream","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this user is streaming using \"Go Live\""},"sources":[{"fileName":"payloads/v8/voice.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3850,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user's camera is enabled"},"sources":[{"fileName":"payloads/v8/voice.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3844,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The session id for this voice state"},"sources":[{"fileName":"payloads/v8/voice.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3851,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the current user"},"sources":[{"fileName":"payloads/v8/voice.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3842,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id this voice state is for"},"sources":[{"fileName":"payloads/v8/voice.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3841,3845,3840,3843,3846,3852,3847,3848,3849,3850,3844,3851,3842]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":12,"character":17}]},{"id":2437,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2439,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1642,"character":1}],"type":{"type":"reference","id":2440,"name":"GatewayVoiceStateUpdateData"}},{"id":2438,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1641,"character":1}],"type":{"type":"reference","id":2083,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2439,2438]}],"sources":[{"fileName":"gateway/v8.ts","line":1640,"character":17}]},{"id":2440,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2442,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the voice channel client wants to join (`null` if disconnecting)"},"sources":[{"fileName":"gateway/v8.ts","line":1657,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":2441,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1653,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2444,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v8.ts","line":1665,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2443,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v8.ts","line":1661,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[2442,2441,2444,2443]}],"sources":[{"fileName":"gateway/v8.ts","line":1649,"character":17}]},{"id":2398,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":2400,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v8.ts","line":1465,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2399,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":1461,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[2400,2399]}],"sources":[{"fileName":"gateway/v8.ts","line":1457,"character":17}]},{"id":3578,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3579,"name":"components","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3574,"name":"ModalSubmitComponent"}}},{"id":3580,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v8/channel.ts","line":1060,"character":1}],"type":{"type":"reference","id":2898,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3579,3580]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":22,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2962,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3574,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":3576,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3575,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":14,"character":1}],"type":{"type":"reference","id":2897,"name":"ComponentType"}},{"id":3577,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3576,3575,3577]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":13,"character":17}]},{"id":4712,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4717,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3154,"name":"GuildFeature"}}},{"id":4715,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4713,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4714,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4716,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4718,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4717,4715,4713,4714,4716,4718]}],"sources":[{"fileName":"rest/v8/user.ts","line":68,"character":17}]},{"id":4168,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4170,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of audit log events"},"sources":[{"fileName":"rest/v8/auditLog.ts","line":16,"character":1}],"type":{"type":"reference","id":2513,"name":"AuditLogEvent"}},{"id":4171,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log before a certain entry ID"},"sources":[{"fileName":"rest/v8/auditLog.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4172,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many entries are returned (default 50, minimum 1, maximum 100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v8/auditLog.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4169,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log for actions made by a user"},"sources":[{"fileName":"rest/v8/auditLog.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4170,4171,4172,4169]}],"sources":[{"fileName":"rest/v8/auditLog.ts","line":8,"character":17}]},{"id":4227,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":4228,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v8/channel.ts","line":297,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4229,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of users to return (1-100)","tags":[{"tag":"default","text":"25\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":303,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4228,4229]}],"sources":[{"fileName":"rest/v8/channel.ts","line":293,"character":17}]},{"id":4196,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4199,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v8/channel.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4197,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v8/channel.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4198,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v8/channel.ts","line":142,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4200,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of messages to return (1-100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":152,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4199,4197,4198,4200]}],"sources":[{"fileName":"rest/v8/channel.ts","line":134,"character":17}]},{"id":4708,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4710,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds after this guild ID"},"sources":[{"fileName":"rest/v8/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4709,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds before this guild ID"},"sources":[{"fileName":"rest/v8/user.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4711,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-100)","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4710,4709,4711]}],"sources":[{"fileName":"rest/v8/user.ts","line":48,"character":17}]},{"id":4372,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4374,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The highest user id in the previous page","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":377,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4373,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":371,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4374,4373]}],"sources":[{"fileName":"rest/v8/guild.ts","line":365,"character":17}]},{"id":4376,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4378,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":400,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4377,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Query string to match username(s) and nickname(s) against"},"sources":[{"fileName":"rest/v8/guild.ts","line":394,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4378,4377]}],"sources":[{"fileName":"rest/v8/guild.ts","line":390,"character":17}]},{"id":4442,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4443,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":728,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4444,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include","text":"While this is typed as a string, it represents an array of\nrole IDs delimited by commas\n\nSee https://discord.com/developers/docs/resources/guild#get-guild-prune-count-query-string-params\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":737,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4443,4444]}],"sources":[{"fileName":"rest/v8/guild.ts","line":722,"character":17}]},{"id":4445,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4446,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":745,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4446]}],"sources":[{"fileName":"rest/v8/guild.ts","line":744,"character":17}]},{"id":4333,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4334,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When `true`, will return approximate member and presence counts for the guild","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":174,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4334]}],"sources":[{"fileName":"rest/v8/guild.ts","line":168,"character":17}]},{"id":4503,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4504,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to this event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4504]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":82,"character":17}]},{"id":4511,"name":"RESTGetAPIGuildScheduledEventUsersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4515,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users after given user id"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":141,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4514,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users before given user id"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4512,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of users to receive from the event","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":129,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4513,"name":"with_member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include guild member data if it exists"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4515,4514,4512,4513]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":123,"character":17}]},{"id":4488,"name":"RESTGetAPIGuildScheduledEventsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4489,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to each event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4489]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":16,"character":17}]},{"id":4462,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4463,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":832,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4464,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":833,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4463,4464]}],"sources":[{"fileName":"rest/v8/guild.ts","line":831,"character":17}]},{"id":4465,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4466,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Style of the widget image returned","tags":[{"tag":"default","text":"\"shield\"\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":846,"character":1}],"type":{"type":"reference","id":3259,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[4466]}],"sources":[{"fileName":"rest/v8/guild.ts","line":840,"character":17}]},{"id":4568,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4571,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event to include with the invite"},"sources":[{"fileName":"rest/v8/invite.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4569,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain approximate member counts"},"sources":[{"fileName":"rest/v8/invite.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4570,"name":"with_expiration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain the expiration date"},"sources":[{"fileName":"rest/v8/invite.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4571,4569,4570]}],"sources":[{"fileName":"rest/v8/invite.ts","line":8,"character":17}]},{"id":4575,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4576,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the current application"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":18,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":4578,"name":"expires","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"when the access token expires"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4577,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the scopes the user has authorized the application for"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":22,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3666,"name":"OAuth2Scopes"}}},{"id":4579,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"the user who has authorized, if the user has authorized with the `identify` scope"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":30,"character":1}],"type":{"type":"reference","id":3790,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[4576,4578,4577,4579]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":14,"character":17}]},{"id":4667,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4668,"name":"sticker_packs","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/sticker.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3740,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4668]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":12,"character":17}]},{"id":4626,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4627,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4631,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4630,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4629,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The required permissions bitfield, stringified"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4633,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4632,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4628,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"This assumes you include the `bot` scope alongside others (like `identify` for example)"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":170,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3667,"name":"Bot"},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4627,4631,4630,4629,4633,4632,4628]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":165,"character":17}]},{"id":4634,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4635,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":189,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4637,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4638,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4636,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4635,4637,4638,4636]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":188,"character":17}]},{"id":4580,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4582,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4586,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":43,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":4584,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4581,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":38,"character":1}],"type":{"type":"literal","value":"code"}},{"id":4583,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4585,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4582,4586,4584,4581,4583,4585]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":37,"character":17}]},{"id":4587,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4588,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4589,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4588,4589]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":50,"character":17}]},{"id":4620,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4621,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your app's client id"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":136,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4625,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` or `false`—disallows the user from changing the guild dropdown"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4624,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Pre-fills the dropdown picker with a guild for the user"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":154,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4623,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The permissions you're requesting","text":"See https://discord.com/developers/docs/topics/permissions\n"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":150,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4622,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Needs to include bot for the bot flow"},"sources":[{"fileName":"rest/v8/oauth2.ts","line":140,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3667,"name":"Bot"},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4621,4625,4624,4623,4622]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":132,"character":17}]},{"id":4608,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4610,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":101,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4614,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":105,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":4612,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4609,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":100,"character":1}],"type":{"type":"literal","value":"token"}},{"id":4611,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4613,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":104,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4610,4614,4612,4609,4611,4613]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":99,"character":17}]},{"id":4267,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4268,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v8/channel.ts","line":528,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4268]}],"sources":[{"fileName":"rest/v8/channel.ts","line":524,"character":17}]},{"id":4247,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4248,"name":"messages","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An array of message ids to delete (2-100)"},"sources":[{"fileName":"rest/v8/channel.ts","line":410,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4248]}],"sources":[{"fileName":"rest/v8/channel.ts","line":406,"character":17}]},{"id":4523,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4527,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`\n"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":4525,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[\\w-]{1,32}$`"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":4526,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3391,"name":"APIApplicationCommandOption"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":4524,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":50,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3368,"name":"User"},{"type":"reference","id":3369,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4527,4525,4526,4524]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":49,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":4721,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4722,"name":"recipient_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recipient to open a DM channel with"},"sources":[{"fileName":"rest/v8/user.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4722]}],"sources":[{"fileName":"rest/v8/user.ts","line":93,"character":17}]},{"id":4452,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4453,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":776,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4453]}],"sources":[{"fileName":"rest/v8/guild.ts","line":775,"character":17}]},{"id":4671,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4673,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker (empty or 2-100 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4675,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 500 KB"},"sources":[{"fileName":"rest/v8/sticker.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"unknown"}},{"id":4672,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4674,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4673,4675,4672,4674]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":29,"character":17}]},{"id":4654,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4655,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage channel"},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4657,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance","tags":[{"tag":"default","text":"GuildOnly\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":23,"character":1}],"type":{"type":"reference","id":3711,"name":"StageInstancePrivacyLevel"}},{"id":4656,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4655,4657,4656]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":9,"character":17}]},{"id":4759,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4761,"name":"thread_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived."},"sources":[{"fileName":"rest/v8/webhook.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4760,"name":"wait","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Waits for server confirmation of message send before response, and returns the created message body\n(defaults to `false`; when `false` a message that is not saved does not return an error)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4761,4760]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":180,"character":17}]},{"id":4596,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4597,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4599,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4600,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4601,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4598,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":73,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4597,4599,4600,4601,4598]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":71,"character":17}]},{"id":4590,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4591,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4592,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4594,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4593,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":62,"character":1}],"type":{"type":"literal","value":"authorization_code"}},{"id":4595,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/oauth2.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4591,4592,4594,4593,4595]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":59,"character":17}]},{"id":4639,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4640,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4642,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4645,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":205,"character":1}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":4643,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4644,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4641,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":201,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4640,4642,4645,4643,4644,4641]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":199,"character":17}]},{"id":4646,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4647,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":213,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4649,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4650,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4651,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4648,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":214,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4652,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":218,"character":1}],"type":{"type":"reference","id":3859,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[4647,4649,4650,4651,4648,4652]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":212,"character":17}]},{"id":4616,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4617,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":119,"character":1}],"type":{"type":"literal","value":"client_credentials"}},{"id":4618,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":120,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4617,4618]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":118,"character":17}]},{"id":4602,"name":"RESTPostOAuth2RefreshTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-refresh-token-exchange-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4603,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4604,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4605,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":86,"character":1}],"type":{"type":"literal","value":"refresh_token"}},{"id":4606,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4603,4604,4605,4606]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":83,"character":17}]},{"id":4563,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4564,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":260,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3512,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4564]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":259,"character":17}]},{"id":4250,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"children":[{"id":4251,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":431,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4252,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":439,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4253,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v8/channel.ts","line":443,"character":1}],"type":{"type":"reference","id":2815,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[4251,4252,4253]}],"sources":[{"fileName":"rest/v8/channel.ts","line":423,"character":17}],"extendedBy":[{"type":"reference","id":4174,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":4296,"name":"APIGuildCreateOverwrite"}]},{"id":2960,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1303,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"},{"type":"reference","id":2962,"name":"APIModalActionRowComponent"}]}},{"id":3409,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3447,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":3520,"name":"APIApplicationCommandAutocompleteDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/autocomplete.ts","line":30,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3519,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3521,"name":"APIApplicationCommandAutocompleteGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/autocomplete.ts","line":37,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3519,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3519,"name":"APIApplicationCommandAutocompleteInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/autocomplete.ts","line":12,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3592,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":3394,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3592,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3394,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"literal","value":"options"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3390,"name":"APIApplicationCommandBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":73,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3452,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":3420,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":3411,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":3478,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":3413,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":3434,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":3426,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":3428,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":3409,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":3411,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/boolean.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3441,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":3388,"name":"APIApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":121,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3407,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":3505,"name":"APIContextMenuDMInteraction"}]}},{"id":3389,"name":"APIApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":129,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3408,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":3506,"name":"APIContextMenuGuildInteraction"}]}},{"id":3420,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts","line":26,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":3448,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3387,"name":"APIApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":115,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3406,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":3504,"name":"APIContextMenuInteraction"}]}},{"id":3370,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":83,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3394,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":3497,"name":"APIContextMenuInteractionData"}]}},{"id":3410,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/attachment.ts","line":14,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3447,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3393,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":105,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3453,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":3421,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":3412,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":3479,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":3419,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":3435,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":3427,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":3429,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":3410,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":3412,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/boolean.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3441,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":3419,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/channel.ts","line":17,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3443,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3427,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":14,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3445,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3392,"name":"APIApplicationCommandInteractionDataOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-interaction-data-option-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":97,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3464,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":3474,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":3393,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":3435,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/role.ts","line":13,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3444,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3479,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/user.ts","line":13,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3442,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3385,"name":"APIApplicationCommandInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":107,"character":12}],"typeParameter":[{"id":3386,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3370,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3590,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3386,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3590,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3386,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3426,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3445,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":3428,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts","line":26,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":3448,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3391,"name":"APIApplicationCommandOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":88,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3458,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":3468,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":3390,"name":"APIApplicationCommandBasicOption"}]}},{"id":3434,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/role.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3444,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":3452,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/string.ts","line":11,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3439,"name":"ApplicationCommandOptionType.String"}],"name":"APIApplicationCommandOptionBase"},{"type":"reference","id":3448,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3478,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/user.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3442,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":2570,"name":"APIAuditLogChange","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-change-object-audit-log-change-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":268,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2571,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":2572,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":2573,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":2574,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":2575,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":2576,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":2577,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":2578,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":2579,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":2580,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":2581,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":2582,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":2583,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":2584,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":2585,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":2586,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":2587,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":2588,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":2589,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":2590,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":2591,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":2592,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":2593,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":2594,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":2595,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":2596,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":2597,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":2598,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":2599,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":2600,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":2601,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":2602,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":2603,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":2604,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":2605,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":2606,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":2607,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":2608,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":2609,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":2610,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":2611,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":2612,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":2613,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":2614,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":2615,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":2616,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":2617,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":2618,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":2619,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":2620,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":2621,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":2622,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":2623,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":2624,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":2625,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":2626,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":2627,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":2628,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":2629,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":2630,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":2631,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":2632,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":2633,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":2634,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"}]}},{"id":2589,"name":"APIAuditLogChangeKey$Add","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when new role(s) are added","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":3688,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2590,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":458,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":3688,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2580,"name":"APIAuditLogChangeKeyAFKChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":392,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2581,"name":"APIAuditLogChangeKeyAFKTimeout","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_timeout is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":398,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2606,"name":"APIAuditLogChangeKeyAllow","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's allowed permissions bitfield is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":555,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2600,"name":"APIAuditLogChangeKeyApplicationId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The application ID of the added or removed Webhook or Bot","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":518,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2628,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":687,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":2629,"name":"APIAuditLogChangeKeyAvailable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's availability is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":693,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2618,"name":"APIAuditLogChangeKeyAvatarHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's avatar_hash is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":627,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2576,"name":"APIAuditLogChangeKeyBannerHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's banner hash is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":368,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2597,"name":"APIAuditLogChangeKeyBitrate","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's bitrate is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":500,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2609,"name":"APIAuditLogChangeKeyChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's or guild scheduled event's channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":573,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2608,"name":"APIAuditLogChangeKeyCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's code is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2603,"name":"APIAuditLogChangeKeyColor","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's color is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":537,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2634,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's timeout is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2615,"name":"APIAuditLogChangeKeyDeaf","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's deaf status is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":609,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2587,"name":"APIAuditLogChangeKeyDefaultMessageNotifications","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's default_message_notifications is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":437,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":3123,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":2607,"name":"APIAuditLogChangeKeyDeny","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's denied permissions bitfield is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":561,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2572,"name":"APIAuditLogChangeKeyDescription","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's or sticker's or guild scheduled event's description is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":344,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2575,"name":"APIAuditLogChangeKeyDiscoverySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's discovery splash is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":362,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2621,"name":"APIAuditLogChangeKeyEnableEmoticons","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's enable_emoticons is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":645,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2631,"name":"APIAuditLogChangeKeyEntityType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when entity type of a guild scheduled event is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":705,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":3338,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":2622,"name":"APIAuditLogChangeKeyExpireBehavior","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_behavior is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":651,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":3222,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":2623,"name":"APIAuditLogChangeKeyExpireGracePeriod","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_grace_period is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":657,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2586,"name":"APIAuditLogChangeKeyExplicitContentFilter","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's explicit_content_filter is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":428,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":3126,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":2627,"name":"APIAuditLogChangeKeyFormatType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's format_type is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":681,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":3735,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":2630,"name":"APIAuditLogChangeKeyGuildId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's guild_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":699,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2604,"name":"APIAuditLogChangeKeyHoist","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's hoist status is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":543,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2573,"name":"APIAuditLogChangeKeyIconHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's icon is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":350,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2619,"name":"APIAuditLogChangeKeyId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The ID of the changed entity - sometimes used in conjunction with other keys","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2610,"name":"APIAuditLogChangeKeyInviterId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's inviter_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":579,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2633,"name":"APIAuditLogChangeKeyLocation","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when location of a guild scheduled event is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":717,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2584,"name":"APIAuditLogChangeKeyMFALevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's mfa_level is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":3130,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":2613,"name":"APIAuditLogChangeKeyMaxAge","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_age is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":597,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2611,"name":"APIAuditLogChangeKeyMaxUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_uses is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":585,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2605,"name":"APIAuditLogChangeKeyMentionable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's mentionable status is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":549,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2616,"name":"APIAuditLogChangeKeyMute","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's mute status is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":615,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2599,"name":"APIAuditLogChangeKeyNSFW","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's NSFW restriction is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":512,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2571,"name":"APIAuditLogChangeKeyName","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an entity's name is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":338,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2617,"name":"APIAuditLogChangeKeyNick","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's nick is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":621,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2577,"name":"APIAuditLogChangeKeyOwnerId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's owner_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":374,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2598,"name":"APIAuditLogChangeKeyPermissionOverwrites","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's permission overwrites is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":2810,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":2602,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2595,"name":"APIAuditLogChangeKeyPosition","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's position is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":488,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2579,"name":"APIAuditLogChangeKeyPreferredLocale","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's preferred_locale is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":386,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2625,"name":"APIAuditLogChangeKeyPrivacyLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when privacy level of a stage instance or guild scheduled event is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":669,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":3711,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":2591,"name":"APIAuditLogChangeKeyPruneDeleteDays","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when there is a change in number of days after which inactive and role-unassigned members are kicked","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":464,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2583,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's public_updates_channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2601,"name":"APIAuditLogChangeKeyRateLimitPerUser","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's amount of seconds a user has to wait before sending another message\nis changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2578,"name":"APIAuditLogChangeKeyRegion","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's region is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":380,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2582,"name":"APIAuditLogChangeKeyRulesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's rules_channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":404,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2574,"name":"APIAuditLogChangeKeySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's splash is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":356,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2632,"name":"APIAuditLogChangeKeyStatus","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when status of a guild scheduled event is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":711,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":3342,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":2594,"name":"APIAuditLogChangeKeySystemChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's system_channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":482,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2626,"name":"APIAuditLogChangeKeyTags","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's related emoji is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":675,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2614,"name":"APIAuditLogChangeKeyTemporary","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's temporary status is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2596,"name":"APIAuditLogChangeKeyTopic","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's topic is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":494,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2620,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":639,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":2624,"name":"APIAuditLogChangeKeyUserLimit","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's user_limit is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2612,"name":"APIAuditLogChangeKeyUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's uses is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":591,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":2588,"name":"APIAuditLogChangeKeyVanityURLCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's vanity_url_code is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":446,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":2585,"name":"APIAuditLogChangeKeyVerificationLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's verification_level is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":422,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":3138,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":2593,"name":"APIAuditLogChangeKeyWidgetChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget_channel_id is changed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":476,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":2592,"name":"APIAuditLogChangeKeyWidgetEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget is enabled","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/auditLog.ts","line":470,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":2924,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1164,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2910,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":2917,"name":"APIButtonComponentWithURL"}]}},{"id":2715,"name":"APIChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":217,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2706,"name":"APIGroupDMChannel"},{"type":"reference","id":2705,"name":"APIDMChannel"},{"type":"reference","id":2676,"name":"APITextChannel"},{"type":"reference","id":2689,"name":"APINewsChannel"},{"type":"reference","id":2691,"name":"APIGuildStoreChannel"},{"type":"reference","id":2692,"name":"APIVoiceChannel"},{"type":"reference","id":2690,"name":"APIGuildCategoryChannel"},{"type":"reference","id":2689,"name":"APINewsChannel"}]}},{"id":3407,"name":"APIChatInputApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":149,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3406,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3408,"name":"APIChatInputApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":156,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3406,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3406,"name":"APIChatInputApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":142,"character":12}],"type":{"type":"reference","id":3385,"typeArguments":[{"type":"reference","id":3394,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3505,"name":"APIContextMenuDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":108,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3499,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":3502,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":3506,"name":"APIContextMenuGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":116,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3500,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":3503,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":3504,"name":"APIContextMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":102,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3498,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":3501,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":3497,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":53,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3480,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":3489,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":2705,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":189,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2718,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":3354,"name":"APIDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/interactions.ts","line":46,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3388,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":3572,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":3520,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":3585,"name":"APIModalSubmitDMInteraction"}]}},{"id":3557,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":126,"character":12}],"typeParameter":[{"id":3558,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3588,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3558,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3558,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2690,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":141,"character":12}],"type":{"type":"reference","id":2652,"typeArguments":[{"type":"reference","id":2721,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":4301,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":44,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2715,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":2705,"name":"APIDMChannel"},{"type":"reference","id":2706,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":4302,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":49,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":4301,"name":"APIGuildChannelResolvable"}],"name":"UnionToIntersection"},{"type":"union","types":[{"type":"literal","value":"type"},{"type":"literal","value":"topic"},{"type":"literal","value":"nsfw"},{"type":"literal","value":"bitrate"},{"type":"literal","value":"user_limit"},{"type":"literal","value":"rate_limit_per_user"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4303,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4305,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/guild.ts","line":57,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":4304,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":56,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4306,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/guild.ts","line":58,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4307,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/guild.ts","line":59,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":4296,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4305,4304,4306,4307]}],"sources":[{"fileName":"rest/v8/guild.ts","line":55,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":3355,"name":"APIGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/interactions.ts","line":56,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3389,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":3573,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":3521,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":3586,"name":"APIModalSubmitGuildInteraction"}]}},{"id":3221,"name":"APIGuildInteractionType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/guild.ts","line":777,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":3559,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":135,"character":12}],"typeParameter":[{"id":3560,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3588,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3560,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3560,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3335,"name":"APIGuildScheduledEvent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":105,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3284,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":3301,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":3318,"name":"APIExternalGuildScheduledEvent"}]}},{"id":2691,"name":"APIGuildStoreChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":146,"character":12}],"type":{"type":"reference","id":2652,"typeArguments":[{"type":"reference","id":2723,"name":"ChannelType.GuildStore"}],"name":"APIGuildChannel"}},{"id":3353,"name":"APIInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/interactions.ts","line":35,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3587,"name":"APIPingInteraction"},{"type":"reference","id":3387,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":3561,"name":"APIMessageComponentInteraction"},{"type":"reference","id":3519,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":3584,"name":"APIModalSubmitInteraction"}]}},{"id":3594,"name":"APIInteractionResponse","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":22,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3595,"name":"APIInteractionResponsePong"},{"type":"reference","id":3603,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":3606,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":3609,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":3611,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":3597,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":3600,"name":"APIModalInteractionResponse"}]}},{"id":3622,"name":"APIInteractionResponseCallbackData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-data-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":124,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":4745,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":3623,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3624,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":6}],"type":{"type":"reference","id":2795,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[3624]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":4}]}}]}},{"id":3631,"name":"APIInviteGuild","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v8/invite.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3071,"name":"APIGuild"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"splash"},{"type":"literal","value":"banner"},{"type":"literal","value":"icon"},{"type":"literal","value":"vanity_url_code"},{"type":"literal","value":"description"},{"type":"literal","value":"features"},{"type":"literal","value":"verification_level"},{"type":"literal","value":"nsfw_level"},{"type":"literal","value":"premium_subscription_count"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2961,"name":"APIMessageActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1309,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2924,"name":"APIButtonComponent"},{"type":"reference","id":2934,"name":"APISelectMenuComponent"}]}},{"id":3502,"name":"APIMessageApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":88,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3501,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3503,"name":"APIMessageApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":95,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3501,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3501,"name":"APIMessageApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":81,"character":12}],"type":{"type":"reference","id":3385,"typeArguments":[{"type":"reference","id":3489,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3567,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":41,"character":12}],"type":{"type":"reference","id":3563,"typeArguments":[{"type":"reference","id":2899,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":2958,"name":"APIMessageComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1294,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"},{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3572,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":54,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3561,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3573,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":59,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3561,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3561,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":8,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3591,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3562,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3591,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3562,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3562,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":22,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3567,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":3568,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":4203,"name":"APIMessageReferenceSend","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":171,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":2786,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2786,"name":"APIMessageReference"},{"type":"literal","value":"message_id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4204,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4205,"name":"fail_if_not_exists","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":179,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4205]}],"sources":[{"fileName":"rest/v8/channel.ts","line":173,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":2962,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1315,"character":12}],"type":{"type":"reference","id":2948,"name":"APITextInputComponent"}},{"id":2959,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":1298,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2962,"name":"APIModalActionRowComponent"},{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2962,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3585,"name":"APIModalSubmitDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":52,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3584,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3586,"name":"APIModalSubmitGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":58,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3584,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3584,"name":"APIModalSubmitInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":45,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3593,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3581,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3593,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3581,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2689,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":136,"character":12}],"type":{"type":"reference","id":2663,"typeArguments":[{"type":"reference","id":2722,"name":"ChannelType.GuildNews"}],"name":"APIGuildTextChannel"}},{"id":3587,"name":"APIPingInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/ping.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3541,"typeArguments":[{"type":"reference","id":3589,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":3739,"name":"APIStickerItem","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-item-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/sticker.ts","line":97,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3719,"name":"APISticker"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"format_type"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":3499,"name":"APIUserApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":68,"character":12}],"type":{"type":"reference","id":3557,"typeArguments":[{"type":"reference","id":3498,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3500,"name":"APIUserApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":74,"character":12}],"type":{"type":"reference","id":3559,"typeArguments":[{"type":"reference","id":3498,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3498,"name":"APIUserApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":61,"character":12}],"type":{"type":"reference","id":3385,"typeArguments":[{"type":"reference","id":3480,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3041,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/gateway.ts","line":299,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3037,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/gateway.ts","line":278,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2967,"name":"APIEmoji"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"animated"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":2967,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":3042,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/gateway.ts","line":307,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"join"},{"type":"literal","value":"spectate"},{"type":"literal","value":"match"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2453,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1708,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3003,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2214,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":462,"character":12}],"type":{"type":"reference","id":2212,"name":"GatewayChannelModifyDispatch"}},{"id":2215,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":468,"character":12}],"type":{"type":"reference","id":2213,"name":"GatewayChannelModifyDispatchData"}},{"id":2218,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":486,"character":12}],"type":{"type":"reference","id":2212,"name":"GatewayChannelModifyDispatch"}},{"id":2219,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":492,"character":12}],"type":{"type":"reference","id":2213,"name":"GatewayChannelModifyDispatchData"}},{"id":2212,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":445,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2123,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":2124,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":2126,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":2213,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":2213,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":456,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":2220,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":498,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2125,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":2221,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2216,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":474,"character":12}],"type":{"type":"reference","id":2212,"name":"GatewayChannelModifyDispatch"}},{"id":2217,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":480,"character":12}],"type":{"type":"reference","id":2213,"name":"GatewayChannelModifyDispatchData"}},{"id":2174,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":276,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2212,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":2220,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":2233,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":2231,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":2241,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":2249,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":2252,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":2265,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":2273,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":2269,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":2225,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":2290,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":2282,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":2294,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":2296,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":2298,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":2300,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":2305,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":2245,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":2310,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":2318,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":2314,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":2323,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":2325,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":2339,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":2344,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":2356,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":2351,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":2361,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":2365,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":2363,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":2367,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":2346,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":2373,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":2375,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":2377,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":2379,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":2203,"name":"GatewayReadyDispatch"},{"type":"reference","id":2211,"name":"GatewayResumedDispatch"},{"type":"reference","id":2381,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":2388,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":2392,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":2390,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":2397,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":2237,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":607,"character":12}],"type":{"type":"reference","id":2233,"name":"GatewayGuildBanModifyDispatch"}},{"id":2238,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":613,"character":12}],"type":{"type":"reference","id":2234,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2233,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":580,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2127,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":2128,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":2234,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":2239,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":619,"character":12}],"type":{"type":"reference","id":2233,"name":"GatewayGuildBanModifyDispatch"}},{"id":2240,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":625,"character":12}],"type":{"type":"reference","id":2234,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2227,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":543,"character":12}],"type":{"type":"reference","id":2225,"name":"GatewayGuildModifyDispatch"}},{"id":2228,"name":"GatewayGuildCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":549,"character":12}],"type":{"type":"reference","id":2226,"name":"GatewayGuildModifyDispatchData"}},{"id":2231,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2130,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":2232,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":2232,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":573,"character":12}],"type":{"type":"reference","id":3056,"name":"APIUnavailableGuild"}},{"id":2241,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":631,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2131,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":2242,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":2249,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2132,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":2250,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2252,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":703,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2133,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":2253,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":2265,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2134,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":2266,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":2269,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":749,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2136,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":2270,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":2270,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":758,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"},{"type":"literal","value":"user"},{"type":"literal","value":"joined_at"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":2271,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2272,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v8.ts","line":765,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[2272]}],"sources":[{"fileName":"gateway/v8.ts","line":761,"character":47}]}}]}},{"id":2273,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":772,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2135,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":2274,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":2225,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create\nhttps://discord.com/developers/docs/topics/gateway#guild-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":527,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2129,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":2141,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":2226,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":2226,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create\nhttps://discord.com/developers/docs/topics/gateway#guild-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":537,"character":12}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":2286,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":850,"character":12}],"type":{"type":"reference","id":2282,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2287,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":856,"character":12}],"type":{"type":"reference","id":2283,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2290,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":874,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2138,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":2291,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":2282,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":823,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2137,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":2139,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":2283,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":2288,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":862,"character":12}],"type":{"type":"reference","id":2282,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2289,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":868,"character":12}],"type":{"type":"reference","id":2283,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2294,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":897,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2167,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":2295,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":2295,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":905,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":2298,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":923,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2169,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":2299,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":2299,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":931,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":2296,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":910,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2168,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":2297,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":2297,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":918,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":2300,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":936,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2170,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":2301,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2305,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":953,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2171,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":2301,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2245,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":657,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2140,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":2246,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":2229,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":555,"character":12}],"type":{"type":"reference","id":2225,"name":"GatewayGuildModifyDispatch"}},{"id":2230,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":561,"character":12}],"type":{"type":"reference","id":2226,"name":"GatewayGuildModifyDispatchData"}},{"id":2404,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1485,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":2310,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":971,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2142,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":2311,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":2311,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":980,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":3205,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2312,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2313,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":980,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[2313]}],"sources":[{"fileName":"gateway/v8.ts","line":980,"character":73}]}}]}},{"id":2318,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1001,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2143,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":2319,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":2314,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":986,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2144,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":2315,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":2315,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":995,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":3205,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2316,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2317,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":995,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[2317]}],"sources":[{"fileName":"gateway/v8.ts","line":995,"character":73}]}}]}},{"id":2323,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1029,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2145,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":2324,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":2324,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1038,"character":12}],"type":{"type":"reference","id":3353,"name":"APIInteraction"}},{"id":2197,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":375,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2325,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1044,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2146,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":2326,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":2339,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1116,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2147,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":2340,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":2344,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1146,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2148,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":2345,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":2345,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1155,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":2356,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2150,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":2357,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":2351,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1179,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2149,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":2352,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":2361,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2151,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":2362,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1241,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":2361,"name":"GatewayMessageReactionAddDispatch"}}},{"id":2365,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1259,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2153,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":2366,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":2366,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1268,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":2363,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1247,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2152,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":2364,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1253,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":2363,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":2367,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1274,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2154,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":2368,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":2346,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1161,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2155,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":2347,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":2347,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1170,"character":12}],"type":{"type":"intersection","types":[{"type":"reflection","declaration":{"id":2348,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2350,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1172,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":2349,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1171,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[2350,2349]}],"sources":[{"fileName":"gateway/v8.ts","line":1170,"character":47}]}},{"type":"reference","typeArguments":[{"type":"reference","id":2728,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":2373,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1294,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2156,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":2374,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2374,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1303,"character":12}],"type":{"type":"reference","id":2987,"name":"RawGatewayPresenceUpdate"}},{"id":2203,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":390,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2160,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":2204,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":2173,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":265,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2175,"name":"GatewayHello"},{"type":"reference","id":2182,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":2187,"name":"GatewayHeartbeatAck"},{"type":"reference","id":2192,"name":"GatewayInvalidSession"},{"type":"reference","id":2198,"name":"GatewayReconnect"},{"type":"reference","id":2174,"name":"GatewayDispatchPayload"}]}},{"id":2211,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resumed","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":437,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2161,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":2172,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":254,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2401,"name":"GatewayHeartbeat"},{"type":"reference","id":2405,"name":"GatewayIdentify"},{"type":"reference","id":2445,"name":"GatewayUpdatePresence"},{"type":"reference","id":2437,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":2420,"name":"GatewayResume"},{"type":"reference","id":2427,"name":"GatewayRequestGuildMembers"}]}},{"id":2375,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1309,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2157,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":2376,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":2376,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1318,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":2377,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1324,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2158,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":2378,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":2378,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1333,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":2379,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1339,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2159,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":2380,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2380,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1348,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":2381,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1354,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2162,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":2382,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":2388,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1389,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2163,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":2389,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":2389,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1395,"character":12}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":2392,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2164,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":2393,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":2390,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1401,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2165,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":2391,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":2391,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1410,"character":12}],"type":{"type":"reference","id":3839,"name":"GatewayVoiceState"}},{"id":2397,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":1448,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2166,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":2398,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":4725,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#list-voice-regions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/voice.ts","line":7,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3853,"name":"APIVoiceRegion"}}},{"id":2645,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":53,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2644,"name":"TextChannelType"},{"type":"reference","id":2719,"name":"ChannelType.GuildVoice"},{"type":"reference","id":2724,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2722,"name":"ChannelType.GuildNews"},{"type":"reference","id":2723,"name":"ChannelType.GuildStore"}]},{"type":"union","types":[{"type":"reference","id":2718,"name":"ChannelType.DM"},{"type":"reference","id":2720,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":2662,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":103,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2644,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":2718,"name":"ChannelType.DM"},{"type":"reference","id":2720,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":3522,"name":"PartialAPIMessageInteractionGuildMember","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":11,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"premium_since"},{"type":"literal","value":"pending"},{"type":"literal","value":"nick"},{"type":"literal","value":"mute"},{"type":"literal","value":"joined_at"},{"type":"literal","value":"deaf"},{"type":"literal","value":"communication_disabled_until"},{"type":"literal","value":"avatar"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4231,"name":"RESTDeleteAPIChannelAllMessageReactionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":316,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4225,"name":"RESTDeleteAPIChannelMessageOwnReaction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-own-reaction","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":281,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4232,"name":"RESTDeleteAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions-for-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":322,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4246,"name":"RESTDeleteAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":400,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4226,"name":"RESTDeleteAPIChannelMessageUserReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-user-reaction","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":287,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4266,"name":"RESTDeleteAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-channel-permission","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":518,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4273,"name":"RESTDeleteAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-pinned-channel-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":559,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4279,"name":"RESTDeleteAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-remove-recipient","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":586,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":4195,"name":"RESTDeleteAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#deleteclose-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":128,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":4720,"name":"RESTDeleteAPICurrentUserGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#leave-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":87,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4414,"name":"RESTDeleteAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-ban","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":589,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4293,"name":"RESTDeleteAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#delete-guild-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":69,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4457,"name":"RESTDeleteAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-integration","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":801,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4406,"name":"RESTDeleteAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":548,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4405,"name":"RESTDeleteAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":542,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4360,"name":"RESTDeleteAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":304,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4441,"name":"RESTDeleteAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":716,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4510,"name":"RESTDeleteAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#delete-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":117,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4683,"name":"RESTDeleteAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":79,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4699,"name":"RESTDeleteAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#delete-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":82,"character":12}],"type":{"type":"reference","id":3762,"name":"APITemplate"}},{"id":4560,"name":"RESTDeleteAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":241,"character":12}],"type":{"type":"reference","id":4778,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4550,"name":"RESTDeleteAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-original-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":186,"character":12}],"type":{"type":"reference","id":4778,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4573,"name":"RESTDeleteAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#delete-invite","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/invite.ts","line":32,"character":12}],"type":{"type":"reference","id":3632,"name":"APIInvite"}},{"id":4665,"name":"RESTDeleteAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#delete-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":63,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4743,"name":"RESTDeleteAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":104,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4778,"name":"RESTDeleteAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":297,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4744,"name":"RESTDeleteAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-with-token","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":110,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4562,"name":"RESTGetAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":253,"character":12}],"type":{"type":"reference","id":3507,"name":"APIGuildApplicationCommandPermissions"}},{"id":4518,"name":"RESTGetAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":29,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4517,"name":"RESTGetAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":23,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3356,"name":"APIApplicationCommand"}}},{"id":4535,"name":"RESTGetAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":101,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4534,"name":"RESTGetAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":95,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3356,"name":"APIApplicationCommand"}}},{"id":4173,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/auditLog.ts","line":32,"character":12}],"type":{"type":"reference","id":2499,"name":"APIAuditLog"}},{"id":4255,"name":"RESTGetAPIChannelInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-invites","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":456,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3648,"name":"APIExtendedInvite"}}},{"id":4230,"name":"RESTGetAPIChannelMessageReactionUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-reactions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":310,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3790,"name":"APIUser"}}},{"id":4202,"name":"RESTGetAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":165,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4201,"name":"RESTGetAPIChannelMessagesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":159,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":2728,"name":"APIMessage"}}},{"id":4271,"name":"RESTGetAPIChannelPinsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-pinned-messages","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":547,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":2728,"name":"APIMessage"}}},{"id":4179,"name":"RESTGetAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":33,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":4731,"name":"RESTGetAPIChannelWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-channel-webhooks","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":41,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3859,"name":"APIWebhook"}}},{"id":4724,"name":"RESTGetAPICurrentUserConnectionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user-connections","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":110,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3826,"name":"APIConnection"}}},{"id":4719,"name":"RESTGetAPICurrentUserGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":81,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":4712,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":4700,"name":"RESTGetAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":9,"character":12}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":4295,"name":"RESTGetAPIGatewayBotResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/gateway.ts","line":13,"character":12}],"type":{"type":"reference","id":2978,"name":"APIGatewayBotInfo"}},{"id":4294,"name":"RESTGetAPIGatewayResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/gateway.ts","line":7,"character":12}],"type":{"type":"reference","id":2976,"name":"APIGatewayInfo"}},{"id":4561,"name":"RESTGetAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":247,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3507,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4408,"name":"RESTGetAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-ban","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":560,"character":12}],"type":{"type":"reference","id":3235,"name":"APIBan"}},{"id":4407,"name":"RESTGetAPIGuildBansResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":554,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3235,"name":"APIBan"}}},{"id":4361,"name":"RESTGetAPIGuildChannelsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-channels","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":310,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":2715,"name":"APIChannel"}}},{"id":4281,"name":"RESTGetAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#get-guild-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":15,"character":12}],"type":{"type":"reference","id":2967,"name":"APIEmoji"}},{"id":4280,"name":"RESTGetAPIGuildEmojisResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#list-guild-emojis","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":9,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":2967,"name":"APIEmoji"}}},{"id":4456,"name":"RESTGetAPIGuildIntegrationsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-integrations","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":795,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3205,"name":"APIGuildIntegration"}}},{"id":4455,"name":"RESTGetAPIGuildInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-invites","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":789,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3648,"name":"APIExtendedInvite"}}},{"id":4371,"name":"RESTGetAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":359,"character":12}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":4468,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":859,"character":12}],"type":{"type":"reference","id":3273,"name":"APIGuildMembershipScreening"}},{"id":4375,"name":"RESTGetAPIGuildMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":384,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3194,"name":"APIGuildMember"}}},{"id":4379,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":406,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3194,"name":"APIGuildMember"}}},{"id":4336,"name":"RESTGetAPIGuildPreviewResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-preview","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":187,"character":12}],"type":{"type":"reference","id":3179,"name":"APIGuildPreview"}},{"id":4335,"name":"RESTGetAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":181,"character":12}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":4415,"name":"RESTGetAPIGuildRolesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-roles","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":595,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3688,"name":"APIRole"}}},{"id":4505,"name":"RESTGetAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":93,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":4516,"name":"RESTGetAPIGuildScheduledEventUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":148,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3349,"name":"APIGuildScheduledEventUser"}}},{"id":4490,"name":"RESTGetAPIGuildScheduledEventsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":27,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}}},{"id":4670,"name":"RESTGetAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":24,"character":12}],"type":{"type":"reference","id":3719,"name":"APISticker"}},{"id":4669,"name":"RESTGetAPIGuildStickersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":19,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3719,"name":"APISticker"}}},{"id":4690,"name":"RESTGetAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#get-guild-templates","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":37,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3762,"name":"APITemplate"}}},{"id":4454,"name":"RESTGetAPIGuildVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-voice-regions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":783,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3853,"name":"APIVoiceRegion"}}},{"id":4732,"name":"RESTGetAPIGuildWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-guild-webhooks","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":47,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3859,"name":"APIWebhook"}}},{"id":4484,"name":"RESTGetAPIGuildWelcomeScreenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-welcome-screen","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":920,"character":12}],"type":{"type":"reference","id":3265,"name":"APIGuildWelcomeScreen"}},{"id":4467,"name":"RESTGetAPIGuildWidgetImageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Note: while the return type is `ArrayBuffer`, the expected result is\na buffer of sorts (depends if in browser or on node.js/deno).","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":854,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":4461,"name":"RESTGetAPIGuildWidgetJSONResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":825,"character":12}],"type":{"type":"reference","id":3238,"name":"APIGuildWidget"}},{"id":4458,"name":"RESTGetAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-settings","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":807,"character":12}],"type":{"type":"reference","id":3191,"name":"APIGuildWidgetSettings"}},{"id":4556,"name":"RESTGetAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":217,"character":12}],"type":{"type":"reference","id":4770,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4546,"name":"RESTGetAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-original-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":162,"character":12}],"type":{"type":"reference","id":4770,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4572,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/invite.ts","line":26,"character":12}],"type":{"type":"reference","id":3632,"name":"APIInvite"}},{"id":4574,"name":"RESTGetAPIOAuth2CurrentApplicationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-application-information","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/oauth2.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2460,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4659,"name":"RESTGetAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#get-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":36,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":4666,"name":"RESTGetAPIStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":7,"character":12}],"type":{"type":"reference","id":3719,"name":"APISticker"}},{"id":4684,"name":"RESTGetAPITemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#get-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":8,"character":12}],"type":{"type":"reference","id":3762,"name":"APITemplate"}},{"id":4701,"name":"RESTGetAPIUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":15,"character":12}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":4733,"name":"RESTGetAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":53,"character":12}],"type":{"type":"reference","id":3859,"name":"APIWebhook"}},{"id":4770,"name":"RESTGetAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":255,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4734,"name":"RESTGetAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-with-token","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":59,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3859,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4702,"name":"RESTGetCurrentUserGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-current-user-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":21,"character":12}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":4615,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/oauth2.ts","line":112,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4596,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4530,"name":"RESTPatchAPIApplicationCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4531,"name":"RESTPatchAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":77,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4538,"name":"RESTPatchAPIApplicationGuildCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4539,"name":"RESTPatchAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":125,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4180,"name":"RESTPatchAPIChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":39,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4181,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4188,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel; 8000 to 96000 (128000 for VIP servers)","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":85,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4182,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"1-100 character channel name","text":"Channel types: all\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4186,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, news, store\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4191,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the new parent category for a channel","text":"Channel types: text, news, store, voice\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":103,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4190,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel or category-specific permissions","text":"Channel types: all\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":97,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":4174,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":4184,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The position of the channel in the left-hand listing","text":"Channel types: all\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":59,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4187,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`,\nare unaffected","text":"Channel types: text\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":79,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4192,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":109,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4185,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":65,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4183,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of channel; only conversion between `text` and `news`\nis supported and only in guilds with the \"NEWS\" feature","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2722,"name":"ChannelType.GuildNews"},{"type":"reference","id":2717,"name":"ChannelType.GuildText"}]}},{"id":4189,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel; 0 refers to no limit, 1 to 99 refers to a user limit","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":91,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4193,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":115,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2725,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4188,4182,4186,4191,4190,4184,4187,4192,4185,4183,4189,4193]}],"sources":[{"fileName":"rest/v8/channel.ts","line":39,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4242,"name":"RESTPatchAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":381,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4243,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4244,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/channel.ts","line":386,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4244]}],"sources":[{"fileName":"rest/v8/channel.ts","line":382,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4233,"name":"RESTPatchAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4233,"name":"RESTPatchAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":328,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4234,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4239,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":360,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2889,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":4240,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":368,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4241,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":374,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":4235,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v8/channel.ts","line":332,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4237,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object","tags":[{"tag":"deprecated","text":"Use `embeds` instead\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":345,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2818,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":4236,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":338,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2818,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":4238,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Edit the flags of a message (only `SUPPRESS_EMBEDS` can currently be set/unset)","text":"When specifying flags, ensure to include all previously set flags/bits\nin addition to ones that you are modifying\n\nSee https://discord.com/developers/docs/resources/channel#message-object-message-flags\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":354,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2795,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4239,4240,4241,4235,4237,4236,4238]}],"sources":[{"fileName":"rest/v8/channel.ts","line":328,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4245,"name":"RESTPatchAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":394,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4194,"name":"RESTPatchAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":122,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":4400,"name":"RESTPatchAPICurrentGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":514,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4401,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4402,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":520,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4402]}],"sources":[{"fileName":"rest/v8/guild.ts","line":514,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4397,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead."},{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4398,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4399,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":507,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4399]}],"sources":[{"fileName":"rest/v8/guild.ts","line":501,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4403,"name":"RESTPatchAPICurrentGuildMemberNicknameResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead."},{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":529,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4397,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":4703,"name":"RESTPatchAPICurrentUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":27,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4704,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4706,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passed, modifies the user's avatar"},"sources":[{"fileName":"rest/v8/user.ts","line":35,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4705,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's username, if changed may cause the user's discriminator to be randomized"},"sources":[{"fileName":"rest/v8/user.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4706,4705]}],"sources":[{"fileName":"rest/v8/user.ts","line":27,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4707,"name":"RESTPatchAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":42,"character":12}],"type":{"type":"reference","id":3790,"name":"APIUser"}},{"id":4364,"name":"RESTPatchAPIGuildChannelPositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":328,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4365,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4366,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v8/guild.ts","line":333,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4368,"name":"lock_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sync channel overwrites with the new parent, when moving to a new `parent_id`"},"sources":[{"fileName":"rest/v8/guild.ts","line":341,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4369,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new parent id of this channel"},"sources":[{"fileName":"rest/v8/guild.ts","line":345,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4367,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v8/guild.ts","line":337,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4366,4368,4369,4367]}],"sources":[{"fileName":"rest/v8/guild.ts","line":329,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4370,"name":"RESTPatchAPIGuildChannelPositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":353,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4288,"name":"RESTPatchAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":48,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4289,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4290,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v8/emoji.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4291,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v8/emoji.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4290,4291]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":48,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4292,"name":"RESTPatchAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":63,"character":12}],"type":{"type":"reference","id":2967,"name":"APIEmoji"}},{"id":4337,"name":"RESTPatchAPIGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":193,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4338,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4344,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v8/guild.ts","line":225,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4345,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v8/guild.ts","line":229,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4350,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":253,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4342,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":215,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3123,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":4357,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild, if the guild is discoverable"},"sources":[{"fileName":"rest/v8/guild.ts","line":287,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4349,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 png/jpeg image for the guild discovery splash (when the guild has `DISCOVERABLE` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":249,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4343,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":221,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3126,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":4356,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":283,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3154,"name":"GuildFeature"}}},{"id":4346,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the guild has `ANIMATED_ICON` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":235,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4339,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New name for the guild (2-100 characters)"},"sources":[{"fileName":"rest/v8/guild.ts","line":197,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4347,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User id to transfer guild ownership to (must be owner)"},"sources":[{"fileName":"rest/v8/guild.ts","line":239,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4355,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\" (if the value is set to `null`)\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":277,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4358,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v8/guild.ts","line":291,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4354,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"rest/v8/guild.ts","line":271,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4340,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":203,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4353,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where Community guilds display rules and/or guidelines"},"sources":[{"fileName":"rest/v8/guild.ts","line":267,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4348,"name":"splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild splash (when the guild has `INVITE_SPLASH` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":245,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4352,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":263,"character":1}],"type":{"type":"reference","id":3149,"name":"GuildSystemChannelFlags"}},{"id":4351,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v8/guild.ts","line":257,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4341,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":209,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3138,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4344,4345,4350,4342,4357,4349,4343,4356,4346,4339,4347,4355,4358,4354,4340,4353,4348,4352,4351,4341]}],"sources":[{"fileName":"rest/v8/guild.ts","line":193,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4388,"name":"RESTPatchAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4389,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4394,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of channel to move user to (if they are connected to voice)","text":"Requires `MOVE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":482,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4395,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"rest/v8/guild.ts","line":486,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4393,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":476,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4392,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":470,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4390,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":458,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4391,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":464,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4394,4395,4393,4392,4390,4391]}],"sources":[{"fileName":"rest/v8/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4396,"name":"RESTPatchAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":493,"character":12}],"type":{"type":"reference","id":3194,"name":"APIGuildMember"}},{"id":4469,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":864,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4470,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4473,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The server description to show in the screening form"},"sources":[{"fileName":"rest/v8/guild.ts","line":876,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4471,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v8/guild.ts","line":868,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4472,"name":"form_fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of field objects serialized in a string"},"sources":[{"fileName":"rest/v8/guild.ts","line":872,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4473,4471,4472]}],"sources":[{"fileName":"rest/v8/guild.ts","line":864,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4474,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":882,"character":12}],"type":{"type":"reference","id":3273,"name":"APIGuildMembershipScreening"}},{"id":4359,"name":"RESTPatchAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":298,"character":12}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":4431,"name":"RESTPatchAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":675,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4432,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4435,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v8/guild.ts","line":687,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4436,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar"},"sources":[{"fileName":"rest/v8/guild.ts","line":691,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4437,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":695,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4439,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v8/guild.ts","line":703,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4433,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v8/guild.ts","line":679,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4434,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions"},"sources":[{"fileName":"rest/v8/guild.ts","line":683,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":4438,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":699,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4435,4436,4437,4439,4433,4434,4438]}],"sources":[{"fileName":"rest/v8/guild.ts","line":675,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4426,"name":"RESTPatchAPIGuildRolePositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":652,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4427,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4428,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v8/guild.ts","line":657,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4429,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v8/guild.ts","line":661,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4428,4429]}],"sources":[{"fileName":"rest/v8/guild.ts","line":653,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4430,"name":"RESTPatchAPIGuildRolePositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":669,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3688,"name":"APIRole"}}},{"id":4440,"name":"RESTPatchAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":710,"character":12}],"type":{"type":"reference","id":3688,"name":"APIRole"}},{"id":4506,"name":"RESTPatchAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":99,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":4491,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4507,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4508,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":104,"character":2}],"type":{"type":"reference","id":3342,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[4508]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":100,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4509,"name":"RESTPatchAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":111,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":4677,"name":"RESTPatchAPIGuildStickerJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":56,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4678,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4680,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of the sticker (2-100 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4679,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4681,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v8/sticker.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4680,4679,4681]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4682,"name":"RESTPatchAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":74,"character":12}],"type":{"type":"reference","id":3719,"name":"APISticker"}},{"id":4697,"name":"RESTPatchAPIGuildTemplateJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#modify-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":70,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4691,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":4698,"name":"RESTPatchAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#modify-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":76,"character":12}],"type":{"type":"reference","id":3762,"name":"APITemplate"}},{"id":4475,"name":"RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":887,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4476,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4477,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v8/guild.ts","line":891,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4479,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sets the user's request to speak"},"sources":[{"fileName":"rest/v8/guild.ts","line":899,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4478,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v8/guild.ts","line":895,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4477,4479,4478]}],"sources":[{"fileName":"rest/v8/guild.ts","line":887,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4480,"name":"RESTPatchAPIGuildVoiceStateUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":905,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4481,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4482,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v8/guild.ts","line":909,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4483,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v8/guild.ts","line":913,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4482,4483]}],"sources":[{"fileName":"rest/v8/guild.ts","line":905,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4485,"name":"RESTPatchAPIGuildWelcomeScreenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":926,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3265,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4486,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4487,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v8/guild.ts","line":931,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4487]}],"sources":[{"fileName":"rest/v8/guild.ts","line":927,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4459,"name":"RESTPatchAPIGuildWidgetSettingsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":813,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":3191,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":4460,"name":"RESTPatchAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":819,"character":12}],"type":{"type":"reference","id":3191,"name":"APIGuildWidgetSettings"}},{"id":4558,"name":"RESTPatchAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":229,"character":12}],"type":{"type":"reference","id":4774,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4557,"name":"RESTPatchAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":223,"character":12}],"type":{"type":"reference","id":4771,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4559,"name":"RESTPatchAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":235,"character":12}],"type":{"type":"reference","id":4777,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4548,"name":"RESTPatchAPIInteractionOriginalResponseFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":174,"character":12}],"type":{"type":"reference","id":4774,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4547,"name":"RESTPatchAPIInteractionOriginalResponseJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":168,"character":12}],"type":{"type":"reference","id":4771,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4549,"name":"RESTPatchAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":180,"character":12}],"type":{"type":"reference","id":4777,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4660,"name":"RESTPatchAPIStageInstanceJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#update-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":42,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4661,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4663,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance"},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":50,"character":1}],"type":{"type":"reference","id":3711,"name":"StageInstancePrivacyLevel"}},{"id":4662,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4663,4662]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4664,"name":"RESTPatchAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#update-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":57,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":4735,"name":"RESTPatchAPIWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":65,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4736,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4738,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":75,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4739,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new channel id this webhook should be moved to"},"sources":[{"fileName":"rest/v8/webhook.ts","line":79,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4737,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"rest/v8/webhook.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4738,4739,4737]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":65,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4740,"name":"RESTPatchAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":86,"character":12}],"type":{"type":"reference","id":3859,"name":"APIWebhook"}},{"id":4741,"name":"RESTPatchAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":92,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4735,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4774,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":278,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4775,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4776,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/webhook.ts","line":283,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4776]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":279,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4771,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4771,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":261,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":4745,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"content"},{"type":"literal","value":"embeds"},{"type":"literal","value":"allowed_mentions"},{"type":"literal","value":"components"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":4772,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4773,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":270,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[4773]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":262,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4777,"name":"RESTPatchAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":291,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4742,"name":"RESTPatchAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":98,"character":12}],"type":{"type":"reference","id":4734,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":57,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4519,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":4523,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":4529,"name":"RESTPostAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":65,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4536,"name":"RESTPostAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":107,"character":12}],"type":{"type":"reference","id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody"}},{"id":4537,"name":"RESTPostAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":113,"character":12}],"type":{"type":"reference","id":3356,"name":"APIApplicationCommand"}},{"id":4269,"name":"RESTPostAPIChannelFollowersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":535,"character":12}],"type":{"type":"reference","id":2803,"name":"APIFollowedChannel"}},{"id":4256,"name":"RESTPostAPIChannelInviteJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":462,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4257,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4258,"name":"max_age","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Duration of invite in seconds before expiry, or 0 for never","tags":[{"tag":"default","text":"86400 (24 hours)\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":468,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4259,"name":"max_uses","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of uses or 0 for unlimited","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":474,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4264,"name":"target_application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the embedded application to open for this invite\n- Required if `target_type` is 2\n- The application must have the `EMBEDDED` flag"},"sources":[{"fileName":"rest/v8/channel.ts","line":505,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4262,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":493,"character":1}],"type":{"type":"reference","id":3645,"name":"InviteTargetType"}},{"id":4263,"name":"target_user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user whose stream to display for this invite\n- Required if `target_type` is 1\n- The user must be streaming in the channel"},"sources":[{"fileName":"rest/v8/channel.ts","line":499,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4260,"name":"temporary","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this invite only grants temporary membership","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":480,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4261,"name":"unique","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If true, don't try to reuse a similar invite\n(useful for creating many unique one time use invites)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":487,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4258,4259,4264,4262,4263,4260,4261]}],"sources":[{"fileName":"rest/v8/channel.ts","line":462,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4265,"name":"RESTPostAPIChannelInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":512,"character":12}],"type":{"type":"reference","id":3648,"name":"APIExtendedInvite"}},{"id":4223,"name":"RESTPostAPIChannelMessageCrosspostResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#crosspost-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":269,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4219,"name":"RESTPostAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":250,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4220,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4221,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/channel.ts","line":255,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4221]}],"sources":[{"fileName":"rest/v8/channel.ts","line":251,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4206,"name":"RESTPostAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4206,"name":"RESTPostAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":186,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4207,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4213,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for a message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":217,"character":1}],"type":{"type":"reference","id":2889,"name":"APIAllowedMentions"}},{"id":4217,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v8/channel.ts","line":239,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4215,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":229,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4208,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v8/channel.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4212,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object","tags":[{"tag":"deprecated","text":"Use `embeds` instead\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":211,"character":1}],"type":{"type":"reference","id":2818,"name":"APIEmbed"}},{"id":4211,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":204,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2818,"name":"APIEmbed"}}},{"id":4218,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v8/channel.ts","line":243,"character":1}],"type":{"type":"reference","id":2795,"name":"MessageFlags"}},{"id":4214,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Include to make your message a reply","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":223,"character":1}],"type":{"type":"reference","id":4203,"name":"APIMessageReferenceSend"}},{"id":4209,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending"},"sources":[{"fileName":"rest/v8/channel.ts","line":194,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":4216,"name":"sticker_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"IDs of up to 3 stickers in the server to send in the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"rest/v8/channel.ts","line":235,"character":1}],"type":{"type":"union","types":[{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]}]}},{"id":4210,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v8/channel.ts","line":198,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[4213,4217,4215,4208,4212,4211,4218,4214,4209,4216,4210]}],"sources":[{"fileName":"rest/v8/channel.ts","line":186,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4222,"name":"RESTPostAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":263,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4249,"name":"RESTPostAPIChannelMessagesBulkDeleteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":417,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4270,"name":"RESTPostAPIChannelTypingResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#trigger-typing-indicator","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":541,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4726,"name":"RESTPostAPIChannelWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":18,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4727,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4729,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":28,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4728,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the webhook (1-80 characters)"},"sources":[{"fileName":"rest/v8/webhook.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4729,4728]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":18,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4730,"name":"RESTPostAPIChannelWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":35,"character":12}],"type":{"type":"reference","id":3859,"name":"APIWebhook"}},{"id":4519,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":39,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4520,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4522,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":42,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4521,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/interactions.ts","line":41,"character":2}],"type":{"type":"reference","id":3367,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[4522,4521]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":40,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4723,"name":"RESTPostAPICurrentUserCreateDMChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/user.ts","line":104,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":4362,"name":"RESTPostAPIGuildChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":316,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4302,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4363,"name":"RESTPostAPIGuildChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":322,"character":12}],"type":{"type":"reference","id":2715,"name":"APIChannel"}},{"id":4282,"name":"RESTPostAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji-json-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":21,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4283,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4285,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The 128x128 emoji image","text":"https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/emoji.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4284,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v8/emoji.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4286,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v8/emoji.ts","line":35,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4285,4284,4286]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":21,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4287,"name":"RESTPostAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/emoji.ts","line":42,"character":12}],"type":{"type":"reference","id":2967,"name":"APIEmoji"}},{"id":4447,"name":"RESTPostAPIGuildPruneJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":752,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4448,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4450,"name":"compute_prune_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether `pruned is returned, discouraged for large guilds","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":764,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4449,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":758,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4451,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v8/guild.ts","line":768,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4450,4449,4451]}],"sources":[{"fileName":"rest/v8/guild.ts","line":752,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4416,"name":"RESTPostAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":601,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4417,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4420,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":619,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":4421,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":625,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4422,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":629,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4424,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":639,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":4418,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":607,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4419,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":613,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":4423,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v8/guild.ts","line":633,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4420,4421,4422,4424,4418,4419,4423]}],"sources":[{"fileName":"rest/v8/guild.ts","line":601,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":4308,"name":"APIGuildCreateRole"}]},{"id":4425,"name":"RESTPostAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":646,"character":12}],"type":{"type":"reference","id":3688,"name":"APIRole"}},{"id":4491,"name":"RESTPostAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":33,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4492,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4493,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage channel id of the guild event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":4498,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the guild event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4500,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The entity metadata of the scheduled event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"reference","id":3336,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":4499,"name":"entity_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scheduled entity type of the guild event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":3338,"name":"GuildScheduledEventEntityType"}},{"id":4501,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4494,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the guild event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4495,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the guild event"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":3347,"name":"GuildScheduledEventPrivacyLevel"}},{"id":4497,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time when the scheduled event is scheduled to end"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4496,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time to schedule the guild event at"},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4493,4498,4500,4499,4501,4494,4495,4497,4496]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":33,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4502,"name":"RESTPostAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":76,"character":12}],"type":{"type":"reference","id":3335,"name":"APIGuildScheduledEvent"}},{"id":4676,"name":"RESTPostAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/sticker.ts","line":51,"character":12}],"type":{"type":"reference","id":3719,"name":"APISticker"}},{"id":4691,"name":"RESTPostAPIGuildTemplatesJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#create-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":43,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4692,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4694,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the template (0-120 characters)"},"sources":[{"fileName":"rest/v8/template.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":4693,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the template (1-100 characters)"},"sources":[{"fileName":"rest/v8/template.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4694,4693]}],"sources":[{"fileName":"rest/v8/template.ts","line":43,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4695,"name":"RESTPostAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#create-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":58,"character":12}],"type":{"type":"reference","id":3762,"name":"APITemplate"}},{"id":4317,"name":"RESTPostAPIGuildsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":73,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4318,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4327,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v8/guild.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4328,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v8/guild.ts","line":141,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4326,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":133,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":4302,"name":"APIGuildCreatePartialChannel"}}},{"id":4323,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":101,"character":1}],"type":{"type":"reference","id":3123,"name":"GuildDefaultMessageNotifications"}},{"id":4324,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":107,"character":1}],"type":{"type":"reference","id":3126,"name":"GuildExplicitContentFilter"}},{"id":4321,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4319,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v8/guild.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4331,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v8/guild.ts","line":155,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4320,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":83,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4325,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":120,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":4308,"name":"APIGuildCreateRole"}}},{"id":4330,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":151,"character":1}],"type":{"type":"reference","id":3149,"name":"GuildSystemChannelFlags"}},{"id":4329,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v8/guild.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":4322,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":95,"character":1}],"type":{"type":"reference","id":3138,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[4327,4328,4326,4323,4324,4321,4319,4331,4320,4325,4330,4329,4322]}],"sources":[{"fileName":"rest/v8/guild.ts","line":73,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4332,"name":"RESTPostAPIGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":162,"character":12}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":4543,"name":"RESTPostAPIInteractionCallbackFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":149,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4544,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4545,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/interactions.ts","line":154,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4545]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":150,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4542,"name":"RESTPostAPIInteractionCallbackJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4542,"name":"RESTPostAPIInteractionCallbackJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":143,"character":12}],"type":{"type":"reference","id":3594,"name":"APIInteractionResponse"}},{"id":4552,"name":"RESTPostAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":198,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4553,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4554,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/interactions.ts","line":203,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4554]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":199,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4551,"name":"RESTPostAPIInteractionFollowupJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4551,"name":"RESTPostAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":192,"character":12}],"type":{"type":"reference","id":3622,"name":"APIInteractionResponseCallbackData"}},{"id":4555,"name":"RESTPostAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":211,"character":12}],"type":{"type":"reference","id":4763,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":4658,"name":"RESTPostAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/stageInstance.ts","line":30,"character":12}],"type":{"type":"reference","id":3704,"name":"APIStageInstance"}},{"id":4685,"name":"RESTPostAPITemplateCreateGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#create-guild-from-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":14,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4686,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4688,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v8/template.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4687,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v8/template.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4688,4687]}],"sources":[{"fileName":"rest/v8/template.ts","line":14,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4689,"name":"RESTPostAPITemplateCreateGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#create-guild-from-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":31,"character":12}],"type":{"type":"reference","id":3071,"name":"APIGuild"}},{"id":4756,"name":"RESTPostAPIWebhookWithTokenFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":167,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":4757,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4758,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v8/webhook.ts","line":172,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4758]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":168,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":4745,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":4767,"name":"RESTPostAPIWebhookWithTokenGitHubQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":234,"character":12}],"type":{"type":"reference","id":4759,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4768,"name":"RESTPostAPIWebhookWithTokenGitHubResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":240,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4769,"name":"RESTPostAPIWebhookWithTokenGitHubWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":249,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4745,"name":"RESTPostAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":116,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4746,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4752,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":144,"character":1}],"type":{"type":"reference","id":2889,"name":"APIAllowedMentions"}},{"id":4754,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v8/webhook.ts","line":156,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2869,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4749,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default avatar of the webhook"},"sources":[{"fileName":"rest/v8/webhook.ts","line":128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4753,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"Requires an application-owned webhook\n\nSee https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2902,"typeArguments":[{"type":"reference","id":2961,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4747,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v8/webhook.ts","line":120,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4751,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v8/webhook.ts","line":138,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2818,"name":"APIEmbed"}}},{"id":4755,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v8/webhook.ts","line":160,"character":1}],"type":{"type":"reference","id":2795,"name":"MessageFlags"}},{"id":4750,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v8/webhook.ts","line":132,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4748,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default username of the webhook"},"sources":[{"fileName":"rest/v8/webhook.ts","line":124,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4752,4754,4749,4753,4747,4751,4755,4750,4748]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":116,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4762,"name":"RESTPostAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":198,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4764,"name":"RESTPostAPIWebhookWithTokenSlackQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":213,"character":12}],"type":{"type":"reference","id":4759,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4765,"name":"RESTPostAPIWebhookWithTokenSlackResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":219,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4766,"name":"RESTPostAPIWebhookWithTokenSlackWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":228,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4763,"name":"RESTPostAPIWebhookWithTokenWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/webhook.ts","line":207,"character":12}],"type":{"type":"reference","id":2728,"name":"APIMessage"}},{"id":4653,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsAndWebhookIncomingScopeResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/oauth2.ts","line":224,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":4639,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":4646,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":4619,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/oauth2.ts","line":126,"character":12}],"type":{"type":"reference","id":4615,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":4607,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/oauth2.ts","line":93,"character":12}],"type":{"type":"reference","id":4596,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":4565,"name":"RESTPutAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":267,"character":12}],"type":{"type":"reference","id":3507,"name":"APIGuildApplicationCommandPermissions"}},{"id":4532,"name":"RESTPutAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":83,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4533,"name":"RESTPutAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":89,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3356,"name":"APIApplicationCommand"}}},{"id":4540,"name":"RESTPutAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":131,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":4528,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4541,"name":"RESTPutAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":137,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3356,"name":"APIApplicationCommand"}}},{"id":4224,"name":"RESTPutAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-reaction","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":275,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4254,"name":"RESTPutAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":450,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4272,"name":"RESTPutAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#add-pinned-channel-message","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":553,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4274,"name":"RESTPutAPIChannelRecipientJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":565,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4275,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4276,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Access token of a user that has granted your app the `gdm.join` scope"},"sources":[{"fileName":"rest/v8/channel.ts","line":569,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4277,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v8/channel.ts","line":573,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4276,4277]}],"sources":[{"fileName":"rest/v8/channel.ts","line":565,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4278,"name":"RESTPutAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/channel.ts","line":580,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":4566,"name":"RESTPutAPIGuildApplicationCommandsPermissionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":273,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":3507,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":4567,"name":"RESTPutAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/interactions.ts","line":282,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":3507,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4409,"name":"RESTPutAPIGuildBanJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":566,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4410,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4411,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)"},"sources":[{"fileName":"rest/v8/guild.ts","line":570,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4412,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reason for the ban","tags":[{"tag":"deprecated","text":"Removed in API v10, use the `X-Audit-Log-Reason` header instead.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":576,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4411,4412]}],"sources":[{"fileName":"rest/v8/guild.ts","line":566,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4413,"name":"RESTPutAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":583,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4380,"name":"RESTPutAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":412,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4381,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4382,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An oauth2 access token granted with the `guilds.join` to the bot's application for the user you want to add to the guild"},"sources":[{"fileName":"rest/v8/guild.ts","line":416,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4386,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":440,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4385,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":434,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4383,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":422,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4384,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v8/guild.ts","line":428,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4382,4386,4385,4383,4384]}],"sources":[{"fileName":"rest/v8/guild.ts","line":412,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4387,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":446,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":3194,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":4404,"name":"RESTPutAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member-role","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/guild.ts","line":536,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":4696,"name":"RESTPutAPIGuildTemplateSyncResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#sync-guild-template","tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"rest/v8/template.ts","line":64,"character":12}],"type":{"type":"reference","id":3762,"name":"APITemplate"}},{"id":2644,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"payloads/v8/channel.ts","line":48,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":2718,"name":"ChannelType.DM"},{"type":"reference","id":2720,"name":"ChannelType.GroupDM"},{"type":"reference","id":2722,"name":"ChannelType.GuildNews"},{"type":"reference","id":2717,"name":"ChannelType.GuildText"}]}},{"id":3876,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":21,"character":13}],"type":{"type":"literal","value":"8"},"defaultValue":"'8'"},{"id":2077,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"tags":[{"tag":"deprecated","text":"API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.\n"}]},"sources":[{"fileName":"gateway/v8.ts","line":34,"character":13}],"type":{"type":"literal","value":"8"},"defaultValue":"'8'"},{"id":4160,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":793,"character":13}],"type":{"type":"reflection","declaration":{"id":4161,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4162,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":794,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v8/oauth2/authorize"},"defaultValue":"..."},{"id":4164,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v8/index.ts","line":799,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v8/oauth2/token/revoke"},"defaultValue":"..."},{"id":4163,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":795,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v8/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[4162,4164,4163]}]}},"defaultValue":"..."},{"id":4152,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":781,"character":13}],"type":{"type":"reflection","declaration":{"id":4153,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4154,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":782,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v8"},"defaultValue":"..."},{"id":4155,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":783,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":4158,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":786,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":4156,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":784,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":4159,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":787,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":4157,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":785,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[4154,4155,4158,4156,4159,4157]}]}},"defaultValue":"..."},{"id":3877,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":3878,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4088,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":623,"character":1}],"signatures":[{"id":4089,"name":"applicationCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/commands/{command.id}`"},"parameters":[{"id":4090,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4091,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4116,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":687,"character":1}],"signatures":[{"id":4117,"name":"applicationCommandPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`"},"parameters":[{"id":4118,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4119,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4120,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},"/permissions"]]}}]},{"id":4085,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":613,"character":1}],"signatures":[{"id":4086,"name":"applicationCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands`\n- PUT `/applications/{application.id}/commands`\n- POST `/applications/{application.id}/commands`"},"parameters":[{"id":4087,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":4096,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":643,"character":1}],"signatures":[{"id":4097,"name":"applicationGuildCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`"},"parameters":[{"id":4098,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4099,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4100,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4092,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":633,"character":1}],"signatures":[{"id":4093,"name":"applicationGuildCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands`\n- POST `/applications/{application.id}/guilds/{guild.id}/commands`"},"parameters":[{"id":4094,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4095,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":3882,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":38,"character":1}],"signatures":[{"id":3883,"name":"channel","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}`\n- PATCH `/channels/{channel.id}`\n- DELETE `/channels/{channel.id}`"},"parameters":[{"id":3884,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3916,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":113,"character":1}],"signatures":[{"id":3917,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":3918,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/bulk-delete"]]}}]},{"id":3926,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":139,"character":1}],"signatures":[{"id":3927,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":3928,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/followers"]]}}]},{"id":3923,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":131,"character":1}],"signatures":[{"id":3924,"name":"channelInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/invites`\n- POST `/channels/{channel.id}/invites`"},"parameters":[{"id":3925,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":3888,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":57,"character":1}],"signatures":[{"id":3889,"name":"channelMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}`\n- PATCH `/channels/{channel.id}/messages/{message.id}`\n- DELETE `/channels/{channel.id}/messages/{message.id}`"},"parameters":[{"id":3890,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3891,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3912,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":105,"character":1}],"signatures":[{"id":3913,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":3914,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3915,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions"]]}}]},{"id":3892,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":65,"character":1}],"signatures":[{"id":3893,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":3894,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3895,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/crosspost"]]}}]},{"id":3896,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":76,"character":1}],"signatures":[{"id":3897,"name":"channelMessageOwnReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":3898,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3899,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3900,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/@me"]]}}]},{"id":3907,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":97,"character":1}],"signatures":[{"id":3908,"name":"channelMessageReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":3909,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3910,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3911,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3901,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":86,"character":1}],"signatures":[{"id":3902,"name":"channelMessageUserReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/{user.id}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":3903,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3904,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3905,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3906,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3885,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":47,"character":1}],"signatures":[{"id":3886,"name":"channelMessages","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages`\n- POST `/channels/{channel.id}/messages`"},"parameters":[{"id":3887,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages"]]}}]},{"id":3919,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":122,"character":1}],"signatures":[{"id":3920,"name":"channelPermission","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/permissions/{overwrite.id}`\n- DELETE `/channels/{channel.id}/permissions/{overwrite.id}`"},"parameters":[{"id":3921,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3922,"name":"overwriteId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/permissions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3935,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":164,"character":1}],"signatures":[{"id":3936,"name":"channelPin","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/pins/{message.id}`\n- DELETE `/channels/{channel.id}/pins/{message.id}`"},"parameters":[{"id":3937,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3938,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3932,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":155,"character":1}],"signatures":[{"id":3933,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":3934,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins"]]}}]},{"id":3939,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":173,"character":1}],"signatures":[{"id":3940,"name":"channelRecipient","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/recipients/{user.id}`\n- DELETE `/channels/{channel.id}/recipients/{user.id}`"},"parameters":[{"id":3941,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3942,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/recipients/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3929,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":147,"character":1}],"signatures":[{"id":3930,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":3931,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/typing"]]}}]},{"id":4051,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":491,"character":1}],"signatures":[{"id":4052,"name":"channelWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/webhooks`\n- POST `/channels/{channel.id}/webhooks`"},"parameters":[{"id":4053,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":4071,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":555,"character":1}],"signatures":[{"id":4072,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":4073,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":563,"character":1}],"signatures":[{"id":4074,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":3952,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":210,"character":1}],"signatures":[{"id":3953,"name":"guild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}`\n- PATCH `/guilds/{guild.id}`\n- DELETE `/guilds/{guild.id}`"},"parameters":[{"id":3954,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4112,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":678,"character":1}],"signatures":[{"id":4113,"name":"guildApplicationCommandsPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/permissions`"},"parameters":[{"id":4114,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4115,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/permissions"]]}}]},{"id":3879,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":28,"character":1}],"signatures":[{"id":3880,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":3881,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/audit-logs"]]}}]},{"id":3982,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":292,"character":1}],"signatures":[{"id":3983,"name":"guildBan","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans/{user.id}`\n- PUT `/guilds/{guild.id}/bans/{user.id}`\n- DELETE `/guilds/{guild.id}/bans/{user.id}`"},"parameters":[{"id":3984,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3985,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3979,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":282,"character":1}],"signatures":[{"id":3980,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":3981,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans"]]}}]},{"id":3958,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":228,"character":1}],"signatures":[{"id":3959,"name":"guildChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/channels`\n- POST `/guilds/{guild.id}/channels`\n- PATCH `/guilds/{guild.id}/channels`"},"parameters":[{"id":3960,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/channels"]]}}]},{"id":3971,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":265,"character":1}],"signatures":[{"id":3972,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`","tags":[{"tag":"deprecated","text":"Use {@link Routes.guildMember} instead.\n"}]},"parameters":[{"id":3973,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/@me/nick"]]}}]},{"id":3946,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":192,"character":1}],"signatures":[{"id":3947,"name":"guildEmoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis/{emoji.id}`\n- PATCH `/guilds/{guild.id}/emojis/{emoji.id}`\n- DELETE `/guilds/{guild.id}/emojis/{emoji.id}`"},"parameters":[{"id":3948,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3949,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3943,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":182,"character":1}],"signatures":[{"id":3944,"name":"guildEmojis","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis`\n- POST `/guilds/{guild.id}/emojis`"},"parameters":[{"id":3945,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis"]]}}]},{"id":4005,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":352,"character":1}],"signatures":[{"id":4006,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":4007,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4008,"name":"integrationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4002,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":344,"character":1}],"signatures":[{"id":4003,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":4004,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations"]]}}]},{"id":3999,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":336,"character":1}],"signatures":[{"id":4000,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":4001,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":3961,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":240,"character":1}],"signatures":[{"id":3962,"name":"guildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/{user.id}`\n- PUT `/guilds/{guild.id}/members/{user.id}`\n- PATCH `/guilds/{guild.id}/members/@me`\n- PATCH `/guilds/{guild.id}/members/{user.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}`"},"parameters":[{"id":3963,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3964,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3974,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":274,"character":1}],"signatures":[{"id":3975,"name":"guildMemberRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`"},"parameters":[{"id":3976,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3977,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3978,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4105,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":660,"character":1}],"signatures":[{"id":4106,"name":"guildMemberVerification","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/member-verification`\n- PATCH `/guilds/{guild.id}/member-verification`"},"parameters":[{"id":4107,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member-verification"]]}}]},{"id":3965,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":248,"character":1}],"signatures":[{"id":3966,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":3967,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members"]]}}]},{"id":3968,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":256,"character":1}],"signatures":[{"id":3969,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":3970,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/search"]]}}]},{"id":3955,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":218,"character":1}],"signatures":[{"id":3956,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":3957,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/preview"]]}}]},{"id":3993,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":320,"character":1}],"signatures":[{"id":3994,"name":"guildPrune","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/prune`\n- POST `/guilds/{guild.id}/prune`"},"parameters":[{"id":3995,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/prune"]]}}]},{"id":3989,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":311,"character":1}],"signatures":[{"id":3990,"name":"guildRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/roles/{role.id}`"},"parameters":[{"id":3991,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3992,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3986,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":302,"character":1}],"signatures":[{"id":3987,"name":"guildRoles","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/roles`\n- POST `/guilds/{guild.id}/roles`\n- PATCH `/guilds/{guild.id}/roles`"},"parameters":[{"id":3988,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles"]]}}]},{"id":4144,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":768,"character":1}],"signatures":[{"id":4145,"name":"guildScheduledEvent","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- PATCH `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- DELETE `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`"},"parameters":[{"id":4146,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4147,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4148,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":776,"character":1}],"signatures":[{"id":4149,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":4150,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4151,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4141,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":758,"character":1}],"signatures":[{"id":4142,"name":"guildScheduledEvents","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events`\n- POST `/guilds/{guild.id}/scheduled-events`"},"parameters":[{"id":4143,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4137,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":749,"character":1}],"signatures":[{"id":4138,"name":"guildSticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers/{sticker.id}`\n- PATCH `/guilds/{guild.id}/stickers/{sticker.id}`\n- DELETE `/guilds/{guild.id}/stickers/{sticker.id}`"},"parameters":[{"id":4139,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4140,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4134,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":739,"character":1}],"signatures":[{"id":4135,"name":"guildStickers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers`\n- POST `/guilds/{guild.id}/stickers`"},"parameters":[{"id":4136,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers"]]}}]},{"id":4030,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":422,"character":1}],"signatures":[{"id":4031,"name":"guildTemplate","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/templates/{template.code}`\n- PATCH `/guilds/{guild.id}/templates/{template.code}`\n- DELETE `/guilds/{guild.id}/templates/{template.code}`"},"parameters":[{"id":4032,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4033,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4027,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":412,"character":1}],"signatures":[{"id":4028,"name":"guildTemplates","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/templates`\n- POST `/guilds/{guild.id}/templates`"},"parameters":[{"id":4029,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates"]]}}]},{"id":4015,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":377,"character":1}],"signatures":[{"id":4016,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":4017,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/vanity-url"]]}}]},{"id":3996,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":328,"character":1}],"signatures":[{"id":3997,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":3998,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/regions"]]}}]},{"id":4108,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":669,"character":1}],"signatures":[{"id":4109,"name":"guildVoiceState","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/voice-states/@me`\n- PATCH `/guilds/{guild.id}/voice-states/{user.id}`"},"parameters":[{"id":4110,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4111,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/voice-states/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4054,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":499,"character":1}],"signatures":[{"id":4055,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":4056,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":4121,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":696,"character":1}],"signatures":[{"id":4122,"name":"guildWelcomeScreen","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/welcome-screen`\n- PATCH `/guilds/{guild.id}/welcome-screen`"},"parameters":[{"id":4123,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/welcome-screen"]]}}]},{"id":4018,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":385,"character":1}],"signatures":[{"id":4019,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":4020,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.png"]]}}]},{"id":4012,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":369,"character":1}],"signatures":[{"id":4013,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":4014,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.json"]]}}]},{"id":4009,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":361,"character":1}],"signatures":[{"id":4010,"name":"guildWidgetSettings","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget`\n- PATCH `/guilds/{guild.id}/widget`"},"parameters":[{"id":4011,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget"]]}}]},{"id":3950,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":200,"character":1}],"signatures":[{"id":3951,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":4101,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":651,"character":1}],"signatures":[{"id":4102,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":4103,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4104,"name":"interactionToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/interactions/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/callback"]]}}]},{"id":4021,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":394,"character":1}],"signatures":[{"id":4022,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":4023,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4132,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":730,"character":1}],"signatures":[{"id":4133,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":4079,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":587,"character":1}],"signatures":[{"id":4080,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":4075,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":571,"character":1}],"signatures":[{"id":4076,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"literal","value":"/oauth2/applications/@me"}}]},{"id":4077,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":579,"character":1}],"signatures":[{"id":4078,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":4081,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":595,"character":1}],"signatures":[{"id":4082,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":4083,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":603,"character":1}],"signatures":[{"id":4084,"name":"oauth2TokenRevocation","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token/revoke`"},"type":{"type":"literal","value":"/oauth2/token/revoke"}}]},{"id":4126,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":714,"character":1}],"signatures":[{"id":4127,"name":"stageInstance","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stage-instances/{channel.id}`\n- PATCH `/stage-instances/{channel.id}`\n- DELETE `/stage-instances/{channel.id}`"},"parameters":[{"id":4128,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stage-instances/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4124,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":704,"character":1}],"signatures":[{"id":4125,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":4129,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":722,"character":1}],"signatures":[{"id":4130,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":4131,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4024,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":403,"character":1}],"signatures":[{"id":4025,"name":"template","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/templates/{template.code}`\n- POST `/guilds/templates/{template.code}`"},"parameters":[{"id":4026,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/templates/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4034,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":434,"character":1}],"signatures":[{"id":4035,"name":"user","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me`\n- GET `/users/{user.id}`\n- PATCH `/users/@me`"},"parameters":[{"id":4036,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/users/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4045,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":466,"character":1}],"signatures":[{"id":4046,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"literal","value":"/users/@me/channels"}}]},{"id":4047,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":474,"character":1}],"signatures":[{"id":4048,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"literal","value":"/users/@me/connections"}}]},{"id":4042,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":458,"character":1}],"signatures":[{"id":4043,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":4044,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4039,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":450,"character":1}],"signatures":[{"id":4040,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":4041,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member"]]}}]},{"id":4037,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":442,"character":1}],"signatures":[{"id":4038,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"literal","value":"/users/@me/guilds"}}]},{"id":4049,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":482,"character":1}],"signatures":[{"id":4050,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":4057,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":515,"character":1}],"signatures":[{"id":4058,"name":"webhook","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}`\n- GET `/webhooks/{webhook.id}/{webhook.token}`\n- PATCH `/webhooks/{webhook.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}`\n- DELETE `/webhooks/{webhook.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}`\n- POST `/webhooks/{webhook.id}/{webhook.token}`","text":"- POST `/webhooks/{application.id}/{interaction.token}`\n"},"parameters":[{"id":4059,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4060,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}]}}]},{"id":4061,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":538,"character":1}],"signatures":[{"id":4062,"name":"webhookMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`","text":"- PATCH `/webhooks/{application.id}/{interaction.token}/messages/@original`\n- PATCH `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n- DELETE `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n"},"parameters":[{"id":4063,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4064,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4065,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@original'"}],"type":{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4066,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":547,"character":1}],"signatures":[{"id":4067,"name":"webhookPlatform","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/webhooks/{webhook.id}/{webhook.token}/github`\n- POST `/webhooks/{webhook.id}/{webhook.token}/slack`"},"parameters":[{"id":4068,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4069,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4070,"name":"platform","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"literal","value":"github"},{"type":"literal","value":"slack"}]}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/github"]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/slack"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[4088,4116,4085,4096,4092,3882,3916,3926,3923,3888,3912,3892,3896,3907,3901,3885,3919,3935,3932,3939,3929,4051,4071,4073,3952,4112,3879,3982,3979,3958,3971,3946,3943,4005,4002,3999,3961,3974,4105,3965,3968,3955,3993,3989,3986,4144,4148,4141,4137,4134,4030,4027,4015,3996,4108,4054,4121,4018,4012,4009,3950,4101,4021,4132,4079,4075,4077,4081,4083,4126,4124,4129,4024,4034,4045,4047,4042,4039,4037,4049,4057,4061,4066]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[2457,2454,4166,4167,2459,2458,4165,4780,4779,2455,2076]},{"title":"Enumerations","kind":8,"children":[3043,3023,3027,2885,3436,3516,3366,2485,2513,2567,2925,2716,2897,3836,2832,2090,2122,2105,2078,3123,3126,3154,3130,3133,3144,3338,3347,3342,3149,3138,3259,3222,3614,3588,3645,3282,2790,2795,2761,3666,2815,2993,3711,3735,3732,3759,2931,3806,3822,2725,3872]},{"title":"Interfaces","kind":256,"children":[2902,2889,2460,3356,3597,3413,3421,3429,3453,3474,3464,3448,3512,3468,3458,2482,2869,2499,2505,2558,3235,2894,3541,2910,2917,2639,2880,4174,3394,3400,3625,3826,2818,2856,2865,2861,2848,2853,2839,2844,2967,3648,3318,2803,2978,2976,2982,2706,3071,3507,2652,4296,4308,3205,3228,3194,3273,3277,3179,3336,3349,2663,3265,3268,3238,3245,3249,3191,3225,3371,3376,3529,3603,3606,3609,3595,3611,3632,3714,2728,2783,3489,3495,3563,2906,3523,2786,3568,3600,3627,3581,2810,2635,2963,3059,2806,3688,3700,2934,2942,3704,3284,3719,3740,3748,3754,3762,3774,2646,2676,2948,3056,3790,3480,3486,2692,3301,3853,3859,3003,3053,3038,3034,2221,2234,2242,2250,2253,2266,2274,2291,2283,2301,2306,2246,2401,2187,2182,2175,2180,2405,2408,2416,2319,2192,2326,2340,2357,2352,2368,2999,2987,2448,2204,2198,2427,2430,2420,2423,2382,2445,2393,3839,2437,2440,2398,3578,3574,4712,4168,4227,4196,4708,4372,4376,4442,4445,4333,4503,4511,4488,4462,4465,4568,4575,4667,4626,4634,4580,4587,4620,4608,4267,4247,4523,4721,4452,4671,4654,4759,4596,4590,4639,4646,4616,4602,4563,4250]},{"title":"Type Aliases","kind":4194304,"children":[2960,3409,3520,3521,3519,3390,3411,3388,3389,3420,3387,3370,3410,3393,3412,3419,3427,3392,3435,3479,3385,3426,3428,3391,3434,3452,3478,2570,2589,2590,2580,2581,2606,2600,2628,2629,2618,2576,2597,2609,2608,2603,2634,2615,2587,2607,2572,2575,2621,2631,2622,2623,2586,2627,2630,2604,2573,2619,2610,2633,2584,2613,2611,2605,2616,2599,2571,2617,2577,2598,2602,2595,2579,2625,2591,2583,2601,2578,2582,2574,2632,2594,2626,2614,2596,2620,2624,2612,2588,2585,2593,2592,2924,2715,3407,3408,3406,3505,3506,3504,3497,2705,3354,3557,2690,4301,4302,3355,3221,3559,3335,2691,3353,3594,3622,3631,2961,3502,3503,3501,3567,2958,3572,3573,3561,3562,4203,2962,2959,3585,3586,3584,2689,3587,3739,3499,3500,3498,3041,3037,3042,2453,2214,2215,2218,2219,2212,2213,2220,2216,2217,2174,2237,2238,2233,2239,2240,2227,2228,2231,2232,2241,2249,2252,2265,2269,2270,2273,2225,2226,2286,2287,2290,2282,2288,2289,2294,2295,2298,2299,2296,2297,2300,2305,2245,2229,2230,2404,2310,2311,2318,2314,2315,2323,2324,2197,2325,2339,2344,2345,2356,2351,2361,2362,2365,2366,2363,2364,2367,2346,2347,2373,2374,2203,2173,2211,2172,2375,2376,2377,2378,2379,2380,2381,2388,2389,2392,2390,2391,2397,4725,2645,2662,3522,4231,4225,4232,4246,4226,4266,4273,4279,4195,4720,4414,4293,4457,4406,4405,4360,4441,4510,4683,4699,4560,4550,4573,4665,4743,4778,4744,4562,4518,4517,4535,4534,4173,4255,4230,4202,4201,4271,4179,4731,4724,4719,4700,4295,4294,4561,4408,4407,4361,4281,4280,4456,4455,4371,4468,4375,4379,4336,4335,4415,4505,4516,4490,4670,4669,4690,4454,4732,4484,4467,4461,4458,4556,4546,4572,4574,4659,4666,4684,4701,4733,4770,4734,4702,4615,4530,4531,4538,4539,4180,4242,4233,4245,4194,4400,4397,4403,4703,4707,4364,4370,4288,4292,4337,4388,4396,4469,4474,4359,4431,4426,4430,4440,4506,4509,4677,4682,4697,4698,4475,4480,4485,4459,4460,4558,4557,4559,4548,4547,4549,4660,4664,4735,4740,4741,4774,4771,4777,4742,4528,4529,4536,4537,4269,4256,4265,4223,4219,4206,4222,4249,4270,4726,4730,4519,4723,4362,4363,4282,4287,4447,4416,4425,4491,4502,4676,4691,4695,4317,4332,4543,4542,4552,4551,4555,4658,4685,4689,4756,4767,4768,4769,4745,4762,4764,4765,4766,4763,4653,4619,4607,4565,4532,4533,4540,4541,4224,4254,4272,4274,4278,4566,4567,4409,4413,4380,4387,4404,4696,2644]},{"title":"Variables","kind":32,"children":[3876,2077,4160,4152,3877]}],"sources":[{"fileName":"v8.ts","line":1,"character":0}]},{"id":286,"name":"v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":5254,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":5251,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":18},{"id":7106,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":227},{"id":7107,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":258},{"id":5256,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":66},{"id":5255,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":23},{"id":7105,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":7764,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":277},{"id":7763,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":260},{"id":5252,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":4781,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v9.ts","line":6,"character":12}],"target":344},{"id":5923,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags"},"children":[{"id":5932,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":316,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":5924,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":308,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5925,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":309,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5927,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":311,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5930,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":314,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":5931,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":315,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":5929,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":313,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5926,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":310,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5928,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":312,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5932,5924,5925,5927,5930,5931,5929,5926,5928]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":307,"character":12}]},{"id":5898,"name":"ActivityPlatform","kind":8,"kindString":"Enumeration","flags":{},"comment":{"tags":[{"tag":"unstable","text":"This enum is currently not documented by Discord but has known values which we will try to keep up to date.\nValues might be added or removed without a major version bump.\n"}]},"children":[{"id":5903,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":223,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":5899,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":219,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":5904,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":224,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":5902,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":222,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":5905,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":225,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":5906,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":226,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":5901,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":221,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":5900,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":220,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5903,5899,5904,5902,5905,5906,5901,5900]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":218,"character":12}]},{"id":5907,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-types"},"children":[{"id":5913,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":256,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5912,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":252,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5910,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":244,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5908,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":236,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5909,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":240,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5911,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":248,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5913,5912,5910,5908,5909,5911]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":232,"character":12}]},{"id":5751,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":5752,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1115,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":5753,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1119,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":5754,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1123,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5752,5753,5754]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1111,"character":12}]},{"id":6334,"name":"ApplicationCommandOptionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-type"},"children":[{"id":6345,"name":"Attachment","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":17,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":6339,"name":"Boolean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":11,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6341,"name":"Channel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":13,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":6338,"name":"Integer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":10,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6343,"name":"Mentionable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":15,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":6344,"name":"Number","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":16,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":6342,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":14,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6337,"name":"String","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":9,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6335,"name":"Subcommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":7,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6336,"name":"SubcommandGroup","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":8,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6340,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":12,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6345,6339,6341,6338,6343,6344,6342,6337,6335,6336,6340]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":6421,"name":"ApplicationCommandPermissionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permission-type"},"children":[{"id":6424,"name":"Channel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":49,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6422,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":47,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6423,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":48,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6424,6422,6423]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":6259,"name":"ApplicationCommandType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types"},"children":[{"id":6260,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6262,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":100,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6261,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":99,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6260,6262,6261]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":97,"character":12}]},{"id":5282,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":5292,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":128,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"},{"id":5295,"name":"EmbeddedFirstParty","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":131,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":5283,"name":"EmbeddedReleased","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":119,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5289,"name":"GatewayGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":125,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":5290,"name":"GatewayGuildMembersLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":126,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"},{"id":5293,"name":"GatewayMessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":129,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":5294,"name":"GatewayMessageContentLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":130,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":5287,"name":"GatewayPresence","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":123,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":5288,"name":"GatewayPresenceLimited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":124,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":5285,"name":"GroupDMCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":121,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":5284,"name":"ManagedEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":120,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5286,"name":"RPCHasConnected","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":122,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":5291,"name":"VerificationPendingGuildLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":127,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5292,5295,5283,5289,5290,5293,5294,5287,5288,5285,5284,5286,5291]}],"sources":[{"fileName":"payloads/v9/application.ts","line":118,"character":12}]},{"id":5312,"name":"AuditLogEvent","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events"},"children":[{"id":5360,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":182,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":5328,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":5314,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":125,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5316,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":127,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5317,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":128,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5319,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":130,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5318,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":129,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5315,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":126,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5338,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":154,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5340,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":5339,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":5354,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":5356,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":5355,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":175,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":5313,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":123,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5345,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":5347,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":5346,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":5332,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":5334,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":5333,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":5322,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":134,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5323,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":135,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5327,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":5320,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":132,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5326,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":5321,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":133,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5325,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":137,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":5324,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":5342,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":5341,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":158,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":5343,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":5344,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":5329,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":5331,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":144,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5330,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":5348,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":166,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":5350,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":5349,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":5351,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":170,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":5353,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":5352,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":5357,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":5359,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":5358,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":5335,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":5337,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":5336,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5360,5328,5314,5316,5317,5319,5318,5315,5338,5340,5339,5354,5356,5355,5313,5345,5347,5346,5332,5334,5333,5322,5323,5327,5320,5326,5321,5325,5324,5342,5341,5343,5344,5329,5331,5330,5348,5350,5349,5351,5353,5352,5357,5359,5358,5335,5337,5336]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":122,"character":12}]},{"id":5370,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5372,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":275,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":5371,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":274,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5372,5371]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":273,"character":12}]},{"id":5798,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":5802,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1258,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5803,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1259,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5799,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1255,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5800,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1256,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5801,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1257,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5802,5803,5799,5800,5801]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1254,"character":12}]},{"id":5831,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":5832,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1374,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5832]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1373,"character":12}]},{"id":5551,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":5553,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":255,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5555,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":263,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5556,"name":"GuildCategory","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An organizational category that contains up to 50 channels","text":"See https://support.discord.com/hc/en-us/articles/115001580171-Channel-Categories-101\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":269,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5562,"name":"GuildDirectory","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The channel in a Student Hub containing the listed servers","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":299,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5563,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":303,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5557,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","text":"See https://support.discord.com/hc/en-us/articles/360032008192\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":275,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5558,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A thread channel (public) within a Guild News channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":279,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5560,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A private thread channel within a Guild Text channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":287,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5559,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A public thread channel within a Guild Text channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":283,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5561,"name":"GuildStageVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel for hosting events with an audience","text":"See https://support.discord.com/hc/en-us/articles/1500005513722\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":293,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5552,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":251,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5554,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":259,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5553,5555,5556,5562,5563,5557,5558,5560,5559,5561,5552,5554]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":247,"character":12}]},{"id":5763,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-types"},"children":[{"id":5764,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1169,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5765,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1173,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5766,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select Menu component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1177,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5767,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1181,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5764,5765,5766,5767]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1165,"character":12}]},{"id":6758,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6760,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v9/user.ts","line":213,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6759,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v9/user.ts","line":209,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6760,6759]}],"sources":[{"fileName":"payloads/v9/user.ts","line":205,"character":12}]},{"id":5698,"name":"EmbedType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-types","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n"}]},"children":[{"id":5703,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":887,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":5702,"name":"GIFV","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Animated gif image embed rendered as a video embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":883,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":5700,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":875,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":5704,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":891,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":5699,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":871,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":5701,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":879,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5703,5702,5700,5704,5699,5701]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":867,"character":12}]},{"id":4795,"name":"GatewayCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-close-event-codes"},"children":[{"id":4801,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent more than one identify payload. Don't do that!"},"sources":[{"fileName":"gateway/v9.ts","line":124,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":4800,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The account token sent with your identify payload is incorrect","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":120,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":4798,"name":"DecodeError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid payload to us. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#sending-payloads\n"},"sources":[{"fileName":"gateway/v9.ts","line":108,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":4809,"name":"DisallowedIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent a disallowed intent for a Gateway Intent. You may have tried to specify an intent that you have not\nenabled or are not whitelisted for","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n\nSee https://discord.com/developers/docs/topics/gateway#privileged-intents\n"},"sources":[{"fileName":"gateway/v9.ts","line":169,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":4807,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v9.ts","line":154,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":4808,"name":"InvalidIntents","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid intent for a Gateway Intent. You may have incorrectly calculated the bitwise value","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v9.ts","line":160,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":4802,"name":"InvalidSeq","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The sequence sent when resuming the session was invalid. Reconnect and start a new session","text":"See https://discord.com/developers/docs/topics/gateway#resume\n"},"sources":[{"fileName":"gateway/v9.ts","line":130,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":4805,"name":"InvalidShard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us an invalid shard when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v9.ts","line":144,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":4799,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent us a payload prior to identifying","text":"See https://discord.com/developers/docs/topics/gateway#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":114,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":4803,"name":"RateLimited","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Woah nelly! You're sending payloads to us too quickly. Slow it down! You will be disconnected on receiving this"},"sources":[{"fileName":"gateway/v9.ts","line":134,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":4804,"name":"SessionTimedOut","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Your session timed out. Reconnect and start a new one"},"sources":[{"fileName":"gateway/v9.ts","line":138,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":4806,"name":"ShardingRequired","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session would have handled too many guilds - you are required to shard your connection in order to connect","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v9.ts","line":150,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":4796,"name":"UnknownError","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We're not sure what went wrong. Try reconnecting?"},"sources":[{"fileName":"gateway/v9.ts","line":96,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":4797,"name":"UnknownOpcode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid Gateway opcode or an invalid payload for an opcode. Don't do that!","text":"See https://discord.com/developers/docs/topics/gateway#payloads-and-opcodes\n"},"sources":[{"fileName":"gateway/v9.ts","line":102,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4801,4800,4798,4809,4807,4808,4802,4805,4799,4803,4804,4806,4796,4797]}],"sources":[{"fileName":"gateway/v9.ts","line":92,"character":12}]},{"id":4827,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#commands-and-events-gateway-events"},"children":[{"id":4828,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":198,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":4829,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":199,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":4830,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":200,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":4831,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":201,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":4832,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":202,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":4833,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":203,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":4834,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":204,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":4835,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":205,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":4836,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":206,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":4837,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":207,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":4838,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":208,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":4839,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":209,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":4840,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":4842,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":4841,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":4843,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":4844,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":4845,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":4879,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":249,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":4881,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":251,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":4880,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":250,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":4882,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":252,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":4883,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":253,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":4846,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":4847,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":4848,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":218,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":4849,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":219,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":4850,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":220,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":4851,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":221,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":4852,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":222,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":4853,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":223,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":4854,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":224,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":4855,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":225,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":4856,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":226,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":4857,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":227,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":4858,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":228,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":4859,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":229,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":4860,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":230,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":4861,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":4862,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":232,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":4866,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":236,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":4867,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":237,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":4863,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":233,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":4864,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":234,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":4865,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":235,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":4868,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":238,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":4869,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":239,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":4870,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":240,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":4872,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":242,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":4871,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":241,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":4873,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":243,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":4874,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":244,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":4875,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":245,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":4876,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":246,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":4877,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":247,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":4878,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":248,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839,4840,4842,4841,4843,4844,4845,4879,4881,4880,4882,4883,4846,4847,4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4866,4867,4863,4864,4865,4868,4869,4870,4872,4871,4873,4874,4875,4876,4877,4878]}],"sources":[{"fileName":"gateway/v9.ts","line":197,"character":12}]},{"id":4810,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":4824,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":189,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":4825,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":190,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":4823,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":188,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":4813,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":178,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":4814,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":179,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4815,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":180,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":4817,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":182,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":4812,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":177,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4821,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":186,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":4822,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":187,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":4820,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":185,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":4819,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":184,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":4826,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":191,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":4818,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":183,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":4816,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":181,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":4811,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":176,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4824,4825,4823,4813,4814,4815,4817,4812,4821,4822,4820,4819,4826,4818,4816,4811]}],"sources":[{"fileName":"gateway/v9.ts","line":175,"character":12}]},{"id":4783,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":4784,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v9.ts","line":45,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":4785,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A bidirectional opcode to maintain an active gateway connection.\nFired periodically by the client, or fired by the gateway to request an immediate heartbeat from the client."},"sources":[{"fileName":"gateway/v9.ts","line":50,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":4794,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent in response to receiving a heartbeat to acknowledge that it has been received"},"sources":[{"fileName":"gateway/v9.ts","line":86,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":4793,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent immediately after connecting, contains the `heartbeat_interval` to use"},"sources":[{"fileName":"gateway/v9.ts","line":82,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":4786,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v9.ts","line":54,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4792,"name":"InvalidSession","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The session has been invalidated. You should reconnect and identify/resume accordingly"},"sources":[{"fileName":"gateway/v9.ts","line":78,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":4787,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v9.ts","line":58,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":4790,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v9.ts","line":70,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":4791,"name":"RequestGuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Request information about offline guild members in a large guild"},"sources":[{"fileName":"gateway/v9.ts","line":74,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4789,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v9.ts","line":66,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":4788,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Used to join/leave or move between voice channels"},"sources":[{"fileName":"gateway/v9.ts","line":62,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4784,4785,4794,4793,4786,4792,4787,4790,4791,4789,4788]}],"sources":[{"fileName":"gateway/v9.ts","line":41,"character":12}]},{"id":6006,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":6007,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":281,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6008,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":282,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6007,6008]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":280,"character":12}]},{"id":6009,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":6012,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":291,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6010,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":289,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6011,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6012,6010,6011]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":288,"character":12}]},{"id":6041,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":6042,"name":"AnimatedBanner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild banner image"},"sources":[{"fileName":"payloads/v9/guild.ts","line":383,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":6043,"name":"AnimatedIcon","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an animated guild icon"},"sources":[{"fileName":"payloads/v9/guild.ts","line":387,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":6044,"name":"Banner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a guild banner image"},"sources":[{"fileName":"payloads/v9/guild.ts","line":391,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":6045,"name":"Commerce","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to use commerce features (i.e. create store channels)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":395,"character":1}],"type":{"type":"literal","value":"COMMERCE"},"defaultValue":"\"COMMERCE\""},{"id":6046,"name":"Community","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can enable welcome screen, Membership Screening and discovery, and receives community updates"},"sources":[{"fileName":"payloads/v9/guild.ts","line":399,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":6047,"name":"Discoverable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be discovered in the directory"},"sources":[{"fileName":"payloads/v9/guild.ts","line":403,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":6048,"name":"Featurable","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to be featured in the directory"},"sources":[{"fileName":"payloads/v9/guild.ts","line":407,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":6049,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":411,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":6050,"name":"Hub","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is a Student Hub","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":417,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":6051,"name":"InviteSplash","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set an invite splash background"},"sources":[{"fileName":"payloads/v9/guild.ts","line":421,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":6052,"name":"LinkedToHub","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is in a Student Hub","text":"See https://support.discord.com/hc/en-us/articles/4406046651927-Discord-Student-Hubs-FAQ\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":427,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":6053,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v9/guild.ts","line":431,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":6054,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v9/guild.ts","line":435,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":6055,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v9/guild.ts","line":439,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":6056,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":443,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":6057,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v9/guild.ts","line":447,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":6058,"name":"PreviewEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild can be previewed before joining via Membership Screening or the directory"},"sources":[{"fileName":"payloads/v9/guild.ts","line":451,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":6059,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v9/guild.ts","line":455,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":6060,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":6061,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":460,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":6062,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v9/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":6065,"name":"VIPRegions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set 384kbps bitrate in voice (previously VIP voice servers)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":476,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":6063,"name":"VanityURL","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to set a vanity URL"},"sources":[{"fileName":"payloads/v9/guild.ts","line":468,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":6064,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v9/guild.ts","line":472,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":6066,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v9/guild.ts","line":480,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6065,6063,6064,6066]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":379,"character":12}]},{"id":6032,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6035,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":351,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6033,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":349,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6034,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":350,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6035,6033,6034]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":348,"character":12}]},{"id":6013,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":6015,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":299,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6014,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":298,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6015,6014]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":297,"character":12}]},{"id":6016,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":6020,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":309,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6017,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6018,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":307,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6019,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":308,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6020,6017,6018,6019]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":305,"character":12}]},{"id":6027,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":6028,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6029,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":343,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6030,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":344,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6031,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":345,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6028,6029,6030,6031]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":341,"character":12}]},{"id":6225,"name":"GuildScheduledEventEntityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-types"},"children":[{"id":6228,"name":"External","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":113,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6226,"name":"StageInstance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":111,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6227,"name":"Voice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":112,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6228,6226,6227]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":110,"character":12}]},{"id":6234,"name":"GuildScheduledEventPrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-privacy-level"},"children":[{"id":6235,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The scheduled event is only accessible to guild members"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":133,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6235]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":129,"character":12}]},{"id":6229,"name":"GuildScheduledEventStatus","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-status"},"children":[{"id":6231,"name":"Active","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":121,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6233,"name":"Canceled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":123,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6232,"name":"Completed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":122,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6230,"name":"Scheduled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":120,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6231,6233,6232,6230]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":119,"character":12}]},{"id":6036,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":6039,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v9/guild.ts","line":369,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6040,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":373,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6037,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":361,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6038,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":365,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6039,6040,6037,6038]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":357,"character":12}]},{"id":6021,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":6025,"name":"High","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be a member of the guild for longer than 10 minutes"},"sources":[{"fileName":"payloads/v9/guild.ts","line":331,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6023,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":323,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6024,"name":"Medium","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must be registered on Discord for longer than 5 minutes"},"sources":[{"fileName":"payloads/v9/guild.ts","line":327,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6022,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v9/guild.ts","line":319,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6026,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v9/guild.ts","line":335,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6025,6023,6024,6022,6026]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":315,"character":12}]},{"id":6146,"name":"GuildWidgetStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options"},"children":[{"id":6148,"name":"Banner1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. \"POWERED BY DISCORD\" as the footer of the widget"},"sources":[{"fileName":"payloads/v9/guild.ts","line":820,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":6149,"name":"Banner2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Smaller widget style with guild icon, name and online count. Split on the right with Discord logo"},"sources":[{"fileName":"payloads/v9/guild.ts","line":824,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":6150,"name":"Banner3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large image with guild icon, name and online count. In the footer, Discord logo on the left and \"Chat Now\" on the right"},"sources":[{"fileName":"payloads/v9/guild.ts","line":828,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":6151,"name":"Banner4","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Large Discord logo at the top of the widget. Guild icon, name and online count in the middle portion of the widget\nand a \"JOIN MY SERVER\" button at the bottom"},"sources":[{"fileName":"payloads/v9/guild.ts","line":833,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":6147,"name":"Shield","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Shield style widget with Discord icon and guild members online count"},"sources":[{"fileName":"payloads/v9/guild.ts","line":816,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6148,6149,6150,6151,6147]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":812,"character":12}]},{"id":6110,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":6112,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":714,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6111,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":713,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6112,6111]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":712,"character":12}]},{"id":6532,"name":"InteractionResponseType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-type"},"children":[{"id":6538,"name":"ApplicationCommandAutocompleteResult","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For autocomplete interactions"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":89,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6534,"name":"ChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with a message"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":73,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6535,"name":"DeferredChannelMessageWithSource","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK an interaction and edit to a response later, the user sees a loading state"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":77,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6536,"name":"DeferredMessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and update it to a loading state"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":81,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":6539,"name":"Modal","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Respond to an interaction with an modal for a user to fill-out"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":93,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":6533,"name":"Pong","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a `Ping`"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":69,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6537,"name":"UpdateMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"ACK a button interaction and edit the message to which the button was attached"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":85,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6538,6534,6535,6536,6539,6533,6537]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":65,"character":12}]},{"id":6506,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":6508,"name":"ApplicationCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":11,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6510,"name":"ApplicationCommandAutocomplete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":13,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6509,"name":"MessageComponent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":12,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6511,"name":"ModalSubmit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":14,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6507,"name":"Ping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":10,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6508,6510,6509,6511,6507]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":9,"character":12}]},{"id":6563,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":6565,"name":"EmbeddedApplication","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/invite.ts","line":99,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6564,"name":"Stream","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/invite.ts","line":98,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6565,6564]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":97,"character":12}]},{"id":6169,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6170,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":906,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6170]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":902,"character":12}]},{"id":5632,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":5633,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":578,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5636,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":581,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5635,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":580,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5634,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":579,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5633,5636,5635,5634]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":577,"character":12}]},{"id":5637,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":5638,"name":"Crossposted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message has been published to subscribed channels (via Channel Following)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":591,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5644,"name":"Ephemeral","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is only visible to the user who invoked the Interaction"},"sources":[{"fileName":"payloads/v9/channel.ts","line":615,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":5646,"name":"FailedToMentionSomeRolesInThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message failed to mention some roles and add their members to the thread"},"sources":[{"fileName":"payloads/v9/channel.ts","line":623,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":5643,"name":"HasThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message has an associated thread, which shares its id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":611,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5639,"name":"IsCrosspost","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message originated from a message in another channel (via Channel Following)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":595,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5645,"name":"Loading","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message is an Interaction Response and the bot is \"thinking\""},"sources":[{"fileName":"payloads/v9/channel.ts","line":619,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":5641,"name":"SourceMessageDeleted","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The source message for this crosspost has been deleted (via Channel Following)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":603,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5640,"name":"SuppressEmbeds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Do not include any embeds when serializing this message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":599,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5642,"name":"Urgent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This message came from the urgent message system"},"sources":[{"fileName":"payloads/v9/channel.ts","line":607,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5638,5644,5646,5643,5639,5645,5641,5640,5642]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":587,"character":12}]},{"id":5601,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":5605,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":516,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5614,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":525,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5607,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":518,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5606,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":517,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5608,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":519,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":5621,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":532,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5624,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":535,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5602,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":513,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5615,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":526,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5618,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":529,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":5617,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":528,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":5616,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":527,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5623,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":534,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5609,"name":"GuildMemberJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":520,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":5603,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":514,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5604,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":515,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5620,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":531,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":5619,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":530,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":5622,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":533,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5610,"name":"UserPremiumGuildSubscription","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":521,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5611,"name":"UserPremiumGuildSubscriptionTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":522,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":5612,"name":"UserPremiumGuildSubscriptionTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":523,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5613,"name":"UserPremiumGuildSubscriptionTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":524,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5605,5614,5607,5606,5608,5621,5624,5602,5615,5618,5617,5616,5623,5609,5603,5604,5620,5619,5622,5610,5611,5612,5613]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":512,"character":12}]},{"id":6584,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":6604,"name":"ActivitiesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to fetch data from a user's \"Now Playing/Recently Played\" list - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":103,"character":1}],"type":{"type":"literal","value":"activities.read"},"defaultValue":"\"activities.read\""},{"id":6605,"name":"ActivitiesWrite","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update a user's activity - requires Discord approval (NOT REQUIRED FOR GAMESDK ACTIVITY MANAGER)","text":"See https://discord.com/developers/docs/game-sdk/activities\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":109,"character":1}],"type":{"type":"literal","value":"activities.write"},"defaultValue":"\"activities.write\""},{"id":6608,"name":"ApplicationCommandsPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update permissions for its commands using a Bearer token - client credentials grant only","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":127,"character":1}],"type":{"type":"literal","value":"applications.commands.permissions.update"},"defaultValue":"\"applications.commands.permissions.update\""},{"id":6600,"name":"ApplicationsBuildsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read build data for a user's applications"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":87,"character":1}],"type":{"type":"literal","value":"applications.builds.read"},"defaultValue":"\"applications.builds.read\""},{"id":6599,"name":"ApplicationsBuildsUpload","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to upload/update builds for a user's applications - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":83,"character":1}],"type":{"type":"literal","value":"applications.builds.upload"},"defaultValue":"\"applications.builds.upload\""},{"id":6606,"name":"ApplicationsCommands","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to use Application Commands in a guild","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":115,"character":1}],"type":{"type":"literal","value":"applications.commands"},"defaultValue":"\"applications.commands\""},{"id":6607,"name":"ApplicationsCommandsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to update its Application Commands via this bearer token - client credentials grant only","text":"See https://discord.com/developers/docs/interactions/application-commands\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":121,"character":1}],"type":{"type":"literal","value":"applications.commands.update"},"defaultValue":"\"applications.commands.update\""},{"id":6602,"name":"ApplicationsEntitlements","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read entitlements for a user's applications"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":95,"character":1}],"type":{"type":"literal","value":"applications.entitlements"},"defaultValue":"\"applications.entitlements\""},{"id":6601,"name":"ApplicationsStoreUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to read and update store data (SKUs, store listings, achievements, etc.) for a user's applications"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":91,"character":1}],"type":{"type":"literal","value":"applications.store.update"},"defaultValue":"\"applications.store.update\""},{"id":6585,"name":"Bot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For oauth2 bots, this puts the bot in the user's selected guild by default"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":9,"character":1}],"type":{"type":"literal","value":"bot"},"defaultValue":"\"bot\""},{"id":6586,"name":"Connections","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/connections](https://discord.com/developers/docs/resources/user#get-user-connections)\nto return linked third-party accounts","text":"See https://discord.com/developers/docs/resources/user#get-user-connections\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":16,"character":1}],"type":{"type":"literal","value":"connections"},"defaultValue":"\"connections\""},{"id":6587,"name":"DMChannelsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to see information about the user's DMs and group DMs - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":20,"character":1}],"type":{"type":"literal","value":"dm_channels.read"},"defaultValue":"\"dm_channels.read\""},{"id":6588,"name":"Email","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Enables [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) to return an `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":26,"character":1}],"type":{"type":"literal","value":"email"},"defaultValue":"\"email\""},{"id":6593,"name":"GroupDMJoins","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to join users to a group dm","text":"See https://discord.com/developers/docs/resources/channel#group-dm-add-recipient\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":58,"character":1}],"type":{"type":"literal","value":"gdm.join"},"defaultValue":"\"gdm.join\""},{"id":6590,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me/guilds](https://discord.com/developers/docs/resources/user#get-current-user-guilds)\nto return basic information about all of a user's guilds","text":"See https://discord.com/developers/docs/resources/user#get-current-user-guilds\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":39,"character":1}],"type":{"type":"literal","value":"guilds"},"defaultValue":"\"guilds\""},{"id":6591,"name":"GuildsJoin","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/guilds/{guild.id}/members/{user.id}](https://discord.com/developers/docs/resources/guild#add-guild-member)\nto be used for joining users to a guild","text":"See https://discord.com/developers/docs/resources/guild#add-guild-member\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":46,"character":1}],"type":{"type":"literal","value":"guilds.join"},"defaultValue":"\"guilds.join\""},{"id":6592,"name":"GuildsMembersRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows /users/@me/guilds/{guild.id}/member to return a user's member information in a guild","text":"See https://discord.com/developers/docs/resources/user#get-current-user-guild-member\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":52,"character":1}],"type":{"type":"literal","value":"guilds.members.read"},"defaultValue":"\"guilds.members.read\""},{"id":6589,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows [/users/@me](https://discord.com/developers/docs/resources/user#get-current-user) without `email`","text":"See https://discord.com/developers/docs/resources/user#get-current-user\n"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":32,"character":1}],"type":{"type":"literal","value":"identify"},"defaultValue":"\"identify\""},{"id":6594,"name":"MessagesRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to read messages from all client channels\n(otherwise restricted to channels/guilds your app creates)"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":63,"character":1}],"type":{"type":"literal","value":"messages.read"},"defaultValue":"\"messages.read\""},{"id":6595,"name":"RPC","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server access, this allows you to control a user's local Discord client - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":67,"character":1}],"type":{"type":"literal","value":"rpc"},"defaultValue":"\"rpc\""},{"id":6596,"name":"RPCNotificationsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"For local rpc server api access, this allows you to receive notifications pushed out to the user - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":71,"character":1}],"type":{"type":"literal","value":"rpc.notifications.read"},"defaultValue":"\"rpc.notifications.read\""},{"id":6603,"name":"RelationshipsRead","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to know a user's friends and implicit relationships - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":99,"character":1}],"type":{"type":"literal","value":"relationships.read"},"defaultValue":"\"relationships.read\""},{"id":6598,"name":"Voice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Allows your app to connect to voice on user's behalf and see all the voice members - requires Discord approval"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":79,"character":1}],"type":{"type":"literal","value":"voice"},"defaultValue":"\"voice\""},{"id":6597,"name":"WebhookIncoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This generates a webhook that is returned in the oauth token response for authorization code grants"},"sources":[{"fileName":"payloads/v9/oauth2.ts","line":75,"character":1}],"type":{"type":"literal","value":"webhook.incoming"},"defaultValue":"\"webhook.incoming\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6604,6605,6608,6600,6599,6606,6607,6602,6601,6585,6586,6587,6588,6593,6590,6591,6592,6589,6594,6595,6596,6603,6598,6597]}],"sources":[{"fileName":"payloads/v9/oauth2.ts","line":5,"character":12}]},{"id":5659,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5661,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":694,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5660,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":693,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5661,5660]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":692,"character":12}]},{"id":5868,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5870,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":97,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":5871,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":5872,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":102,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":5873,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":103,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":5869,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":96,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5870,5871,5872,5873,5869]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":95,"character":12}]},{"id":6633,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":6635,"name":"GuildOnly","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible to only guild members"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":53,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6634,"name":"Public","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The stage instance is visible publicly, such as on stage discovery","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":49,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6635,6634]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":44,"character":12}]},{"id":6657,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":6659,"name":"APNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/sticker.ts","line":86,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6660,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/sticker.ts","line":87,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6658,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/sticker.ts","line":85,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6659,6660,6658]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":84,"character":12}]},{"id":6654,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":6656,"name":"Guild","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A sticker uploaded to a Boosted guild for the guild's members"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":78,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6655,"name":"Standard","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An official sticker in a pack, part of Nitro or in a removed purchasable pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":74,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6656,6655]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":70,"character":12}]},{"id":6681,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":6683,"name":"Accepted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/teams.ts","line":65,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6682,"name":"Invited","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/teams.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6683,6682]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":63,"character":12}]},{"id":5804,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":5806,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1267,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5805,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1266,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5806,5805]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1265,"character":12}]},{"id":5669,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5671,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":729,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":5670,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":728,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5673,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":731,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":5672,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":730,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5671,5670,5673,5672]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":727,"character":12}]},{"id":5679,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":762,"character":12}]},{"id":6728,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":6742,"name":"BotHTTPInteractions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bot uses only [HTTP interactions](https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction) and is shown in the online member list"},"sources":[{"fileName":"payloads/v9/user.ts","line":143,"character":1}],"type":{"type":"literal","value":524288},"defaultValue":"524288"},{"id":6732,"name":"BugHunterLevel1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 1"},"sources":[{"fileName":"payloads/v9/user.ts","line":103,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6738,"name":"BugHunterLevel2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Bug Hunter Level 2"},"sources":[{"fileName":"payloads/v9/user.ts","line":127,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":6741,"name":"CertifiedModerator","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Certified Moderator"},"sources":[{"fileName":"payloads/v9/user.ts","line":139,"character":1}],"type":{"type":"literal","value":262144},"defaultValue":"262144"},{"id":6733,"name":"HypeSquadOnlineHouse1","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Bravery Member"},"sources":[{"fileName":"payloads/v9/user.ts","line":107,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":6734,"name":"HypeSquadOnlineHouse2","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Brilliance Member"},"sources":[{"fileName":"payloads/v9/user.ts","line":111,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":6735,"name":"HypeSquadOnlineHouse3","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"House Balance Member"},"sources":[{"fileName":"payloads/v9/user.ts","line":115,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":6731,"name":"Hypesquad","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"HypeSquad Events Member"},"sources":[{"fileName":"payloads/v9/user.ts","line":99,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6730,"name":"Partner","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Partnered Server Owner"},"sources":[{"fileName":"payloads/v9/user.ts","line":95,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6736,"name":"PremiumEarlySupporter","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Nitro Supporter"},"sources":[{"fileName":"payloads/v9/user.ts","line":119,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":6743,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer"},"sources":[{"fileName":"payloads/v9/user.ts","line":147,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":6729,"name":"Staff","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord Employee"},"sources":[{"fileName":"payloads/v9/user.ts","line":91,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6737,"name":"TeamPseudoUser","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User is a [team](https://discord.com/developers/docs/topics/teams)"},"sources":[{"fileName":"payloads/v9/user.ts","line":123,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":6739,"name":"VerifiedBot","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Verified Bot"},"sources":[{"fileName":"payloads/v9/user.ts","line":131,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":6740,"name":"VerifiedDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Early Verified Bot Developer"},"sources":[{"fileName":"payloads/v9/user.ts","line":135,"character":1}],"type":{"type":"literal","value":131072},"defaultValue":"131072"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6742,6732,6738,6741,6733,6734,6735,6731,6730,6736,6743,6729,6737,6739,6740]}],"sources":[{"fileName":"payloads/v9/user.ts","line":87,"character":12}]},{"id":6744,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":6747,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":156,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6746,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":155,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6745,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":154,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6747,6746,6745]}],"sources":[{"fileName":"payloads/v9/user.ts","line":153,"character":12}]},{"id":5564,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5565,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v9/channel.ts","line":310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5566,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v9/channel.ts","line":314,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5565,5566]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":306,"character":12}]},{"id":6794,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6797,"name":"Application","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Application webhooks are webhooks used with Interactions"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":78,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6796,"name":"ChannelFollower","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Channel Follower Webhooks are internal webhooks used with Channel Following to post new messages into channels"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":74,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6795,"name":"Incoming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Incoming Webhooks can post messages to channels with a generated token"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":70,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6797,6796,6795]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":66,"character":12}]},{"id":5768,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":5769,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1192,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5771,"name":"T"}}},{"id":5770,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5764,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":5761,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5769,5770]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1187,"character":17}],"typeParameter":[{"id":5771,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5835,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":5760,"typeArguments":[{"type":"reference","id":5764,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":5755,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":5756,"name":"parse","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of allowed mention types to parse from the content","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5751,"name":"AllowedMentionsTypes"}}},{"id":5759,"name":"replied_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"\tFor replies, whether to mention the author of the message being replied to (default false)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1149,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5757,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1139,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5758,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of user_ids to mention (Max size of 100)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1143,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5756,5759,5757,5758]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1129,"character":17}]},{"id":5257,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":5263,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `false` only app owner can join the app's bot to guilds"},"sources":[{"fileName":"payloads/v9/application.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5264,"name":"bot_require_code_grant","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When `true` the app's bot will only join upon completion of the full oauth2 code grant flow"},"sources":[{"fileName":"payloads/v9/application.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5274,"name":"cover_image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the hash of the image on store embeds"},"sources":[{"fileName":"payloads/v9/application.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5278,"name":"custom_install_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The application's default custom authorization link, if enabled"},"sources":[{"fileName":"payloads/v9/application.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5261,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v9/application.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5275,"name":"flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The application's public flags","text":"See https://discord.com/developers/docs/resources/application#application-object-application-flags\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":95,"character":1}],"type":{"type":"reference","id":5282,"name":"ApplicationFlags"}},{"id":5271,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the guild to which it has been linked"},"sources":[{"fileName":"payloads/v9/application.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5260,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app"},"sources":[{"fileName":"payloads/v9/application.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5258,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v9/application.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5277,"name":"install_params","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Settings for the application's default in-app authorization link, if enabled"},"sources":[{"fileName":"payloads/v9/application.ts","line":103,"character":1}],"type":{"type":"reference","id":5279,"name":"APIApplicationInstallParams"}},{"id":5259,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v9/application.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5267,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Partial user object containing info on the owner of the application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":55,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":5272,"name":"primary_sku_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the id of the \"Game SKU\" that is created, if exists"},"sources":[{"fileName":"payloads/v9/application.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5266,"name":"privacy_policy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's privacy policy"},"sources":[{"fileName":"payloads/v9/application.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5262,"name":"rpc_origins","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of rpc origin urls, if rpc is enabled"},"sources":[{"fileName":"payloads/v9/application.ts","line":33,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5273,"name":"slug","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If this application is a game sold on Discord, this field will be the URL slug that links to the store page"},"sources":[{"fileName":"payloads/v9/application.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5268,"name":"summary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An empty string","tags":[{"tag":"deprecated","text":"This field will be removed in v11\n"}]},"sources":[{"fileName":"payloads/v9/application.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5276,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Up to 5 tags describing the content and functionality of the application"},"sources":[{"fileName":"payloads/v9/application.ts","line":99,"character":1}],"type":{"type":"tuple","elements":[{"type":"intrinsic","name":"string"},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}},{"type":"optional","elementType":{"type":"intrinsic","name":"string"}}]}},{"id":5270,"name":"team","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The team this application belongs to","text":"See https://discord.com/developers/docs/topics/teams#data-models-team-object\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":73,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6670,"name":"APITeam"}]}},{"id":5265,"name":"terms_of_service_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url of the application's terms of service"},"sources":[{"fileName":"payloads/v9/application.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5269,"name":"verify_key","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The hexadecimal encoded key for verification in interactions and the GameSDK's GetTicket function","text":"See https://discord.com/developers/docs/game-sdk/applications#get-ticket\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5263,5264,5274,5278,5261,5275,5271,5260,5258,5277,5259,5267,5272,5266,5262,5273,5268,5276,5270,5265,5269]}],"sources":[{"fileName":"payloads/v9/application.ts","line":13,"character":17}]},{"id":6243,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":6246,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6255,"name":"default_member_permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Set of permissions represented as a bitset"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":76,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6257,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`","tags":[{"tag":"deprecated","text":"Use `dm_permission` and/or `default_member_permissions` instead\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6251,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character description for `CHAT_INPUT` commands, empty string for `USER` and `MESSAGE` commands"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6252,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the description field. Values follow the same restrictions as description"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":6253,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6256,"name":"dm_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6247,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild id of the command, if not global"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6244,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6248,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$`"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6249,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the name field. Values follow the same restrictions as name"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":6250,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6254,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6286,"name":"APIApplicationCommandOption"}}},{"id":6245,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":36,"character":1}],"type":{"type":"reference","id":6259,"name":"ApplicationCommandType"}},{"id":6258,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Autoincrementing version identifier updated during substantial record changes"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6246,6255,6257,6251,6252,6253,6256,6247,6244,6248,6249,6250,6254,6245,6258]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":28,"character":17}]},{"id":6515,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6517,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":6543,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":6516,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":6538,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[6517,6516]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":33,"character":17}]},{"id":6309,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6310,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":8,"character":1}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"reference","id":5552,"name":"GuildText"},{"type":"reference","id":5554,"name":"GuildVoice"},{"type":"reference","id":5556,"name":"GuildCategory"},{"type":"reference","id":5557,"name":"GuildNews"},{"type":"reference","id":5558,"name":"GuildNewsThread"},{"type":"reference","id":5559,"name":"GuildPublicThread"},{"type":"reference","id":5560,"name":"GuildPrivateThread"},{"type":"reference","id":5561,"name":"GuildStageVoice"},{"type":"reference","id":5562,"name":"GuildDirectory"},{"type":"reference","id":5563,"name":"GuildForum"}]}}},{"id":6314,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":6315,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6312,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":6313,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6316,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":6311,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6341,"name":"Channel"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6310,6314,6315,6312,6313,6316,6311]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6341,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6319,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6320,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6321,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":6322,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6338,"name":"Integer"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":6323,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6320,6321,6322,6323]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6338,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6327,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6328,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6329,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":6330,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6344,"name":"Number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":6331,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6328,6329,6330,6331]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6344,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6352,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6353,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6354,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.name"}},{"id":6355,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6337,"name":"String"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":6356,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6353,6354,6355,6356]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":13,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6337,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":6377,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6378,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6380,"name":"options","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":16,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6365,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":6379,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":6336,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[6378,6380,6379]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":6365,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6366,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6368,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6288,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":6367,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":6335,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[6366,6368,6367]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":6346,"name":"APIApplicationCommandOptionChoice","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure"},"children":[{"id":6347,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6348,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":25,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":6349,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":6350,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6347,6348,6349]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":6350,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":6417,"name":"APIApplicationCommandPermission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permissions-structure"},"children":[{"id":6418,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role, user or channel. Can also be a permission constant"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6420,"name":"permission","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` to allow, `false`, to disallow"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6419,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role, user or channel"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":36,"character":1}],"type":{"type":"reference","id":6421,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6418,6420,6419]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":6369,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6374,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":6375,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6372,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":6373,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6370,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":10,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6357,"name":"APIApplicationCommandSubcommandOption"}}},{"id":6376,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":6371,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6336,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6374,6375,6372,6373,6370,6376,6371]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6336,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6357,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6362,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description"}},{"id":6363,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":9,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6360,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":6,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name"}},{"id":6361,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6358,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":7,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6285,"name":"APIApplicationCommandBasicOption"}}},{"id":6364,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.required"}},{"id":6359,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6335,"name":"Subcommand"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6362,6363,6360,6361,6358,6364,6359]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6335,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":5279,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5281,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5280,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6584,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5281,5280]}],"sources":[{"fileName":"payloads/v9/application.ts","line":110,"character":17}]},{"id":5735,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":5739,"name":"content_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The attachment's media type","text":"See https://en.wikipedia.org/wiki/Media_type\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1057,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5738,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1051,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5745,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1081,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5737,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1047,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5743,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1073,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5736,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1043,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5742,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1069,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5740,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1061,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5741,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1065,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5744,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1077,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5739,5738,5745,5737,5743,5736,5742,5740,5741,5744]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1039,"character":17}]},{"id":5296,"name":"APIAuditLog","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-object-audit-log-structure"},"children":[{"id":5297,"name":"application_commands","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of application commands found in the audit log","text":"See https://discord.com/developers/docs/interactions/application-commands#application-command-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":36,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6243,"name":"APIApplicationCommand"}}},{"id":5300,"name":"audit_log_entries","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Audit log entries","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5304,"name":"APIAuditLogEntry"}}},{"id":5303,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild scheduled events in the audit log","text":"See https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}}},{"id":5301,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Partial integration objects","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6093,"name":"APIGuildIntegration"}}},{"id":5302,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Threads found in the audit log","text":"Threads referenced in THREAD_CREATE and THREAD_UPDATE events are included in the threads map, since archived threads might not be kept in memory by clients.\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":68,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}},{"id":5299,"name":"users","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users found in the audit log","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":48,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6712,"name":"APIUser"}}},{"id":5298,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Webhooks found in the audit log","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6781,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5297,5300,5303,5301,5302,5299,5298]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":30,"character":17}]},{"id":5304,"name":"APIAuditLogEntry","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-entry-structure"},"children":[{"id":5309,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of action that occurred","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":106,"character":1}],"type":{"type":"reference","id":5312,"name":"AuditLogEvent"}},{"id":5306,"name":"changes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Changes made to the `target_id`","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-change-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":90,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5373,"name":"APIAuditLogChange"}}},{"id":5308,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5310,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional info for certain action types","text":"See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":112,"character":1}],"type":{"type":"reference","id":5361,"name":"APIAuditLogOptions"}},{"id":5311,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The reason for the change (0-512 characters)"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5305,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the affected entity (webhook, user, role, etc.)"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5307,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who made the changes","text":"This can be `null` in some cases (webhooks deleting themselves by using their own token, for example)\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":96,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5309,5306,5308,5310,5311,5305,5307]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":80,"character":17}]},{"id":5361,"name":"APIAuditLogOptions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-optional-audit-entry-info"},"children":[{"id":5364,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel in which the entities were targeted","text":"Present from:\n- MEMBER_MOVE\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n- MESSAGE_DELETE\n- STAGE_INSTANCE_CREATE\n- STAGE_INSTANCE_UPDATE\n- STAGE_INSTANCE_DELETE\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5366,"name":"count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of entities that were targeted","text":"Present from:\n- MESSAGE_DELETE\n- MESSAGE_BULK_DELETE\n- MEMBER_DISCONNECT\n- MEMBER_MOVE\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5362,"name":"delete_member_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days after which inactive members were kicked","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5367,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the overwritten entity","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5363,"name":"members_removed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of members removed by the prune","text":"Present from:\n- MEMBER_PRUNE\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5365,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the message that was targeted","text":"Present from:\n- MESSAGE_PIN\n- MESSAGE_UNPIN\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":225,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5369,"name":"role_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n**Present only if the {@link APIAuditLogOptions#type entry type} is \"0\"**\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5368,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of overwritten entity - \"0\" for \"role\" or \"1\" for \"member\"","text":"Present from:\n- CHANNEL_OVERWRITE_CREATE\n- CHANNEL_OVERWRITE_UPDATE\n- CHANNEL_OVERWRITE_DELETE\n\n{@link AuditLogOptionsType}\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":258,"character":1}],"type":{"type":"reference","id":5370,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5364,5366,5362,5367,5363,5365,5369,5368]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":188,"character":17}]},{"id":6122,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":6123,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v9/guild.ts","line":768,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6124,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v9/guild.ts","line":772,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6123,6124]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":764,"character":17}]},{"id":5760,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":5761,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5762,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[5761]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1155,"character":17}],"typeParameter":[{"id":5762,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5763,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":5768,"name":"APIActionRowComponent"},{"type":"reference","id":5772,"name":"APIButtonComponentBase"},{"type":"reference","id":5807,"name":"APISelectMenuComponent"},{"type":"reference","id":5821,"name":"APITextInputComponent"}]},{"id":6457,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":6459,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application this interaction is for"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6463,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel it was sent from"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6461,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The command data payload"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":76,"character":1}],"type":{"type":"reference","id":6472,"name":"Data"}},{"id":6462,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild it was sent from"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6470,"name":"guild_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild's preferred locale, if invoked in a guild"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":6458,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6469,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":110,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]}},{"id":6464,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Guild member data for the invoking user, including permissions","text":"**This is only sent when an interaction is invoked in a guild**\n"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":90,"character":1}],"type":{"type":"reference","id":6445,"name":"APIInteractionGuildMember"}},{"id":6468,"name":"message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For components, the message they were attached to"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":106,"character":1}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":6466,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A continuation token for responding to the interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6460,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":72,"character":1}],"type":{"type":"reference","id":6471,"name":"Type"}},{"id":6465,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User object for the invoking user, if invoked in a DM"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":94,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":6467,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Read-only property, always `1`"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":102,"character":1}],"type":{"type":"literal","value":1}}],"groups":[{"title":"Properties","kind":1024,"children":[6459,6463,6461,6462,6470,6458,6469,6464,6468,6466,6460,6465,6467]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":6471,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6506,"name":"InteractionType"}},{"id":6472,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":5772,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":5776,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1214,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5775,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1210,"character":1}],"type":{"type":"reference","id":5779,"name":"APIMessageComponentEmoji"}},{"id":5773,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5774,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1206,"character":1}],"type":{"type":"reference","id":5778,"name":"Style"}},{"id":5777,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5765,"name":"Button"},"inheritedFrom":{"type":"reference","id":5761,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5776,5775,5773,5774,5777]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1198,"character":17}],"typeParameter":[{"id":5778,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5798,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":5760,"typeArguments":[{"type":"reference","id":5765,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":5783,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":5790,"name":"APIButtonComponentWithURL"}]},{"id":5783,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5784,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom_id to be sent in the interaction when clicked"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1239,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5788,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1214,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5776,"name":"APIButtonComponentBase.disabled"}},{"id":5787,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1210,"character":1}],"type":{"type":"reference","id":5779,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5775,"name":"APIButtonComponentBase.emoji"}},{"id":5785,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5773,"name":"APIButtonComponentBase.label"}},{"id":5786,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1206,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5799,"name":"Primary"},{"type":"reference","id":5800,"name":"Secondary"},{"type":"reference","id":5801,"name":"Success"},{"type":"reference","id":5802,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":5774,"name":"APIButtonComponentBase.style"}},{"id":5789,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5765,"name":"Button"},"inheritedFrom":{"type":"reference","id":5777,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5784,5788,5787,5785,5786,5789]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1232,"character":17}],"extendedTypes":[{"type":"reference","id":5772,"typeArguments":[{"type":"union","types":[{"type":"reference","id":5799,"name":"ButtonStyle.Primary"},{"type":"reference","id":5800,"name":"ButtonStyle.Secondary"},{"type":"reference","id":5801,"name":"ButtonStyle.Success"},{"type":"reference","id":5802,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":5790,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5795,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1214,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5776,"name":"APIButtonComponentBase.disabled"}},{"id":5794,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the text"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1210,"character":1}],"type":{"type":"reference","id":5779,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5775,"name":"APIButtonComponentBase.emoji"}},{"id":5792,"name":"label","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The label to be displayed on the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5773,"name":"APIButtonComponentBase.label"}},{"id":5793,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1206,"character":1}],"type":{"type":"reference","id":5803,"name":"Link"},"inheritedFrom":{"type":"reference","id":5774,"name":"APIButtonComponentBase.style"}},{"id":5796,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5765,"name":"Button"},"inheritedFrom":{"type":"reference","id":5777,"name":"APIButtonComponentBase.type"}},{"id":5791,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The URL to direct users to when clicked for Link buttons"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1246,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5795,5794,5792,5793,5796,5791]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1242,"character":17}],"extendedTypes":[{"type":"reference","id":5772,"typeArguments":[{"type":"reference","id":5803,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":5448,"name":"APIChannelBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"This interface is used to allow easy extension for other channel types. While\nalso allowing `APIPartialChannel` to be used without breaking."},"children":[{"id":5450,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"}},{"id":5451,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5445,"name":"APIPartialChannel.id"}},{"id":5452,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5447,"name":"APIPartialChannel.name"}},{"id":5449,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5453,"name":"T"},"overwrites":{"type":"reference","id":5446,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5450,5451,5452,5449]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":38,"character":17}],"typeParameter":[{"id":5453,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5551,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5444,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":5456,"name":"APITextBasedChannel"},{"type":"reference","id":5463,"name":"APIGuildChannel"}]},{"id":5746,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":5748,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1095,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5747,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1091,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5750,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5749,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1101,"character":1}],"type":{"type":"reference","id":5551,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5748,5747,5750,5749]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1087,"character":17}]},{"id":7114,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7116,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":435,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7196,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7117,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":443,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7197,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7115,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/channel.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7118,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v9/channel.ts","line":447,"character":1}],"type":{"type":"reference","id":5659,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7198,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7116,7117,7115,7118]}],"sources":[{"fileName":"rest/v9/channel.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":7195,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":6289,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":6295,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":6292,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":6294,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":6290,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":115,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6287,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":6291,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":116,"character":1}],"type":{"type":"reference","id":6296,"name":"APIChatInputApplicationCommandInteractionDataResolved"}},{"id":6293,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6260,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6295,6292,6294,6290,6291,6293]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":113,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6260,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6296,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":6301,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":127,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5735,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6300,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":126,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6264,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6299,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":125,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6271,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6298,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":124,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6609,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6297,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":123,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6712,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6301,6300,6299,6298,6297]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":122,"character":17}]},{"id":6543,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6544,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":105,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6346,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6544]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":104,"character":17}]},{"id":6748,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":6755,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether friend sync is enabled for this connection"},"sources":[{"fileName":"payloads/v9/user.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6749,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6753,"name":"integrations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An array of partial server integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-object\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":184,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6093,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":6750,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6752,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v9/user.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6756,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether activities related to this connection will be shown in presence updates"},"sources":[{"fileName":"payloads/v9/user.ts","line":196,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6751,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection"},"sources":[{"fileName":"payloads/v9/user.ts","line":174,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6754,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v9/user.ts","line":188,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6757,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Visibility of this connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-visibility-types\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":202,"character":1}],"type":{"type":"reference","id":6758,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[6755,6749,6753,6750,6752,6756,6751,6754,6757]}],"sources":[{"fileName":"payloads/v9/user.ts","line":162,"character":17}]},{"id":5684,"name":"APIEmbed","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-structure","text":"Length limit: 6000 characters\n"},"children":[{"id":5696,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Author information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":852,"character":1}],"type":{"type":"reference","id":5722,"name":"APIEmbedAuthor"}},{"id":5690,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":816,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5687,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of embed","text":"Length limit: 4096 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5697,"name":"fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Fields information","text":"Length limit: 25 field objects\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":860,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5731,"name":"APIEmbedField"}}},{"id":5691,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Footer information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":822,"character":1}],"type":{"type":"reference","id":5727,"name":"APIEmbedFooter"}},{"id":5692,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":828,"character":1}],"type":{"type":"reference","id":5714,"name":"APIEmbedImage"}},{"id":5695,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Provider information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":846,"character":1}],"type":{"type":"reference","id":5719,"name":"APIEmbedProvider"}},{"id":5693,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Thumbnail information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":834,"character":1}],"type":{"type":"reference","id":5705,"name":"APIEmbedThumbnail"}},{"id":5689,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v9/channel.ts","line":812,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5685,"name":"title","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Title of embed","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":790,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5686,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Type of embed (always \"rich\" for webhook embeds)","tags":[{"tag":"deprecated","text":"*Embed types should be considered deprecated and might be removed in a future API version*\n\nSee https://discord.com/developers/docs/resources/channel#embed-object-embed-types\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":798,"character":1}],"type":{"type":"reference","id":5698,"name":"EmbedType"}},{"id":5688,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":808,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5694,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Video information","text":"See https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":840,"character":1}],"type":{"type":"reference","id":5710,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[5696,5690,5687,5697,5691,5692,5695,5693,5689,5685,5686,5688,5694]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":784,"character":17}]},{"id":5722,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":5725,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":987,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5723,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of author","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":979,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5726,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of author icon"},"sources":[{"fileName":"payloads/v9/channel.ts","line":991,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5724,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v9/channel.ts","line":983,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5725,5723,5726,5724]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":973,"character":17}]},{"id":5731,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":5734,"name":"inline","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this field should display inline"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1033,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5732,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the field","text":"Length limit: 256 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1023,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5733,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Value of the field","text":"Length limit: 1024 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1029,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5734,5732,5733]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1017,"character":17}]},{"id":5727,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":5729,"name":"icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of footer icon (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1007,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5730,"name":"proxy_icon_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of footer icon"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1011,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5728,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1003,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5729,5730,5728]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":997,"character":17}]},{"id":5714,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":5717,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":949,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5716,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":945,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5715,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of image (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":941,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5718,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":953,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5717,5716,5715,5718]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":937,"character":17}]},{"id":5719,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":5720,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":963,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5721,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":967,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5720,5721]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":959,"character":17}]},{"id":5705,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":5708,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":909,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5707,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":905,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5706,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of thumbnail (only supports http(s) and attachments)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":901,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5709,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":913,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5708,5707,5706,5709]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":897,"character":17}]},{"id":5710,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":5712,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":927,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5711,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":923,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5713,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":931,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5712,5711,5713]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":919,"character":17}]},{"id":5842,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":5850,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5841,"name":"APIPartialEmoji.animated"}},{"id":5847,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5848,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":16,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5839,"name":"APIPartialEmoji.id"}},{"id":5846,"name":"managed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is managed"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5849,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5840,"name":"APIPartialEmoji.name"}},{"id":5845,"name":"require_colons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji must be wrapped in colons"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5843,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles this emoji is whitelisted to"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":34,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5844,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User that created this emoji"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":38,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5850,5847,5848,5846,5849,5845,5843,5844]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":5838,"name":"APIPartialEmoji"}]},{"id":6566,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":6580,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6559,"name":"APIInvite.approximate_member_count"}},{"id":6579,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6558,"name":"APIInvite.approximate_presence_count"}},{"id":6574,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":5444,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":6553,"name":"APIInvite.channel"}},{"id":6572,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v9/invite.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6551,"name":"APIInvite.code"}},{"id":6571,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this invite was created"},"sources":[{"fileName":"payloads/v9/invite.ts","line":125,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6581,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6560,"name":"APIInvite.expires_at"}},{"id":6573,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":40,"character":1}],"type":{"type":"reference","id":6549,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":6552,"name":"APIInvite.guild"}},{"id":6583,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v9/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":6562,"name":"APIInvite.guild_scheduled_event"}},{"id":6575,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":52,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6554,"name":"APIInvite.inviter"}},{"id":6569,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Duration (in seconds) after which the invite expires"},"sources":[{"fileName":"payloads/v9/invite.ts","line":117,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6568,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Max number of times this invite can be used"},"sources":[{"fileName":"payloads/v9/invite.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6582,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v9/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":6636,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":6561,"name":"APIInvite.stage_instance"}},{"id":6578,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":6557,"name":"APIInvite.target_application"}},{"id":6576,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6563,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":6555,"name":"APIInvite.target_type"}},{"id":6577,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":64,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6556,"name":"APIInvite.target_user"}},{"id":6570,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this invite only grants temporary membership"},"sources":[{"fileName":"payloads/v9/invite.ts","line":121,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6567,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this invite has been used"},"sources":[{"fileName":"payloads/v9/invite.ts","line":109,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6580,6579,6574,6572,6571,6581,6573,6583,6575,6569,6568,6582,6578,6576,6577,6570,6567]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":6550,"name":"APIInvite"}]},{"id":6205,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6206,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":85,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":6219,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6210,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":6212,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":6218,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":6207,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":86,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6223,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":6217,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":6228,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6209,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":6208,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":6221,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":6211,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":6215,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":6235,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6214,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":6213,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":6216,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":6229,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6220,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[6206,6219,6210,6212,6218,6207,6217,6209,6208,6221,6211,6215,6214,6213,6216,6220]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6228,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":5647,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":5648,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5649,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":637,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5648,5649]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":629,"character":17}]},{"id":5853,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":5855,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information on the current session start limit","text":"See https://discord.com/developers/docs/topics/gateway#session-start-limit-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":35,"character":1}],"type":{"type":"reference","id":5857,"name":"APIGatewaySessionStartLimit"}},{"id":5854,"name":"shards","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recommended number of shards to use when connecting","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5856,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5852,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[5855,5854,5856]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":23,"character":17}],"extendedTypes":[{"type":"reference","id":5851,"name":"APIGatewayInfo"}]},{"id":5851,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":5852,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The WSS URL that can be used for connecting to the gateway"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5852]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":5853,"name":"APIGatewayBotInfo"}]},{"id":5857,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":5861,"name":"max_concurrency","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of identify requests allowed per 5 seconds"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5859,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The remaining number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5860,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of milliseconds after which the limit resets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5858,"name":"total","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of session starts the current user is allowed"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5861,5859,5860,5858]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":41,"character":17}]},{"id":5522,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5523,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id of the group DM creator if it is bot-created"},"sources":[{"fileName":"payloads/v9/channel.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5531,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":5524,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v9/channel.ts","line":173,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5529,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5527,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":185,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":5525,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5526,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5530,"name":"recipients","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The recipients of the DM","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":160,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6712,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":5528,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5555,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5523,5531,5524,5529,5527,5525,5526,5530,5528]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":165,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5555,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5962,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":5969,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":122,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5970,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds"},"sources":[{"fileName":"payloads/v9/guild.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5980,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Application id of the guild creator if it is bot-created"},"sources":[{"fileName":"payloads/v9/guild.ts","line":180,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5994,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v9/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5995,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v9/guild.ts","line":248,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5988,"name":"banner","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":216,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":5954,"name":"APIPartialGuild.banner"}},{"id":5974,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Default message notifications level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":146,"character":1}],"type":{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"}},{"id":5987,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":210,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":5955,"name":"APIPartialGuild.description"}},{"id":5964,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5977,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":164,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5842,"name":"APIEmoji"}}},{"id":5975,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":152,"character":1}],"type":{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"}},{"id":5978,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":170,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":5956,"name":"APIPartialGuild.features"}},{"id":6000,"name":"hub_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of Student Hub the guild is"},"sources":[{"fileName":"payloads/v9/guild.ts","line":274,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6032,"name":"GuildHubType"}]}},{"id":6002,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5952,"name":"APIPartialGuild.icon"}},{"id":5963,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash, returned when in the template object","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":87,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6005,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5960,"name":"APIPartialGuild.id"}},{"id":5985,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of members for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5984,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of presences for the guild (`null` is always returned, apart from the largest of guilds)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":198,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5993,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum amount of users in a video channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":240,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5979,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Required MFA level for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":176,"character":1}],"type":{"type":"reference","id":6013,"name":"GuildMFALevel"}},{"id":6001,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5951,"name":"APIPartialGuild.name"}},{"id":5997,"name":"nsfw_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The nsfw level of the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":260,"character":1}],"type":{"type":"reference","id":6016,"name":"GuildNSFWLevel"}},{"id":5965,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the user is the owner of the guild","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":99,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5966,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5967,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total permissions for the user in the guild (excludes overrides)","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5991,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\"\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5999,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the guild has the boost progress bar enabled."},"sources":[{"fileName":"payloads/v9/guild.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5990,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of boosts this guild currently has"},"sources":[{"fileName":"payloads/v9/guild.ts","line":226,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5989,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Premium tier (Server Boost level)","text":"See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":222,"character":1}],"type":{"type":"reference","id":6027,"name":"GuildPremiumTier"}},{"id":5992,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"payloads/v9/guild.ts","line":236,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5968,"name":"region","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice region id for the guild","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"This field has been deprecated in favor of `rtc_region` on the channel.\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5976,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles in the guild","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":158,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}}},{"id":5983,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where Community guilds can display rules and/or guidelines"},"sources":[{"fileName":"payloads/v9/guild.ts","line":194,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6003,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5953,"name":"APIPartialGuild.splash"}},{"id":5998,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":266,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}},{"id":5982,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":190,"character":1}],"type":{"type":"reference","id":6036,"name":"GuildSystemChannelFlags"}},{"id":5981,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"payloads/v9/guild.ts","line":184,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6004,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v9/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5959,"name":"APIPartialGuild.unavailable"}},{"id":5986,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":206,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":5958,"name":"APIPartialGuild.vanity_url_code"}},{"id":5973,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":140,"character":1}],"type":{"type":"reference","id":6021,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":5957,"name":"APIPartialGuild.verification_level"}},{"id":5996,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":5961,"name":"APIPartialGuild.welcome_screen"}},{"id":5972,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel id that the widget will generate an invite to, or `null` if set to no invite"},"sources":[{"fileName":"payloads/v9/guild.ts","line":134,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5971,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the guild widget is enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5969,5970,5980,5994,5995,5988,5974,5987,5964,5977,5975,5978,6000,6002,5963,6005,5985,5984,5993,5979,6001,5997,5965,5966,5967,5991,5999,5990,5989,5992,5968,5976,5983,6003,5998,5982,5981,6004,5986,5973,5996,5972,5971]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":81,"character":17}],"extendedTypes":[{"type":"reference","id":5950,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":4940,"name":"GatewayGuildCreateDispatchData"}]},{"id":6412,"name":"APIGuildApplicationCommandPermissions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-guild-application-command-permissions-structure"},"children":[{"id":6414,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the application the command belongs to"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6415,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6413,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the command or the application id if that permission applies to all commands"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":10,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6416,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The permissions for the command in the guild"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":22,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6417,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6414,6415,6413,6416]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":5463,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5470,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5450,"name":"APIChannelBase.flags"}},{"id":5464,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5471,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5451,"name":"APIChannelBase.id"}},{"id":5472,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5452,"name":"APIChannelBase.name"}},{"id":5468,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5467,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5465,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}}},{"id":5466,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5469,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5473,"name":"T"},"inheritedFrom":{"type":"reference","id":5449,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5470,5464,5471,5472,5468,5467,5465,5466,5469]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":66,"character":17}],"typeParameter":[{"id":5473,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5551,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5448,"typeArguments":[{"type":"reference","id":5473,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5475,"name":"APIGuildTextChannel"},{"type":"reference","id":5507,"name":"APIVoiceChannel"},{"type":"reference","id":5532,"name":"APIThreadChannel"}]},{"id":7266,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7268,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":435,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7196,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7269,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":443,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7197,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7267,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7270,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v9/channel.ts","line":447,"character":1}],"type":{"type":"reference","id":5659,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7198,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7268,7269,7267,7270]}],"sources":[{"fileName":"rest/v9/guild.ts","line":36,"character":17}],"extendedTypes":[{"type":"reference","id":7195,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":7278,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7282,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":604,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":7283,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":7284,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":614,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":7279,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":65,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7286,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":624,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":7280,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":7281,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":598,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":7285,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":618,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.unicode_emoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[7282,7283,7284,7279,7286,7280,7281,7285]}],"sources":[{"fileName":"rest/v9/guild.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":7391,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":6093,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":6104,"name":"account","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration account information","text":"See https://discord.com/developers/docs/resources/guild#integration-account-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":678,"character":1}],"type":{"type":"reference","id":6113,"name":"APIIntegrationAccount"}},{"id":6108,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot/OAuth2 application for discord integrations","text":"See https://discord.com/developers/docs/resources/guild#integration-application-object\n\n**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":704,"character":1}],"type":{"type":"reference","id":6116,"name":"APIGuildIntegrationApplication"}},{"id":6100,"name":"enable_emoticons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether emoticons should be synced for this integration (`twitch` only currently)","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":650,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6097,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":632,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6101,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The behavior of expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":658,"character":1}],"type":{"type":"reference","id":6110,"name":"IntegrationExpireBehavior"}},{"id":6102,"name":"expire_grace_period","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The grace period (in days) before expiring subscribers","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":664,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6094,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":620,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6095,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v9/guild.ts","line":624,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6107,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Has this integration been revoked","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":696,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6099,"name":"role_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID that this integration uses for \"subscribers\"","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":644,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6106,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many subscribers this integration has","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":690,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6105,"name":"synced_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When this integration was last synced","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":684,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6098,"name":"syncing","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration syncing","text":"**This field is not provided for `discord` bot integrations.**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":638,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6096,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v9/guild.ts","line":628,"character":1}],"type":{"type":"reference","id":6109,"name":"APIGuildIntegrationType"}},{"id":6103,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User for this integration","text":"**This field is not provided for `discord` bot integrations.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":672,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6104,6108,6100,6097,6101,6102,6094,6095,6107,6099,6106,6105,6098,6096,6103]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":616,"character":17}]},{"id":6116,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":6121,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bot associated with this application","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":758,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":6120,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":752,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6119,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The icon hash of the app","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":748,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6117,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":738,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6118,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":742,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6121,6120,6119,6117,6118]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":734,"character":17}]},{"id":6082,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6085,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6092,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6089,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6087,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6090,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6084,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6091,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6088,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6086,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":6083,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":568,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6085,6092,6089,6087,6090,6084,6091,6088,6086,6083]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":560,"character":17}],"extendedBy":[{"type":"reference","id":5018,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":6445,"name":"APIInteractionGuildMember"}]},{"id":6160,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6163,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":878,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6162,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":874,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6164,"name":"APIGuildMembershipScreeningField"}}},{"id":6161,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v9/guild.ts","line":870,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6163,6162,6161]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":866,"character":17}]},{"id":6164,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6165,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":887,"character":1}],"type":{"type":"reference","id":6170,"name":"Terms"}},{"id":6166,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":891,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6168,"name":"required","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user has to fill out this field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":899,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6167,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":895,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6165,6166,6168,6167]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":883,"character":17}]},{"id":6067,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":6075,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of members in this guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":528,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6076,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Approximate number of online members in this guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":532,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6077,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":536,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6072,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":512,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6073,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":518,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5842,"name":"APIEmoji"}}},{"id":6074,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":524,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}}},{"id":6070,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":500,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6068,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":490,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6069,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":494,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6071,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":506,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6078,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v9/guild.ts","line":540,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6075,6076,6077,6072,6073,6074,6070,6068,6069,6071,6078]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":486,"character":17}]},{"id":6223,"name":"APIGuildScheduledEventEntityMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-entity-metadata"},"children":[{"id":6224,"name":"location","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The location of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":104,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6224]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":100,"character":17}]},{"id":6236,"name":"APIGuildScheduledEventUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-user-object-guild-scheduled-event-user-structure"},"children":[{"id":6237,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The scheduled event id which the user subscribed to"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":143,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6239,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member data for this user for the guild which this event belongs to, if any"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":151,"character":1}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":6238,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user which subscribed to the event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":147,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6237,6239,6238]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":139,"character":17}]},{"id":5475,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5476,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity"},"sources":[{"fileName":"payloads/v9/channel.ts","line":103,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"}},{"id":5481,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5470,"name":"APIGuildChannel.flags"}},{"id":5484,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5464,"name":"APIGuildChannel.guild_id"}},{"id":5482,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5471,"name":"APIGuildChannel.id"}},{"id":5479,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5457,"name":"APITextBasedChannel.last_message_id"}},{"id":5478,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v9/channel.ts","line":112,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5483,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5472,"name":"APIGuildChannel.name"}},{"id":5488,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5468,"name":"APIGuildChannel.nsfw"}},{"id":5487,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5467,"name":"APIGuildChannel.parent_id"}},{"id":5485,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5465,"name":"APIGuildChannel.permission_overwrites"}},{"id":5486,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5466,"name":"APIGuildChannel.position"}},{"id":5477,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5480,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5489,"name":"T"},"inheritedFrom":{"type":"reference","id":5469,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5476,5481,5484,5482,5479,5478,5483,5488,5487,5485,5486,5477,5480]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":97,"character":17}],"typeParameter":[{"id":5489,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5474,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":5456,"typeArguments":[{"type":"reference","id":5489,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":5463,"typeArguments":[{"type":"reference","id":5489,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5490,"name":"APITextChannel"}]},{"id":6152,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6153,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v9/guild.ts","line":840,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6154,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":844,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6155,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6153,6154]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":836,"character":17}]},{"id":6155,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6156,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v9/guild.ts","line":851,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6157,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":855,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6158,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji id of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":859,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6159,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji name of the emoji that is shown on the left of the channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":863,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6156,6157,6158,6159]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":847,"character":17}]},{"id":6125,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":6129,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":782,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6132,"name":"APIGuildWidgetChannel"}}},{"id":6126,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":779,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6128,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6130,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":783,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6136,"name":"APIGuildWidgetMember"}}},{"id":6127,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":780,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6131,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":784,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6129,6126,6128,6130,6127,6131]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":778,"character":17}]},{"id":6132,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":6133,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":791,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6134,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6135,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6133,6134,6135]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":790,"character":17}]},{"id":6136,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-example-get-guild-widget"},"children":[{"id":6142,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/guild.ts","line":805,"character":1}],"type":{"type":"reflection","declaration":{"id":6143,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6144,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":805,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6144]}]}}},{"id":6140,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":803,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6145,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6139,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6137,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":800,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6141,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":804,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}},{"id":6138,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":801,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6142,6140,6145,6139,6137,6141,6138]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":799,"character":17}]},{"id":6079,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":6081,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":554,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6080,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":550,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6081,6080]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":546,"character":17}]},{"id":6113,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":6114,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":724,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6115,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":728,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6114,6115]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":720,"character":17}]},{"id":6264,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":6268,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":6270,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":6267,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":116,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6266,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6265,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":114,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5662,"name":"APIThreadMetadata"}]}},{"id":6269,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":27,"character":1}],"type":{"type":"reference","id":5551,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6268,6270,6267,6266,6265,6269]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":113,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5444,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":6271,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6277,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":6279,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":6274,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":6275,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":6278,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":6272,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":123,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6276,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":6273,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[6277,6279,6274,6275,6278,6272,6276,6273]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":122,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6445,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6449,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6085,"name":"APIGuildMember.avatar"}},{"id":6456,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6092,"name":"APIGuildMember.communication_disabled_until"}},{"id":6453,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6089,"name":"APIGuildMember.deaf"}},{"id":6451,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6087,"name":"APIGuildMember.joined_at"}},{"id":6454,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6090,"name":"APIGuildMember.mute"}},{"id":6448,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6084,"name":"APIGuildMember.nick"}},{"id":6455,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6091,"name":"APIGuildMember.pending"}},{"id":6446,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6452,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6088,"name":"APIGuildMember.premium_since"}},{"id":6450,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6086,"name":"APIGuildMember.roles"}},{"id":6447,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":52,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"overwrites":{"type":"reference","id":6083,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[6449,6456,6453,6451,6454,6448,6455,6446,6452,6450,6447]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":6082,"name":"APIGuildMember"}]},{"id":6521,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6523,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":6540,"name":"APIInteractionResponseCallbackData"}},{"id":6522,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":6534,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6523,6522]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":43,"character":17}]},{"id":6524,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6526,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":50,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6540,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6525,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":6535,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6526,6525]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":48,"character":17}]},{"id":6527,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6528,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":6536,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[6528]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":53,"character":17}]},{"id":6513,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6514,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":6533,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[6514]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":29,"character":17}]},{"id":6529,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6531,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":6540,"name":"APIInteractionResponseCallbackData"}},{"id":6530,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":6537,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[6531,6530]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":57,"character":17}]},{"id":6550,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":6559,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of total members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6558,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Approximate count of online members, returned from the `GET /invites/` endpoint when `with_counts` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6553,"name":"channel","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel this invite is for","text":"See https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","id":5444,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6551,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The invite code (unique ID)"},"sources":[{"fileName":"payloads/v9/invite.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6560,"name":"expires_at","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The expiration date of this invite, returned from the `GET /invites/` endpoint when `with_expiration` is `true`"},"sources":[{"fileName":"payloads/v9/invite.ts","line":82,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6552,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild this invite is for","text":"See https://discord.com/developers/docs/resources/guild#guild-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":40,"character":1}],"type":{"type":"reference","id":6549,"name":"APIInviteGuild"}},{"id":6562,"name":"guild_scheduled_event","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event data, returned from the `GET /invites/` endpoint when `guild_scheduled_event_id` is a valid guild scheduled event id"},"sources":[{"fileName":"payloads/v9/invite.ts","line":91,"character":1}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":6554,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user who created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":52,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":6561,"name":"stage_instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage instance data if there is a public stage instance in the stage channel this invite is for","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v9/invite.ts","line":87,"character":1}],"type":{"type":"reference","id":6636,"name":"APIInviteStageInstance"}},{"id":6557,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite","text":"See https://discord.com/developers/docs/topics/oauth2#application\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":6555,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-target-user-types\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6563,"name":"InviteTargetType"}},{"id":6556,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":64,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6559,6558,6553,6551,6560,6552,6562,6554,6561,6557,6555,6556]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":6566,"name":"APIExtendedInvite"}]},{"id":6636,"name":"APIInviteStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-stage-instance-object-invite-stage-instance-structure","tags":[{"tag":"deprecated","text":"\n"}]},"children":[{"id":6640,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members speaking in the stage","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-structure\n"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6082,"name":"APIGuildMember"}}},{"id":6638,"name":"participant_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users in the stage"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6639,"name":"speaker_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of users speaking in the stage"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6637,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6640,6638,6639,6637]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":60,"character":17}]},{"id":5567,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":5590,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":443,"character":1}],"type":{"type":"reference","id":5625,"name":"APIMessageActivity"}},{"id":5591,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent with Rich Presence-related chat embeds","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-application-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":449,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5592,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is a response to an Interaction, this is the id of the interaction's application"},"sources":[{"fileName":"payloads/v9/channel.ts","line":453,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5583,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":404,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5735,"name":"APIAttachment"}}},{"id":5571,"name":"author","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The author of this message (only a valid user in the case where the message is generated by a user or bot user)","text":"If the message is generated by a webhook, the author object corresponds to the webhook's id,\nusername, and avatar. You can tell if a message is generated by a webhook by checking for the `webhook_id` property\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":341,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":5569,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"payloads/v9/channel.ts","line":328,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5598,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains components like buttons, action rows, or other interactive components"},"sources":[{"fileName":"payloads/v9/channel.ts","line":493,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":5573,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":354,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5575,"name":"edited_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was edited (or null if never)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":362,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5584,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":410,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5684,"name":"APIEmbed"}}},{"id":5594,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":467,"character":1}],"type":{"type":"reference","id":5637,"name":"MessageFlags"}},{"id":5570,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"payloads/v9/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5568,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":324,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5596,"name":"interaction","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message is a response to an Interaction"},"sources":[{"fileName":"payloads/v9/channel.ts","line":485,"character":1}],"type":{"type":"reference","id":6439,"name":"APIMessageInteraction"}},{"id":5572,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Member properties for this message's author","text":"The member object exists in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":350,"character":1}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":5582,"name":"mention_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channels specifically mentioned in this message","text":"Not all channel mentions in a message will appear in `mention_channels`.\n- Only textual channels that are visible to everyone in a lurkable guild will ever be included\n- Only crossposted messages (via Channel Following) currently include `mention_channels` at all\n\nIf no mentions in the message meet these requirements, this field will not be sent\n\nSee https://discord.com/developers/docs/resources/channel#channel-mention-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":398,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5746,"name":"APIChannelMention"}}},{"id":5577,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v9/channel.ts","line":370,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5581,"name":"mention_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles specifically mentioned in this message","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":386,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5578,"name":"mentions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users specifically mentioned in the message","text":"The `member` field is only present in `MESSAGE_CREATE` and `MESSAGE_UPDATE` events\nfrom text-based guild channels\n\nSee https://discord.com/developers/docs/resources/user#user-object\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":380,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":6712,"name":"APIUser"},{"type":"reflection","declaration":{"id":5579,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5580,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":380,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[5580]}]}}]}}},{"id":5593,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reference data sent with crossposted messages, replies, pins, and thread starter messages","text":"See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":459,"character":1}],"type":{"type":"reference","id":5628,"name":"APIMessageReference"}},{"id":5586,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending (up to 25 characters)","text":"**You will not receive this from further fetches. This is received only once from a `MESSAGE_CREATE`\nevent to ensure it got sent**\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":423,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":5587,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v9/channel.ts","line":427,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5585,"name":"reactions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reactions to the message","text":"See https://discord.com/developers/docs/resources/channel#reaction-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":416,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5650,"name":"APIReaction"}}},{"id":5595,"name":"referenced_message","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message associated with the `message_reference`","text":"This field is only returned for messages with a `type` of `19` (REPLY).\n\nIf the message is a reply but the `referenced_message` field is not present,\nthe backend did not attempt to fetch the message that was being replied to,\nso its state is unknown.\n\nIf the field exists but is `null`, the referenced message was deleted\n\nSee https://discord.com/developers/docs/resources/channel#message-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":481,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5567,"name":"APIMessage"}]}},{"id":5599,"name":"sticker_items","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if the message contains stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-item-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":499,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6661,"name":"APIStickerItem"}}},{"id":5600,"name":"stickers","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stickers sent with the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object","tags":[{"tag":"deprecated","text":"Use `sticker_items` instead\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":506,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}},{"id":5597,"name":"thread","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sent if a thread was started from this message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":489,"character":1}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":5574,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v9/channel.ts","line":358,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5576,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":366,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5589,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":437,"character":1}],"type":{"type":"reference","id":5601,"name":"MessageType"}},{"id":5588,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If the message is generated by a webhook, this is the webhook's id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":431,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5590,5591,5592,5583,5571,5569,5598,5573,5575,5584,5594,5570,5568,5596,5572,5582,5577,5581,5578,5593,5586,5587,5585,5595,5599,5600,5597,5574,5576,5589,5588]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":320,"character":17}]},{"id":5625,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":5627,"name":"party_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`party_id` from a Rich Presence event","text":"See https://discord.com/developers/docs/rich-presence/how-to#updating-presence-update-presence-payload-fields\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":553,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5626,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of message activity","text":"See https://discord.com/developers/docs/resources/channel#message-object-message-activity-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":547,"character":1}],"type":{"type":"reference","id":5632,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5627,5626]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":541,"character":17}]},{"id":6393,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":6399,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":6396,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":6398,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":6395,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":1}],"type":{"type":"reference","id":6400,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":6394,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6397,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6262,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6399,6396,6398,6395,6394,6397]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":32,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6262,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6400,"name":"APIMessageApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":6401,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":42,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5567,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6401]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":41,"character":17}]},{"id":6481,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6483,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":48,"character":1}],"type":{"type":"reference","id":6484,"name":"CType"}},{"id":6482,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6483,6482]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":40,"character":17}],"typeParameter":[{"id":6484,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5763,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":6486,"name":"APIMessageSelectMenuInteractionData"}]},{"id":5779,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5782,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1229,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5780,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1221,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5781,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1225,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5782,5780,5781]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1217,"character":17}]},{"id":6439,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":6440,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6444,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member who invoked the interaction, only sent in MESSAGE_CREATE events"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":44,"character":1}],"type":{"type":"reference","id":6438,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":6442,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the ApplicationCommand"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6441,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":32,"character":1}],"type":{"type":"reference","id":6506,"name":"InteractionType"}},{"id":6443,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who invoked the interaction"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":40,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6440,6444,6442,6441,6443]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":24,"character":17}]},{"id":5628,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":5630,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":567,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5631,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message's guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":571,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5629,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":563,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5630,5631,5629]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":559,"character":17}]},{"id":6486,"name":"APIMessageSelectMenuInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6489,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":48,"character":1}],"type":{"type":"reference","id":5766,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":6483,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6488,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6482,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6487,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":55,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6489,6488,6487]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":53,"character":17}],"extendedTypes":[{"type":"reference","id":6481,"typeArguments":[{"type":"reference","id":5766,"name":"ComponentType.SelectMenu"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6518,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6520,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":6545,"name":"APIModalInteractionResponseCallbackData"}},{"id":6519,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":6539,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[6520,6519]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":38,"character":17}]},{"id":6545,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":6548,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Between 1 and 5 (inclusive) components that make up the modal"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":123,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5821,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":6546,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6547,"name":"title","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the popup modal"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6548,6546,6547]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":111,"character":17}]},{"id":6499,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6501,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":29,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6496,"name":"ModalSubmitActionRowComponent"}}},{"id":6500,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the component, max 100 characters"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6501,6500]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":21,"character":17}]},{"id":5654,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":5657,"name":"allow","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":681,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5658,"name":"deny","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":689,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5655,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":667,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5656,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Either 0 (role) or 1 (member)","text":"{@link OverwriteType}\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":673,"character":1}],"type":{"type":"reference","id":5659,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5657,5658,5655,5656]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":663,"character":17}]},{"id":5444,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":5445,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5447,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5446,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":27,"character":1}],"type":{"type":"reference","id":5551,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5445,5447,5446]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":17,"character":17}],"extendedBy":[{"type":"reference","id":5448,"name":"APIChannelBase"}]},{"id":5838,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":5841,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5839,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":16,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5840,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji name (can be null only in reaction emoji objects)"},"sources":[{"fileName":"payloads/v9/emoji.ts","line":20,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5841,5839,5840]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":5842,"name":"APIEmoji"}]},{"id":5950,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":5954,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5955,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":55,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5956,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}}},{"id":5952,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5960,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5951,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5953,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5959,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v9/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5958,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5957,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":67,"character":1}],"type":{"type":"reference","id":6021,"name":"GuildVerificationLevel"}},{"id":5961,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[5954,5955,5956,5952,5960,5951,5953,5959,5958,5957,5961]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":29,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5947,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":5962,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":5962,"name":"APIGuild"}]},{"id":5650,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":5651,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v9/channel.ts","line":647,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5653,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Emoji information","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":657,"character":1}],"type":{"type":"reference","id":5838,"name":"APIPartialEmoji"}},{"id":5652,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":651,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5651,5653,5652]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":643,"character":17}]},{"id":6609,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":6612,"name":"color","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6613,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"If this role is pinned in the user listing"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6614,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role icon hash"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":30,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6610,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6618,"name":"managed","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is managed by an integration"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6619,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this role is mentionable"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6611,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role name"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6617,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permission bit set","text":"See https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6616,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Position of this role"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6620,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The tags this role has"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":56,"character":1}],"type":{"type":"reference","id":6621,"name":"APIRoleTags"}},{"id":6615,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role unicode emoji as a standard emoji"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":34,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6612,6613,6614,6610,6618,6619,6611,6617,6616,6620,6615]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":10,"character":17}]},{"id":6621,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":6622,"name":"bot_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the bot this role belongs to"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6624,"name":"integration_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the integration this role belongs to"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6623,"name":"premium_subscriber","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this is the guild's premium subscriber role"},"sources":[{"fileName":"payloads/v9/permissions.ts","line":70,"character":1}],"type":{"type":"literal","value":null}}],"groups":[{"title":"Properties","kind":1024,"children":[6622,6624,6623]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":62,"character":17}]},{"id":5807,"name":"APISelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":5808,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A developer-defined identifier for the select menu, max 100 characters"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5813,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Disable the select","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1303,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5812,"name":"max_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of items that can be chosen; max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1297,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5811,"name":"min_values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The minimum number of items that must be chosen; min 0, max 25","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1291,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5809,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The choices in the select, max 25"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1281,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5815,"name":"APISelectMenuOption"}}},{"id":5810,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Custom placeholder text if nothing is selected, max 150 characters"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1285,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5814,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5766,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":5761,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5808,5813,5812,5811,5809,5810,5814]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1273,"character":17}],"extendedTypes":[{"type":"reference","id":5760,"typeArguments":[{"type":"reference","id":5766,"name":"ComponentType.SelectMenu"}],"name":"APIBaseComponent"}]},{"id":5815,"name":"APISelectMenuOption","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure"},"children":[{"id":5820,"name":"default","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this option should be already-selected by default"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1329,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5818,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"An additional description of the option (max 50 chars)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1321,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5819,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to display to the left of the option"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1325,"character":1}],"type":{"type":"reference","id":5779,"name":"APIMessageComponentEmoji"}},{"id":5816,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user-facing name of the option (max 25 chars)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1313,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5817,"name":"value","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The dev-defined value of the option (max 100 chars)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1317,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5820,5818,5819,5816,5817]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1309,"character":17}]},{"id":6625,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":6628,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the associated stage channel"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6631,"name":"discoverable_disabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not stage discovery is disabled","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6627,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id of the associated stage channel"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6632,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the scheduled event for this stage instance"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6626,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage instance"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6630,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the stage instance","text":"See https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level\n"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":29,"character":1}],"type":{"type":"reference","id":6633,"name":"StageInstancePrivacyLevel"}},{"id":6629,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6628,6631,6627,6632,6626,6630,6629]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":7,"character":17}]},{"id":6171,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6172,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":6185,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6176,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":6178,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":6184,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":6173,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":75,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":6183,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":6226,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6175,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":6174,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":6187,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":6177,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":6181,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":6235,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6180,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":6179,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":6182,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":6229,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6186,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[6172,6185,6176,6178,6184,6173,6183,6175,6174,6187,6177,6181,6180,6179,6182,6186]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6226,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":6641,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":6647,"name":"asset","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Previously the sticker asset hash, now an empty string","tags":[{"tag":"deprecated","text":"\n"}]},"sources":[{"fileName":"payloads/v9/sticker.ts","line":36,"character":1}],"type":{"type":"literal","value":""}},{"id":6650,"name":"available","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this guild sticker can be used, may be false due to loss of Server Boosts"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6645,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":27,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6649,"name":"format_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker format","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types\n"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":48,"character":1}],"type":{"type":"reference","id":6657,"name":"StickerFormatType"}},{"id":6651,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild that owns this sticker"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6642,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6644,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6643,"name":"pack_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"For standard stickers, ID of the pack the sticker is from"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6653,"name":"sort_value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The standard sticker's sort order within its pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6646,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"For guild stickers, the Discord name of a unicode emoji representing the sticker's expression. for standard stickers, a comma-separated list of related expressions."},"sources":[{"fileName":"payloads/v9/sticker.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6648,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of sticker","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types\n"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":42,"character":1}],"type":{"type":"reference","id":6654,"name":"StickerType"}},{"id":6652,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that uploaded the guild sticker"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":60,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6647,6650,6645,6649,6651,6642,6644,6643,6653,6646,6648,6652]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":11,"character":17}]},{"id":6662,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":6669,"name":"banner_asset_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the sticker pack's banner image"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6667,"name":"cover_sticker_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of a sticker in the pack which is shown as the pack's icon"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6668,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":122,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6663,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the sticker pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6665,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6666,"name":"sku_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the pack's SKU"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6664,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The stickers in the pack"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6669,6667,6668,6663,6665,6666,6664]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":98,"character":17}]},{"id":6670,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":6671,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A hash of the image of the team's icon"},"sources":[{"fileName":"payloads/v9/teams.ts","line":15,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6672,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique id of the team"},"sources":[{"fileName":"payloads/v9/teams.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6673,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members of the team"},"sources":[{"fileName":"payloads/v9/teams.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6676,"name":"APITeamMember"}}},{"id":6674,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the team"},"sources":[{"fileName":"payloads/v9/teams.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6675,"name":"owner_user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id of the current team owner"},"sources":[{"fileName":"payloads/v9/teams.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6671,6672,6673,6674,6675]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":11,"character":17}]},{"id":6676,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-members-object"},"children":[{"id":6677,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's membership state on the team","text":"See https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum\n"},"sources":[{"fileName":"payloads/v9/teams.ts","line":43,"character":1}],"type":{"type":"reference","id":6681,"name":"TeamMemberMembershipState"}},{"id":6678,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Will always be `[\"*\"]`"},"sources":[{"fileName":"payloads/v9/teams.ts","line":47,"character":1}],"type":{"type":"tuple","elements":[{"type":"literal","value":"*"}]}},{"id":6679,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the parent team of which they are a member"},"sources":[{"fileName":"payloads/v9/teams.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6680,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The avatar, discriminator, id, and username of the user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/teams.ts","line":57,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6677,6678,6679,6680]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":37,"character":17}]},{"id":6684,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/template#template-object"},"children":[{"id":6685,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The template code (unique ID)"},"sources":[{"fileName":"payloads/v9/template.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6691,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was created"},"sources":[{"fileName":"payloads/v9/template.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6690,"name":"creator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who created the template","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/template.ts","line":38,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":6689,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the user who created the template"},"sources":[{"fileName":"payloads/v9/template.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6687,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the template"},"sources":[{"fileName":"payloads/v9/template.ts","line":24,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6695,"name":"is_dirty","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the template has unsynced changes"},"sources":[{"fileName":"payloads/v9/template.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]}},{"id":6686,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Template name"},"sources":[{"fileName":"payloads/v9/template.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6694,"name":"serialized_source_guild","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild snapshot this template contains"},"sources":[{"fileName":"payloads/v9/template.ts","line":54,"character":1}],"type":{"type":"reference","id":6696,"name":"APITemplateSerializedSourceGuild"}},{"id":6693,"name":"source_guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ID of the guild this template is based on"},"sources":[{"fileName":"payloads/v9/template.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6692,"name":"updated_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this template was last synced to the source guild"},"sources":[{"fileName":"payloads/v9/template.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6688,"name":"usage_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Number of times this template has been used"},"sources":[{"fileName":"payloads/v9/template.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6685,6691,6690,6689,6687,6695,6686,6694,6693,6692,6688]}],"sources":[{"fileName":"payloads/v9/template.ts","line":12,"character":17}]},{"id":6696,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6704,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":135,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_channel_id"}},{"id":6705,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":6710,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":131,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7272,"name":"APIGuildCreatePartialChannel"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":6706,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":99,"character":1}],"type":{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":6697,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/template.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6707,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":105,"character":1}],"type":{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":6699,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/template.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6700,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":6698,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6711,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v9/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":6701,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":6702,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":118,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7278,"name":"APIGuildCreateRole"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":6709,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":149,"character":1}],"type":{"type":"reference","id":6036,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":6708,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_id"}},{"id":6703,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":93,"character":1}],"type":{"type":"reference","id":6021,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[6704,6705,6710,6706,6697,6707,6699,6700,6698,6711,6701,6702,6709,6708,6703]}],"sources":[{"fileName":"payloads/v9/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":7287,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5456,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5459,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5450,"name":"APIChannelBase.flags"}},{"id":5460,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5451,"name":"APIChannelBase.id"}},{"id":5457,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5461,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5452,"name":"APIChannelBase.name"}},{"id":5458,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5462,"name":"T"},"inheritedFrom":{"type":"reference","id":5449,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5459,5460,5457,5461,5458]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":59,"character":17}],"typeParameter":[{"id":5462,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5551,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5448,"typeArguments":[{"type":"reference","id":5462,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5475,"name":"APIGuildTextChannel"}]},{"id":5490,"name":"APITextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5492,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity"},"sources":[{"fileName":"payloads/v9/channel.ts","line":103,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":5476,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":5497,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5481,"name":"APIGuildTextChannel.flags"}},{"id":5500,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5484,"name":"APIGuildTextChannel.guild_id"}},{"id":5498,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5482,"name":"APIGuildTextChannel.id"}},{"id":5495,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this channel (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5479,"name":"APIGuildTextChannel.last_message_id"}},{"id":5494,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the last pinned message was pinned.\nThis may be `null` in events such as `GUILD_CREATE` when a message is not pinned"},"sources":[{"fileName":"payloads/v9/channel.ts","line":112,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5478,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":5499,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5483,"name":"APIGuildTextChannel.name"}},{"id":5504,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5488,"name":"APIGuildTextChannel.nsfw"}},{"id":5503,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5487,"name":"APIGuildTextChannel.parent_id"}},{"id":5501,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5485,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":5502,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5486,"name":"APIGuildTextChannel.position"}},{"id":5491,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":125,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5493,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5477,"name":"APIGuildTextChannel.topic"}},{"id":5496,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":5552,"name":"GuildText"},"inheritedFrom":{"type":"reference","id":5480,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5492,5497,5500,5498,5495,5494,5499,5504,5503,5501,5502,5491,5493,5496]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":115,"character":17}],"extendedTypes":[{"type":"reference","id":5475,"typeArguments":[{"type":"reference","id":5552,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}]},{"id":5821,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":5823,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1343,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5824,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Text that appears on top of the text input field, max 80 characters"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1347,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5828,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1363,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5827,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1359,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5825,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1351,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5829,"name":"required","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not this text input is required or not"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1367,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5822,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1339,"character":1}],"type":{"type":"reference","id":5804,"name":"TextInputStyle"}},{"id":5830,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5767,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":5761,"name":"APIBaseComponent.type"}},{"id":5826,"name":"value","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The pre-filled text in the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1355,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5823,5824,5828,5827,5825,5829,5822,5830,5826]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1335,"character":17}],"extendedTypes":[{"type":"reference","id":5760,"typeArguments":[{"type":"reference","id":5767,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":5532,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5546,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5470,"name":"APIGuildChannel.flags"}},{"id":5540,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5464,"name":"APIGuildChannel.guild_id"}},{"id":5547,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5471,"name":"APIGuildChannel.id"}},{"id":5539,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this thread (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":225,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5533,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The client users member for the thread, only included in select endpoints"},"sources":[{"fileName":"payloads/v9/channel.ts","line":195,"character":1}],"type":{"type":"reference","id":5674,"name":"APIThreadMember"}},{"id":5536,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v9/channel.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5535,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate message count of the thread, does not count above 50 even if there are more messages"},"sources":[{"fileName":"payloads/v9/channel.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5548,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5472,"name":"APIGuildChannel.name"}},{"id":5544,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5468,"name":"APIGuildChannel.nsfw"}},{"id":5538,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":221,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5543,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5467,"name":"APIGuildChannel.parent_id"}},{"id":5541,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5465,"name":"APIGuildChannel.permission_overwrites"}},{"id":5542,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5466,"name":"APIGuildChannel.position"}},{"id":5537,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5534,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The metadata for a thread channel not shared by other channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":199,"character":1}],"type":{"type":"reference","id":5662,"name":"APIThreadMetadata"}},{"id":5545,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5558,"name":"GuildNewsThread"},{"type":"reference","id":5559,"name":"GuildPublicThread"},{"type":"reference","id":5560,"name":"GuildPrivateThread"}]},"inheritedFrom":{"type":"reference","id":5469,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5546,5540,5547,5539,5533,5536,5535,5548,5544,5538,5543,5541,5542,5537,5534,5545]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":188,"character":17}],"extendedTypes":[{"type":"reference","id":5463,"typeArguments":[{"type":"union","types":[{"type":"reference","id":5559,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":5560,"name":"ChannelType.GuildPrivateThread"},{"type":"reference","id":5558,"name":"ChannelType.GuildNewsThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5156,"name":"GatewayThreadCreateDispatchData"}]},{"id":5680,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5683,"name":"has_more","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether there are potentially additional threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":776,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5682,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The members for the client user in each of the fetched threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":772,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5674,"name":"APIThreadMember"}}},{"id":5681,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v9/channel.ts","line":768,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5683,5682,5681]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":764,"character":17}]},{"id":5674,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":5678,"name":"flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Member flags combined as a bitfield","text":"See https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":759,"character":1}],"type":{"type":"reference","id":5679,"name":"ThreadMemberFlags"}},{"id":5675,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the thread","text":"**This field is omitted on the member sent within each thread in the `GUILD_CREATE` event**\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":743,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5677,"name":"join_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An ISO8601 timestamp for when the member last joined"},"sources":[{"fileName":"payloads/v9/channel.ts","line":753,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5676,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the member","text":"**This field is omitted on the member sent within each thread in the `GUILD_CREATE` event**\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":749,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5678,5675,5677,5676]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":737,"character":17}]},{"id":5662,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":5665,"name":"archive_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An ISO8601 timestamp when the thread's archive status was last changed, used for calculating recent activity"},"sources":[{"fileName":"payloads/v9/channel.ts","line":712,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5663,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v9/channel.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5664,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080"},"sources":[{"fileName":"payloads/v9/channel.ts","line":708,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"}},{"id":5668,"name":"create_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp when the thread was created; only populated for threads created after 2022-01-09"},"sources":[{"fileName":"payloads/v9/channel.ts","line":724,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5667,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread; only available on private threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":720,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5666,"name":"locked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread is locked; when a thread is locked, only users with `MANAGE_THREADS` can unarchive it"},"sources":[{"fileName":"payloads/v9/channel.ts","line":716,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5665,5663,5664,5668,5667,5666]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":700,"character":17}]},{"id":5947,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":5948,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5949,"name":"unavailable","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v9/guild.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5948,5949]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":15,"character":17}]},{"id":6712,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":6721,"name":"accent_color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner color encoded as an integer representation of hexadecimal color code"},"sources":[{"fileName":"payloads/v9/user.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":6716,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's avatar hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6720,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":47,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6717,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user belongs to an OAuth2 application"},"sources":[{"fileName":"payloads/v9/user.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6715,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's 4-digit discord-tag"},"sources":[{"fileName":"payloads/v9/user.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6724,"name":"email","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's email"},"sources":[{"fileName":"payloads/v9/user.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6725,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":69,"character":1}],"type":{"type":"reference","id":6728,"name":"UserFlags"}},{"id":6713,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's id"},"sources":[{"fileName":"payloads/v9/user.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6722,"name":"locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's chosen language option"},"sources":[{"fileName":"payloads/v9/user.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6719,"name":"mfa_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has two factor enabled on their account"},"sources":[{"fileName":"payloads/v9/user.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6726,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of Nitro subscription on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-premium-types\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":75,"character":1}],"type":{"type":"reference","id":6744,"name":"UserPremiumType"}},{"id":6727,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The public flags on a user's account","text":"See https://discord.com/developers/docs/resources/user#user-object-user-flags\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":81,"character":1}],"type":{"type":"reference","id":6728,"name":"UserFlags"}},{"id":6718,"name":"system","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is an Official Discord System user (part of the urgent message system)"},"sources":[{"fileName":"payloads/v9/user.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6714,"name":"username","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's username, not unique across the platform"},"sources":[{"fileName":"payloads/v9/user.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6723,"name":"verified","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the email on this account has been verified"},"sources":[{"fileName":"payloads/v9/user.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6721,6716,6720,6717,6715,6724,6725,6713,6722,6719,6726,6727,6718,6714,6723]}],"sources":[{"fileName":"payloads/v9/user.ts","line":11,"character":17}]},{"id":6383,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"children":[{"id":6389,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":8,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.guild_id"}},{"id":6386,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":5,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.id"}},{"id":6388,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":7,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.name"}},{"id":6385,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":18,"character":1}],"type":{"type":"reference","id":6390,"name":"APIUserApplicationCommandInteractionDataResolved"}},{"id":6384,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6387,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6261,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6389,6386,6388,6385,6384,6387]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":15,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6261,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6390,"name":"APIUserApplicationCommandInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":6392,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":26,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6271,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6391,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":25,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6712,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6392,6391]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":24,"character":17}]},{"id":5507,"name":"APIVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5508,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5518,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5470,"name":"APIGuildChannel.flags"}},{"id":5512,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5464,"name":"APIGuildChannel.guild_id"}},{"id":5519,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5471,"name":"APIGuildChannel.id"}},{"id":5520,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5472,"name":"APIGuildChannel.name"}},{"id":5516,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5468,"name":"APIGuildChannel.nsfw"}},{"id":5515,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5467,"name":"APIGuildChannel.parent_id"}},{"id":5513,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5465,"name":"APIGuildChannel.permission_overwrites"}},{"id":5514,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5466,"name":"APIGuildChannel.position"}},{"id":5510,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5517,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5554,"name":"GuildVoice"},{"type":"reference","id":5561,"name":"GuildStageVoice"}]},"inheritedFrom":{"type":"reference","id":5469,"name":"APIGuildChannel.type"}},{"id":5509,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5511,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel, `1` when not present","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":151,"character":1}],"type":{"type":"reference","id":5564,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[5508,5518,5512,5519,5520,5516,5515,5513,5514,5510,5517,5509,5511]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":131,"character":17}],"extendedTypes":[{"type":"reference","id":5463,"typeArguments":[{"type":"union","types":[{"type":"reference","id":5561,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":5554,"name":"ChannelType.GuildVoice"}]}],"name":"APIGuildChannel"}]},{"id":6188,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6189,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.channel_id"}},{"id":6202,"name":"creator","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":61,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6193,"name":"creator_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user that created the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":21,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator_id"}},{"id":6195,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":29,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.description"}},{"id":6201,"name":"entity_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":53,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_id"}},{"id":6190,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":80,"character":1}],"type":{"type":"literal","value":null},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":6200,"name":"entity_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of hosting entity associated with the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":49,"character":1}],"type":{"type":"reference","id":6227,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6192,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild id which the scheduled event belongs to"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.guild_id"}},{"id":6191,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":9,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.id"}},{"id":6204,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.image"}},{"id":6194,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.name"}},{"id":6198,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":41,"character":1}],"type":{"type":"reference","id":6235,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6197,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the guild event will end, or `null` if the event does not have a scheduled time to end"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":37,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_end_time"}},{"id":6196,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time the scheduled event will start"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.scheduled_start_time"}},{"id":6199,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":45,"character":1}],"type":{"type":"reference","id":6229,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6203,"name":"user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of users subscribed to the scheduled event"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.user_count"}}],"groups":[{"title":"Properties","kind":1024,"children":[6189,6202,6193,6195,6201,6190,6200,6192,6191,6204,6194,6198,6197,6196,6199,6203]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6227,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":6775,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":6780,"name":"custom","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a custom voice region (used for events/etc)"},"sources":[{"fileName":"payloads/v9/voice.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6779,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this is a deprecated voice region (avoid switching to these)"},"sources":[{"fileName":"payloads/v9/voice.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6776,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique ID for the region"},"sources":[{"fileName":"payloads/v9/voice.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6777,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the region"},"sources":[{"fileName":"payloads/v9/voice.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6778,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` for a single server that is closest to the current user's client"},"sources":[{"fileName":"payloads/v9/voice.ts","line":83,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6780,6779,6776,6777,6778]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":71,"character":17}]},{"id":6781,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":6790,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The bot/OAuth2 application that created this webhook"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6788,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default avatar of the webhook"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":43,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6785,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this webhook is for"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6784,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this webhook is for"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6782,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the webhook"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6787,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6792,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":59,"character":1}],"type":{"type":"reference","id":5444,"name":"APIPartialChannel"}},{"id":6791,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the channel that this webhook is following (returned for Channel Follower Webhooks)"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":55,"character":1}],"type":{"type":"reference","id":5950,"name":"APIPartialGuild"}},{"id":6789,"name":"token","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The secure token of the webhook (returned for Incoming Webhooks)"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6783,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the webhook","text":"See https://discord.com/developers/docs/resources/webhook#webhook-object-webhook-types\n"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":21,"character":1}],"type":{"type":"reference","id":6794,"name":"WebhookType"}},{"id":6793,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The url used for executing the webhook (returned by the webhooks OAuth2 flow)"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6786,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this webhook was created by (not returned when getting a webhook with its token)","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/webhook.ts","line":35,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6790,6788,6785,6784,6782,6787,6792,6791,6789,6783,6793,6786]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":11,"character":17}]},{"id":5878,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure"},"children":[{"id":5887,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":162,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5893,"name":"assets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Images for the presence and their hover texts","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":189,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5897,"name":"buttons","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The custom buttons shown in the Rich Presence (max 2)"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":211,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":5933,"name":"GatewayActivityButton"}}]}},{"id":5883,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix timestamp of when the activity was added to the user's session"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":149,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5888,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":166,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5890,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji used for a custom status","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":176,"character":1}],"type":{"type":"reference","id":5917,"name":"GatewayActivityEmoji"}},{"id":5896,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Activity flags `OR`d together, describes what the payload includes","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":207,"character":1}],"type":{"type":"reference","id":5923,"name":"ActivityFlags"}},{"id":5879,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's id"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5895,"name":"instance","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether or not the activity is an instanced game session"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5880,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5892,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Information for the current party of the player","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":183,"character":1}],"type":{"type":"reference","id":5918,"name":"GatewayActivityParty"}},{"id":5886,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"{@link ActivityPlatform}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5894,"name":"secrets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Secrets for Rich Presence joining and spectating","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":195,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"match"},{"type":"literal","value":"join"},{"type":"literal","value":"spectate"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5891,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":177,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5889,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":170,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5885,"name":"sync_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":154,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5884,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix timestamps for start and/or end of the game"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":153,"character":1}],"type":{"type":"reference","id":5914,"name":"GatewayActivityTimestamps"}},{"id":5881,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":141,"character":1}],"type":{"type":"reference","id":5907,"name":"ActivityType"}},{"id":5882,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Stream url, is validated when type is `1`"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":145,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5887,5893,5897,5883,5888,5890,5896,5879,5895,5880,5892,5886,5894,5891,5889,5885,5884,5881,5882]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":127,"character":17}]},{"id":5933,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5934,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The text shown on the button (1-32 characters)"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":323,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5935,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The url opened when clicking the button (1-512 characters)"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":327,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5934,5935]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":319,"character":17}]},{"id":5918,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-party"},"children":[{"id":5919,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":285,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5920,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to show the party's current and maximum size"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":289,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"current_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"max_size","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5919,5920]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":281,"character":17}]},{"id":5914,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps"},"children":[{"id":5916,"name":"end","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity ends"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5915,"name":"start","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Unix time (in milliseconds) of when the activity started"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":266,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5916,5915]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":262,"character":17}]},{"id":4933,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update"},"children":[{"id":4935,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":495,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4934,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":491,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4936,"name":"last_pin_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time at which the most recent pinned message was pinned"},"sources":[{"fileName":"gateway/v9.ts","line":499,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4935,4934,4936]}],"sources":[{"fileName":"gateway/v9.ts","line":487,"character":17}]},{"id":4999,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"children":[{"id":5000,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":635,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5001,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":641,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5000,5001]}],"sources":[{"fileName":"gateway/v9.ts","line":631,"character":17}]},{"id":4940,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create\nhttps://discord.com/developers/docs/topics/gateway#guild-create-guild-create-extra-fields"},"children":[{"id":4957,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":122,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5969,"name":"APIGuild.afk_channel_id"}},{"id":4958,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds"},"sources":[{"fileName":"payloads/v9/guild.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5970,"name":"APIGuild.afk_timeout"}},{"id":4968,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Application id of the guild creator if it is bot-created"},"sources":[{"fileName":"payloads/v9/guild.ts","line":180,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5980,"name":"APIGuild.application_id"}},{"id":4982,"name":"approximate_member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v9/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5994,"name":"APIGuild.approximate_member_count"}},{"id":4983,"name":"approximate_presence_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"**This field is only received from https://discord.com/developers/docs/resources/guild#get-guild with the `with_counts` query parameter set to `true`**"},"sources":[{"fileName":"payloads/v9/guild.ts","line":248,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5995,"name":"APIGuild.approximate_presence_count"}},{"id":4976,"name":"banner","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Banner hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":216,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5988,"name":"APIGuild.banner"}},{"id":4946,"name":"channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channels in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":563,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}},{"id":4962,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Default message notifications level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":146,"character":1}],"type":{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":5974,"name":"APIGuild.default_message_notifications"}},{"id":4975,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":210,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5987,"name":"APIGuild.description"}},{"id":4952,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Discovery splash hash; only present for guilds with the \"DISCOVERABLE\" feature","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":93,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5964,"name":"APIGuild.discovery_splash"}},{"id":4965,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":164,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5842,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":5977,"name":"APIGuild.emojis"}},{"id":4963,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":152,"character":1}],"type":{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":5975,"name":"APIGuild.explicit_content_filter"}},{"id":4966,"name":"features","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":170,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":5978,"name":"APIGuild.features"}},{"id":4950,"name":"guild_scheduled_events","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The scheduled events in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":595,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}}},{"id":4988,"name":"hub_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of Student Hub the guild is"},"sources":[{"fileName":"payloads/v9/guild.ts","line":274,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6032,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":6000,"name":"APIGuild.hub_type"}},{"id":4990,"name":"icon","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Icon hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6002,"name":"APIGuild.icon"}},{"id":4951,"name":"icon_hash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash, returned when in the template object","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":87,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5963,"name":"APIGuild.icon_hash"}},{"id":4993,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6005,"name":"APIGuild.id"}},{"id":4941,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this guild was joined at","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":527,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4942,"name":"large","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`true` if this is considered a large guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":533,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4973,"name":"max_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of members for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5985,"name":"APIGuild.max_members"}},{"id":4972,"name":"max_presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum number of presences for the guild (`null` is always returned, apart from the largest of guilds)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":198,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":5984,"name":"APIGuild.max_presences"}},{"id":4981,"name":"max_video_channel_users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The maximum amount of users in a video channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":240,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5993,"name":"APIGuild.max_video_channel_users"}},{"id":4943,"name":"member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Total number of members in this guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":539,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4945,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Users in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":555,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6082,"name":"APIGuildMember"}}},{"id":4967,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Required MFA level for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":176,"character":1}],"type":{"type":"reference","id":6013,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":5979,"name":"APIGuild.mfa_level"}},{"id":4989,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters, excluding trailing and leading whitespace)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6001,"name":"APIGuild.name"}},{"id":4985,"name":"nsfw_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The nsfw level of the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":260,"character":1}],"type":{"type":"reference","id":6016,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":5997,"name":"APIGuild.nsfw_level"}},{"id":4953,"name":"owner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the user is the owner of the guild","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":99,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5965,"name":"APIGuild.owner"}},{"id":4954,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":103,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5966,"name":"APIGuild.owner_id"}},{"id":4955,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total permissions for the user in the guild (excludes overrides)","text":"**This field is only received from https://discord.com/developers/docs/resources/user#get-current-user-guilds**\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5967,"name":"APIGuild.permissions"}},{"id":4979,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The preferred locale of a Community guild; used in guild discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\"\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5991,"name":"APIGuild.preferred_locale"}},{"id":4987,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the guild has the boost progress bar enabled."},"sources":[{"fileName":"payloads/v9/guild.ts","line":270,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5999,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":4978,"name":"premium_subscription_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The number of boosts this guild currently has"},"sources":[{"fileName":"payloads/v9/guild.ts","line":226,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5990,"name":"APIGuild.premium_subscription_count"}},{"id":4977,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Premium tier (Server Boost level)","text":"See https://discord.com/developers/docs/resources/guild#guild-object-premium-tier\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":222,"character":1}],"type":{"type":"reference","id":6027,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":5989,"name":"APIGuild.premium_tier"}},{"id":4948,"name":"presences","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Presences of the members in the guild, will only include non-offline members if the size is greater than `large_threshold`","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway#presence-update\n"},"sources":[{"fileName":"gateway/v9.ts","line":579,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5862,"name":"GatewayPresenceUpdate"}}},{"id":4980,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"payloads/v9/guild.ts","line":236,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5992,"name":"APIGuild.public_updates_channel_id"}},{"id":4956,"name":"region","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice region id for the guild","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object","tags":[{"tag":"deprecated","text":"This field has been deprecated in favor of `rtc_region` on the channel.\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5968,"name":"APIGuild.region"}},{"id":4964,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Roles in the guild","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":158,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":5976,"name":"APIGuild.roles"}},{"id":4971,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where Community guilds can display rules and/or guidelines"},"sources":[{"fileName":"payloads/v9/guild.ts","line":194,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5983,"name":"APIGuild.rules_channel_id"}},{"id":4991,"name":"splash","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Splash hash","text":"See https://discord.com/developers/docs/reference#image-formatting\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":45,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6003,"name":"APIGuild.splash"}},{"id":4949,"name":"stage_instances","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The stage instances in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-stage-instance-structure\n"},"sources":[{"fileName":"gateway/v9.ts","line":587,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6625,"name":"APIStageInstance"}}},{"id":4986,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":266,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":5998,"name":"APIGuild.stickers"}},{"id":4970,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":190,"character":1}],"type":{"type":"reference","id":6036,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":5982,"name":"APIGuild.system_channel_flags"}},{"id":4969,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"payloads/v9/guild.ts","line":184,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5981,"name":"APIGuild.system_channel_id"}},{"id":4947,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Threads in the guild","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":571,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}},{"id":4992,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"payloads/v9/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6004,"name":"APIGuild.unavailable"}},{"id":4974,"name":"vanity_url_code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The vanity url code for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":206,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5986,"name":"APIGuild.vanity_url_code"}},{"id":4961,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Verification level required for the guild","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":140,"character":1}],"type":{"type":"reference","id":6021,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":5973,"name":"APIGuild.verification_level"}},{"id":4944,"name":"voice_states","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"States of members currently in voice channels; lacks the `guild_id` key","text":"**This field is only sent within the [GUILD_CREATE](https://discord.com/developers/docs/topics/gateway#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":547,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6761,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":4984,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The welcome screen of a Community guild, shown to new members","text":"Returned in the invite object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":254,"character":1}],"type":{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":5996,"name":"APIGuild.welcome_screen"}},{"id":4960,"name":"widget_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel id that the widget will generate an invite to, or `null` if set to no invite"},"sources":[{"fileName":"payloads/v9/guild.ts","line":134,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5972,"name":"APIGuild.widget_channel_id"}},{"id":4959,"name":"widget_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if the guild widget is enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":130,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5971,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[4957,4958,4968,4982,4983,4976,4946,4962,4975,4952,4965,4963,4966,4950,4988,4990,4951,4993,4941,4942,4973,4972,4981,4943,4945,4967,4989,4985,4953,4954,4955,4979,4987,4978,4977,4948,4980,4956,4964,4971,4991,4949,4986,4970,4969,4947,4992,4974,4961,4944,4984,4960,4959]}],"sources":[{"fileName":"gateway/v9.ts","line":521,"character":17}],"extendedTypes":[{"type":"reference","id":5962,"name":"APIGuild"}]},{"id":5007,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update"},"children":[{"id":5009,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of emojis","text":"See https://discord.com/developers/docs/resources/emoji#emoji-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":685,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5842,"name":"APIEmoji"}}},{"id":5008,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":679,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5009,5008]}],"sources":[{"fileName":"gateway/v9.ts","line":675,"character":17}]},{"id":5015,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update"},"children":[{"id":5016,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v9.ts","line":727,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5016]}],"sources":[{"fileName":"gateway/v9.ts","line":723,"character":17}]},{"id":5018,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add"},"children":[{"id":5022,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":576,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6085,"name":"APIGuildMember.avatar"}},{"id":5029,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6092,"name":"APIGuildMember.communication_disabled_until"}},{"id":5026,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":596,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6089,"name":"APIGuildMember.deaf"}},{"id":5019,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":745,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5024,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6087,"name":"APIGuildMember.joined_at"}},{"id":5027,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":600,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6090,"name":"APIGuildMember.mute"}},{"id":5021,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":572,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6084,"name":"APIGuildMember.nick"}},{"id":5028,"name":"pending","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user has not yet passed the guild's Membership Screening requirements","text":"*If this field is not present, it can be assumed as `false`.*\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":606,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6091,"name":"APIGuildMember.pending"}},{"id":5025,"name":"premium_since","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When the user started boosting the guild","text":"See https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6088,"name":"APIGuildMember.premium_since"}},{"id":5023,"name":"roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of role object ids","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":582,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6086,"name":"APIGuildMember.roles"}},{"id":5020,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user this guild member represents","text":"**This field won't be included in the member object attached to `MESSAGE_CREATE` and `MESSAGE_UPDATE` gateway events.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/guild.ts","line":568,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6083,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[5022,5029,5026,5019,5024,5027,5021,5028,5025,5023,5020]}],"sources":[{"fileName":"gateway/v9.ts","line":741,"character":17}],"extendedTypes":[{"type":"reference","id":6082,"name":"APIGuildMember"}]},{"id":5031,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove"},"children":[{"id":5032,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":763,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5033,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user who was removed","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":769,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5032,5033]}],"sources":[{"fileName":"gateway/v9.ts","line":759,"character":17}]},{"id":5039,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk"},"children":[{"id":5043,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v9.ts","line":822,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5042,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v9.ts","line":818,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5040,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":808,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5041,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Set of guild members","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":814,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6082,"name":"APIGuildMember"}}},{"id":5046,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The nonce used in the Guild Members Request","text":"See https://discord.com/developers/docs/topics/gateway#request-guild-members\n"},"sources":[{"fileName":"gateway/v9.ts","line":838,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5044,"name":"not_found","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing an invalid id to `REQUEST_GUILD_MEMBERS`, it will be returned here"},"sources":[{"fileName":"gateway/v9.ts","line":826,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":5045,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passing true to `REQUEST_GUILD_MEMBERS`, presences of the returned members will be here","text":"See https://discord.com/developers/docs/topics/gateway#presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":832,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5862,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5043,5042,5040,5041,5046,5044,5045]}],"sources":[{"fileName":"gateway/v9.ts","line":804,"character":17}]},{"id":5056,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete"},"children":[{"id":5057,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":902,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5058,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v9.ts","line":906,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5057,5058]}],"sources":[{"fileName":"gateway/v9.ts","line":898,"character":17}]},{"id":5048,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update"},"children":[{"id":5049,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":858,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5050,"name":"role","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role created or updated","text":"See https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":864,"character":1}],"type":{"type":"reference","id":6609,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[5049,5050]}],"sources":[{"fileName":"gateway/v9.ts","line":854,"character":17}]},{"id":5066,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5069,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":938,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5067,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":936,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5068,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":937,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5069,5067,5068]}],"sources":[{"fileName":"gateway/v9.ts","line":935,"character":17}]},{"id":5071,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5074,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":949,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5072,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5073,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":948,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5074,5072,5073]}],"sources":[{"fileName":"gateway/v9.ts","line":946,"character":17}]},{"id":5011,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update"},"children":[{"id":5012,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":703,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5013,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of stickers","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":709,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5012,5013]}],"sources":[{"fileName":"gateway/v9.ts","line":699,"character":17}]},{"id":5198,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"children":[{"id":5200,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1500,"character":1}],"type":{"type":"reference","id":5201,"name":"GatewayHeartbeatData"}},{"id":5199,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1499,"character":1}],"type":{"type":"reference","id":4785,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[5200,5199]}],"sources":[{"fileName":"gateway/v9.ts","line":1498,"character":17}]},{"id":4899,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating-example-gateway-heartbeat-ack"},"children":[{"id":4901,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":355,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4900,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":354,"character":1}],"type":{"type":"reference","id":4794,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4903,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4902,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1742,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4901,4900,4903,4902]}],"sources":[{"fileName":"gateway/v9.ts","line":353,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4894,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"children":[{"id":4896,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":347,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4895,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":346,"character":1}],"type":{"type":"reference","id":4785,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4898,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4897,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1742,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4896,4895,4898,4897]}],"sources":[{"fileName":"gateway/v9.ts","line":345,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4887,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello"},"children":[{"id":4889,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":329,"character":1}],"type":{"type":"reference","id":4892,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4888,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":328,"character":1}],"type":{"type":"reference","id":4793,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4891,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4890,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1742,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4889,4888,4891,4890]}],"sources":[{"fileName":"gateway/v9.ts","line":327,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4892,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#hello"},"children":[{"id":4893,"name":"heartbeat_interval","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The interval (in milliseconds) the client should heartbeat with"},"sources":[{"fileName":"gateway/v9.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4893]}],"sources":[{"fileName":"gateway/v9.ts","line":335,"character":17}]},{"id":5202,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify"},"children":[{"id":5204,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1513,"character":1}],"type":{"type":"reference","id":5205,"name":"GatewayIdentifyData"}},{"id":5203,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1512,"character":1}],"type":{"type":"reference","id":4786,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[5204,5203]}],"sources":[{"fileName":"gateway/v9.ts","line":1511,"character":17}]},{"id":5205,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify"},"children":[{"id":5208,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this connection supports compression of packets","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"gateway/v9.ts","line":1535,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5212,"name":"intents","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Gateway Intents you wish to receive","text":"See https://discord.com/developers/docs/topics/gateway#gateway-intents\n"},"sources":[{"fileName":"gateway/v9.ts","line":1560,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5209,"name":"large_threshold","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value between 50 and 250, total number of members where the gateway will stop sending\noffline members in the guild member list","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"gateway/v9.ts","line":1542,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5211,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Presence structure for initial presence information","text":"See https://discord.com/developers/docs/topics/gateway#update-presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":1554,"character":1}],"type":{"type":"reference","id":5245,"name":"GatewayPresenceUpdateData"}},{"id":5207,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v9.ts","line":1529,"character":1}],"type":{"type":"reference","id":5213,"name":"GatewayIdentifyProperties"}},{"id":5210,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used for Guild Sharding","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v9.ts","line":1548,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":5206,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v9.ts","line":1523,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5208,5212,5209,5211,5207,5210,5206]}],"sources":[{"fileName":"gateway/v9.ts","line":1519,"character":17}]},{"id":5213,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties"},"children":[{"id":5215,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1574,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5216,"name":"$device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1578,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5214,"name":"$os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v9.ts","line":1570,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5215,5216,5214]}],"sources":[{"fileName":"gateway/v9.ts","line":1566,"character":17}]},{"id":5084,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-delete"},"children":[{"id":5087,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the bot/OAuth2 application for this Discord integration"},"sources":[{"fileName":"gateway/v9.ts","line":1001,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5086,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":997,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5085,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v9.ts","line":993,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5087,5086,5085]}],"sources":[{"fileName":"gateway/v9.ts","line":989,"character":17}]},{"id":4904,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session"},"children":[{"id":4906,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":363,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4905,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":362,"character":1}],"type":{"type":"reference","id":4792,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4908,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4907,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1742,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4906,4905,4908,4907]}],"sources":[{"fileName":"gateway/v9.ts","line":361,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5091,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create"},"children":[{"id":5092,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v9.ts","line":1032,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5093,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1038,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5094,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v9.ts","line":1042,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5095,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1046,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5096,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user that created the invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1052,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":5097,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How long the invite is valid for (in seconds)"},"sources":[{"fileName":"gateway/v9.ts","line":1056,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5098,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The maximum number of times the invite can be used"},"sources":[{"fileName":"gateway/v9.ts","line":1060,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5101,"name":"target_application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The embedded application to open for this voice channel embedded application invite"},"sources":[{"fileName":"gateway/v9.ts","line":1076,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5099,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"gateway/v9.ts","line":1066,"character":1}],"type":{"type":"reference","id":6563,"name":"InviteTargetType"}},{"id":5100,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user whose stream to display for this voice channel stream invite","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1072,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":5102,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the invite is temporary (invited users will be kicked on disconnect unless they're assigned a role)"},"sources":[{"fileName":"gateway/v9.ts","line":1080,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5103,"name":"uses","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"How many times the invite has been used (always will be `0`)"},"sources":[{"fileName":"gateway/v9.ts","line":1084,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[5092,5093,5094,5095,5096,5097,5098,5101,5099,5100,5102,5103]}],"sources":[{"fileName":"gateway/v9.ts","line":1028,"character":17}]},{"id":5105,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete"},"children":[{"id":5106,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5108,"name":"code","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unique invite code","text":"See https://discord.com/developers/docs/resources/invite#invite-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5107,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1106,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5106,5108,5107]}],"sources":[{"fileName":"gateway/v9.ts","line":1098,"character":17}]},{"id":5122,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk"},"children":[{"id":5124,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1189,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5125,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5123,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v9.ts","line":1185,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5124,5125,5123]}],"sources":[{"fileName":"gateway/v9.ts","line":1181,"character":17}]},{"id":5117,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete"},"children":[{"id":5119,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5120,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5118,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1159,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5119,5120,5118]}],"sources":[{"fileName":"gateway/v9.ts","line":1155,"character":17}]},{"id":5133,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji"},"children":[{"id":5135,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1793,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":5134,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v9.ts","line":1244,"character":1}],"type":{"type":"reference","id":5842,"name":"APIEmoji"}},{"id":5137,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1801,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":5136,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1797,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[5135,5134,5137,5136]}],"sources":[{"fileName":"gateway/v9.ts","line":1240,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":5874,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#client-status-object"},"children":[{"id":5875,"name":"desktop","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active desktop (Windows, Linux, Mac) application session"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":113,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}},{"id":5876,"name":"mobile","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active mobile (iOS, Android) application session"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":117,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}},{"id":5877,"name":"web","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's status set for an active web (browser, bot account) application session"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":121,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[5875,5876,5877]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":109,"character":17}]},{"id":5862,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update-presence-update-event-fields"},"children":[{"id":5866,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":86,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5878,"name":"GatewayActivity"}}},{"id":5867,"name":"client_status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's platform-dependent status","text":"See https://discord.com/developers/docs/topics/gateway#client-status-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":92,"character":1}],"type":{"type":"reference","id":5874,"name":"GatewayPresenceClientStatus"}},{"id":5864,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5865,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v9/gateway.ts","line":80,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}},{"id":5863,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user presence is being updated for","text":"**The user object within this event can be partial, the only field which must be sent is the `id` field,\neverything else is optional.**\n\nSee https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":72,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6712,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":6712,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5866,5867,5864,5865,5863]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":63,"character":17}]},{"id":5245,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-presence-gateway-presence-update-structure"},"children":[{"id":5247,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway#activity-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1701,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5250,"name":"GatewayActivityUpdateData"}}},{"id":5249,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v9.ts","line":1711,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5246,"name":"since","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in milliseconds) of when the client went idle, or `null` if the client is not idle"},"sources":[{"fileName":"gateway/v9.ts","line":1695,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5248,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v9.ts","line":1707,"character":1}],"type":{"type":"reference","id":5868,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[5247,5249,5246,5248]}],"sources":[{"fileName":"gateway/v9.ts","line":1691,"character":17}]},{"id":4916,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready"},"children":[{"id":4922,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contains `id` and `flags`","text":"See https://discord.com/developers/docs/resources/application#application-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":421,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4919,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guilds the user is in","text":"See https://discord.com/developers/docs/resources/guild#unavailable-guild-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":405,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5947,"name":"APIUnavailableGuild"}}},{"id":4920,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v9.ts","line":409,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4921,"name":"shard","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The shard information associated with this session, if sent when identifying","text":"See https://discord.com/developers/docs/topics/gateway#sharding\n"},"sources":[{"fileName":"gateway/v9.ts","line":415,"character":1}],"type":{"type":"tuple","elements":[{"type":"named-tuple-member","name":"shard_id","isOptional":false,"element":{"type":"intrinsic","name":"number"}},{"type":"named-tuple-member","name":"shard_count","isOptional":false,"element":{"type":"intrinsic","name":"number"}}]}},{"id":4918,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Information about the user including email","text":"See https://discord.com/developers/docs/resources/user#user-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":399,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":4917,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions\n"},"sources":[{"fileName":"gateway/v9.ts","line":393,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4922,4919,4920,4921,4918,4917]}],"sources":[{"fileName":"gateway/v9.ts","line":387,"character":17}]},{"id":4910,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#reconnect"},"children":[{"id":4912,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":376,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4911,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":375,"character":1}],"type":{"type":"reference","id":4790,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4914,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1743,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4913,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1742,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4912,4911,4914,4913]}],"sources":[{"fileName":"gateway/v9.ts","line":374,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5224,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members"},"children":[{"id":5226,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1612,"character":1}],"type":{"type":"reference","id":5227,"name":"GatewayRequestGuildMembersData"}},{"id":5225,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1611,"character":1}],"type":{"type":"reference","id":4791,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[5226,5225]}],"sources":[{"fileName":"gateway/v9.ts","line":1610,"character":17}]},{"id":5227,"name":"GatewayRequestGuildMembersData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#request-guild-members"},"children":[{"id":5228,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1622,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5230,"name":"limit","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Maximum number of members to send matching the `query`;\na limit of `0` can be used with an empty string `query` to return all members"},"sources":[{"fileName":"gateway/v9.ts","line":1631,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5233,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nonce to identify the Guild Members Chunk response","text":"Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a `nonce` set.\n\nSee https://discord.com/developers/docs/topics/gateway#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1647,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5231,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify if we want the presences of the matched members"},"sources":[{"fileName":"gateway/v9.ts","line":1635,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5229,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v9.ts","line":1626,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5232,"name":"user_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v9.ts","line":1639,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5228,5230,5233,5231,5229,5232]}],"sources":[{"fileName":"gateway/v9.ts","line":1618,"character":17}]},{"id":5217,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume"},"children":[{"id":5219,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1586,"character":1}],"type":{"type":"reference","id":5220,"name":"GatewayResumeData"}},{"id":5218,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1585,"character":1}],"type":{"type":"reference","id":4789,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[5219,5218]}],"sources":[{"fileName":"gateway/v9.ts","line":1584,"character":17}]},{"id":5220,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resume"},"children":[{"id":5223,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v9.ts","line":1604,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5222,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v9.ts","line":1600,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5221,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v9.ts","line":1596,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5223,5222,5221]}],"sources":[{"fileName":"gateway/v9.ts","line":1592,"character":17}]},{"id":5156,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create"},"children":[{"id":5171,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":40,"character":1}],"type":{"type":"reference","id":5831,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5546,"name":"APIThreadChannel.flags"}},{"id":5165,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild (may be missing for some channel objects received over gateway guild dispatches)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5540,"name":"APIThreadChannel.guild_id"}},{"id":5172,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5547,"name":"APIThreadChannel.id"}},{"id":5164,"name":"last_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the last message sent in this thread (may not point to an existing or valid message)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":225,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5539,"name":"APIThreadChannel.last_message_id"}},{"id":5158,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The client users member for the thread, only included in select endpoints"},"sources":[{"fileName":"payloads/v9/channel.ts","line":195,"character":1}],"type":{"type":"reference","id":5674,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":5533,"name":"APIThreadChannel.member"}},{"id":5161,"name":"member_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v9/channel.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5536,"name":"APIThreadChannel.member_count"}},{"id":5160,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The approximate message count of the thread, does not count above 50 even if there are more messages"},"sources":[{"fileName":"payloads/v9/channel.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5535,"name":"APIThreadChannel.message_count"}},{"id":5173,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5548,"name":"APIThreadChannel.name"}},{"id":5157,"name":"newly_created","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread is newly created or not."},"sources":[{"fileName":"gateway/v9.ts","line":1360,"character":1}],"type":{"type":"literal","value":true}},{"id":5169,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5544,"name":"APIThreadChannel.nsfw"}},{"id":5163,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":221,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5538,"name":"APIThreadChannel.owner_id"}},{"id":5168,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the parent category for a channel (each parent category can contain up to 50 channels)","text":"OR\n\nID of the parent channel for a thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":88,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5543,"name":"APIThreadChannel.parent_id"}},{"id":5166,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit permission overwrites for members and roles","text":"See https://discord.com/developers/docs/resources/channel#overwrite-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":76,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5541,"name":"APIThreadChannel.permission_overwrites"}},{"id":5167,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5542,"name":"APIThreadChannel.position"}},{"id":5162,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected","text":"`rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval.\n\nFor thread channels, `rate_limit_per_user` is only returned if the field is set to a non-zero and non-null value.\nThe absence of this field in API calls and Gateway events should indicate that slowmode has been reset to the default value.\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5537,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":5159,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The metadata for a thread channel not shared by other channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":199,"character":1}],"type":{"type":"reference","id":5662,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":5534,"name":"APIThreadChannel.thread_metadata"}},{"id":5170,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5558,"name":"GuildNewsThread"},{"type":"reference","id":5559,"name":"GuildPublicThread"},{"type":"reference","id":5560,"name":"GuildPrivateThread"}]},"inheritedFrom":{"type":"reference","id":5545,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5171,5165,5172,5164,5158,5161,5160,5173,5157,5169,5163,5168,5166,5167,5162,5159,5170]}],"sources":[{"fileName":"gateway/v9.ts","line":1356,"character":17}],"extendedTypes":[{"type":"reference","id":5532,"name":"APIThreadChannel"}]},{"id":5936,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":5938,"name":"channel_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The ids of all the parent channels whose threads are being synced, otherwise the entire guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":341,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5937,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":337,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5940,"name":"members","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The member objects for the client user in each joined thread that was synced"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":349,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5674,"name":"APIThreadMember"}}},{"id":5939,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":345,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5938,5937,5940,5939]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":333,"character":17}]},{"id":5941,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update-thread-members-update-event-fields"},"children":[{"id":5945,"name":"added_members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The members that were added to the thread"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":371,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5674,"name":"APIThreadMember"}}},{"id":5943,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild that the thread is in"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":363,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5942,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the thread for which members are being synced"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":359,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5944,"name":"member_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The approximate member count of the thread, does not count above 50 even if there are more members"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":367,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5946,"name":"removed_member_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The ids of the members that were removed from the thread"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":375,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5945,5943,5942,5944,5946]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":355,"character":17}]},{"id":5179,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start"},"children":[{"id":5180,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1395,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5181,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1399,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5184,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member who started typing if this happened in a guild","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1413,"character":1}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":5183,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unix time (in seconds) of when the user started typing"},"sources":[{"fileName":"gateway/v9.ts","line":1407,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5182,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v9.ts","line":1403,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5180,5181,5184,5183,5182]}],"sources":[{"fileName":"gateway/v9.ts","line":1391,"character":17}]},{"id":5242,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-status"},"children":[{"id":5244,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1685,"character":1}],"type":{"type":"reference","id":5245,"name":"GatewayPresenceUpdateData"}},{"id":5243,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1684,"character":1}],"type":{"type":"reference","id":4787,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5244,5243]}],"sources":[{"fileName":"gateway/v9.ts","line":1683,"character":17}]},{"id":5190,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update"},"children":[{"id":5193,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The voice server host","text":"A `null` endpoint means that the voice server allocated has gone away and is trying to be reallocated.\nYou should attempt to disconnect from the currently connected voice server, and not attempt to reconnect\nuntil a new voice server is allocated\n"},"sources":[{"fileName":"gateway/v9.ts","line":1466,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5192,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v9.ts","line":1458,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5191,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v9.ts","line":1454,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5193,5192,5191]}],"sources":[{"fileName":"gateway/v9.ts","line":1450,"character":17}]},{"id":6761,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":6763,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id this user is connected to"},"sources":[{"fileName":"payloads/v9/voice.ts","line":19,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6767,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is deafened by the server"},"sources":[{"fileName":"payloads/v9/voice.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6762,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild id this voice state is for"},"sources":[{"fileName":"payloads/v9/voice.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6765,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild member this voice state is for","text":"See https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"payloads/v9/voice.ts","line":29,"character":1}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":6768,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the server"},"sources":[{"fileName":"payloads/v9/voice.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6774,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the user requested to speak"},"sources":[{"fileName":"payloads/v9/voice.ts","line":65,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6769,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally deafened"},"sources":[{"fileName":"payloads/v9/voice.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6770,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is locally muted"},"sources":[{"fileName":"payloads/v9/voice.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6771,"name":"self_stream","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this user is streaming using \"Go Live\""},"sources":[{"fileName":"payloads/v9/voice.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6772,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user's camera is enabled"},"sources":[{"fileName":"payloads/v9/voice.ts","line":57,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6766,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The session id for this voice state"},"sources":[{"fileName":"payloads/v9/voice.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6773,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this user is muted by the current user"},"sources":[{"fileName":"payloads/v9/voice.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6764,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id this voice state is for"},"sources":[{"fileName":"payloads/v9/voice.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6763,6767,6762,6765,6768,6774,6769,6770,6771,6772,6766,6773,6764]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":11,"character":17}]},{"id":5234,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state"},"children":[{"id":5236,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1655,"character":1}],"type":{"type":"reference","id":5237,"name":"GatewayVoiceStateUpdateData"}},{"id":5235,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1654,"character":1}],"type":{"type":"reference","id":4788,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5236,5235]}],"sources":[{"fileName":"gateway/v9.ts","line":1653,"character":17}]},{"id":5237,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#update-voice-state"},"children":[{"id":5239,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the voice channel client wants to join (`null` if disconnecting)"},"sources":[{"fileName":"gateway/v9.ts","line":1669,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5238,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1665,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5241,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v9.ts","line":1677,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5240,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v9.ts","line":1673,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5239,5238,5241,5240]}],"sources":[{"fileName":"gateway/v9.ts","line":1661,"character":17}]},{"id":5195,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update"},"children":[{"id":5197,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1488,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5196,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1484,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5197,5196]}],"sources":[{"fileName":"gateway/v9.ts","line":1480,"character":17}]},{"id":6496,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6497,"name":"components","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":18,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6492,"name":"ModalSubmitComponent"}}},{"id":6498,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1159,"character":1}],"type":{"type":"reference","id":5764,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6497,6498]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5837,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6492,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6494,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6493,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":5763,"name":"ComponentType"}},{"id":6495,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6494,6493,6495]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":7696,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7701,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}}},{"id":7699,"name":"icon","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7697,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7698,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7700,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7702,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7701,7699,7697,7698,7700,7702]}],"sources":[{"fileName":"rest/v9/user.ts","line":59,"character":17}]},{"id":7108,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":7110,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of audit log events"},"sources":[{"fileName":"rest/v9/auditLog.ts","line":15,"character":1}],"type":{"type":"reference","id":5312,"name":"AuditLogEvent"}},{"id":7111,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log before a certain entry ID"},"sources":[{"fileName":"rest/v9/auditLog.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7112,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"How many entries are returned (default 50, minimum 1, maximum 100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v9/auditLog.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7109,"name":"user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Filter the log for actions made by a user"},"sources":[{"fileName":"rest/v9/auditLog.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7110,7111,7112,7109]}],"sources":[{"fileName":"rest/v9/auditLog.ts","line":7,"character":17}]},{"id":7172,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7173,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":311,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7174,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of users to return (1-100)","tags":[{"tag":"default","text":"25\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":317,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7173,7174]}],"sources":[{"fileName":"rest/v9/channel.ts","line":307,"character":17}]},{"id":7141,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":7144,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7142,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7143,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7145,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of messages to return (1-100)","tags":[{"tag":"default","text":"50\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":177,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7144,7142,7143,7145]}],"sources":[{"fileName":"rest/v9/channel.ts","line":159,"character":17}]},{"id":7245,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7246,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get threads before this id or ISO8601 timestamp"},"sources":[{"fileName":"rest/v9/channel.ts","line":672,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7247,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v9/channel.ts","line":676,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7246,7247]}],"sources":[{"fileName":"rest/v9/channel.ts","line":668,"character":17}]},{"id":7692,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":7694,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds after this guild ID"},"sources":[{"fileName":"rest/v9/user.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7693,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get guilds before this guild ID"},"sources":[{"fileName":"rest/v9/user.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7695,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-100)","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v9/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7694,7693,7695]}],"sources":[{"fileName":"rest/v9/user.ts","line":42,"character":17}]},{"id":7379,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":7381,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users after given user id"},"sources":[{"fileName":"rest/v9/guild.ts","line":538,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7380,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users before given user id"},"sources":[{"fileName":"rest/v9/guild.ts","line":534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7382,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of users to return (1-1000)","tags":[{"tag":"default","text":"1000\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":544,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7381,7380,7382]}],"sources":[{"fileName":"rest/v9/guild.ts","line":530,"character":17}]},{"id":7343,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":7345,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The highest user id in the previous page","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":366,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7344,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":360,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7345,7344]}],"sources":[{"fileName":"rest/v9/guild.ts","line":354,"character":17}]},{"id":7347,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":7349,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of members to return (1-1000)","tags":[{"tag":"default","text":"1\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":387,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7348,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Query string to match username(s) and nickname(s) against"},"sources":[{"fileName":"rest/v9/guild.ts","line":381,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7349,7348]}],"sources":[{"fileName":"rest/v9/guild.ts","line":377,"character":17}]},{"id":7417,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7418,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":706,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7419,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include","text":"While this is typed as a string, it represents an array of\nrole IDs delimited by commas\n\nSee https://discord.com/developers/docs/resources/guild#get-guild-prune-count-query-string-params\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":715,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7418,7419]}],"sources":[{"fileName":"rest/v9/guild.ts","line":700,"character":17}]},{"id":7420,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7421,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":722,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7421]}],"sources":[{"fileName":"rest/v9/guild.ts","line":721,"character":17}]},{"id":7303,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":7304,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"When `true`, will return approximate member and presence counts for the guild","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7304]}],"sources":[{"fileName":"rest/v9/guild.ts","line":164,"character":17}]},{"id":7480,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":7481,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to this event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7481]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":77,"character":17}]},{"id":7490,"name":"RESTGetAPIGuildScheduledEventUsersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users"},"children":[{"id":7494,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users after given user id"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7493,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Consider only users before given user id"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":135,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7491,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of users to receive from the event","tags":[{"tag":"default","text":"100\n"}]},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":127,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7492,"name":"with_member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include guild member data if it exists"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7494,7493,7491,7492]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":121,"character":17}]},{"id":7465,"name":"RESTGetAPIGuildScheduledEventsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild"},"children":[{"id":7466,"name":"with_user_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include number of users subscribed to each event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7466]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":15,"character":17}]},{"id":7437,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":7438,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":798,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7439,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":799,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7438,7439]}],"sources":[{"fileName":"rest/v9/guild.ts","line":797,"character":17}]},{"id":7440,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":7441,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Style of the widget image returned","tags":[{"tag":"default","text":"\"shield\"\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":811,"character":1}],"type":{"type":"reference","id":6146,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[7441]}],"sources":[{"fileName":"rest/v9/guild.ts","line":805,"character":17}]},{"id":7551,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":7554,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild scheduled event to include with the invite"},"sources":[{"fileName":"rest/v9/invite.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7552,"name":"with_counts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain approximate member counts"},"sources":[{"fileName":"rest/v9/invite.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7553,"name":"with_expiration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the invite should contain the expiration date"},"sources":[{"fileName":"rest/v9/invite.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7554,7552,7553]}],"sources":[{"fileName":"rest/v9/invite.ts","line":7,"character":17}]},{"id":7558,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":7559,"name":"application","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the current application"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":16,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":7561,"name":"expires","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"when the access token expires"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7560,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"the scopes the user has authorized the application for"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":20,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6584,"name":"OAuth2Scopes"}}},{"id":7562,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"the user who has authorized, if the user has authorized with the `identify` scope"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":28,"character":1}],"type":{"type":"reference","id":6712,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[7559,7561,7560,7562]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":12,"character":17}]},{"id":7651,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":7652,"name":"sticker_packs","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/sticker.ts","line":13,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6662,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7652]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":12,"character":17}]},{"id":7609,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":7610,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7614,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":162,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7613,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":161,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7612,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The required permissions bitfield, stringified"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7616,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7615,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7611,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"This assumes you include the `bot` scope alongside others (like `identify` for example)"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":152,"character":1}],"type":{"type":"union","types":[{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"reference","id":6585,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7610,7614,7613,7612,7616,7615,7611]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":147,"character":17}]},{"id":7617,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7618,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7620,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7621,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7619,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7618,7620,7621,7619]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":167,"character":17}]},{"id":7563,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":7565,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7569,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":7567,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7564,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":7566,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7568,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7565,7569,7567,7564,7566,7568]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":34,"character":17}]},{"id":7570,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":7571,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7572,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7571,7572]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":46,"character":17}]},{"id":7603,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":7604,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your app's client id"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7608,"name":"disable_guild_select","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` or `false`—disallows the user from changing the guild dropdown"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":141,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7607,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Pre-fills the dropdown picker with a guild for the user"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7606,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The permissions you're requesting","text":"See https://discord.com/developers/docs/topics/permissions\n"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7605,"name":"scope","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Needs to include bot for the bot flow"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"]]},{"type":"template-literal","head":"bot ","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"bot%20","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"}," bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"}," "]]},{"type":"template-literal","head":"","tail":[[{"type":"intrinsic","name":"string"},"%20bot"],[{"type":"intrinsic","name":"string"},"%20"]]},{"type":"reference","id":6585,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7604,7608,7607,7606,7605]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":115,"character":17}]},{"id":7591,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":7593,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7597,"name":"prompt","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"none"},{"type":"literal","value":"consent"}]}},{"id":7595,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7592,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":7594,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7596,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":93,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7593,7597,7595,7592,7594,7596]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":88,"character":17}]},{"id":7212,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":7213,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":526,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7213]}],"sources":[{"fileName":"rest/v9/channel.ts","line":522,"character":17}]},{"id":7192,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":7193,"name":"messages","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An array of message ids to delete (2-100)"},"sources":[{"fileName":"rest/v9/channel.ts","line":416,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7193]}],"sources":[{"fileName":"rest/v9/channel.ts","line":412,"character":17}]},{"id":7502,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":7510,"name":"default_member_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Set of permissions represented as a bitset"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":76,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":7506,"name":"default_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the command is enabled by default when the app is added to a guild","text":"If missing, this property should be assumed as `true`","tags":[{"tag":"deprecated","text":"Use `dm_permission` and/or `default_member_permissions` instead\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":7508,"name":"description_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the description field. Values follow the same restrictions as description"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":7509,"name":"dm_permission","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Indicates whether the command is available in DMs with the app, only for globally-scoped commands. By default, commands are visible"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":7504,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-32 character name; `CHAT_INPUT` command names must be all lowercase matching `^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}$`"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":7507,"name":"name_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Localization dictionary for the name field. Values follow the same restrictions as name"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"en-US"},{"type":"literal","value":"en-GB"},{"type":"literal","value":"bg"},{"type":"literal","value":"zh-CN"},{"type":"literal","value":"zh-TW"},{"type":"literal","value":"hr"},{"type":"literal","value":"cs"},{"type":"literal","value":"da"},{"type":"literal","value":"nl"},{"type":"literal","value":"fi"},{"type":"literal","value":"fr"},{"type":"literal","value":"de"},{"type":"literal","value":"el"},{"type":"literal","value":"hi"},{"type":"literal","value":"hu"},{"type":"literal","value":"it"},{"type":"literal","value":"ja"},{"type":"literal","value":"ko"},{"type":"literal","value":"lt"},{"type":"literal","value":"no"},{"type":"literal","value":"pl"},{"type":"literal","value":"pt-BR"},{"type":"literal","value":"ro"},{"type":"literal","value":"ru"},{"type":"literal","value":"es-ES"},{"type":"literal","value":"sv-SE"},{"type":"literal","value":"th"},{"type":"literal","value":"tr"},{"type":"literal","value":"uk"},{"type":"literal","value":"vi"}]},{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":7505,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The parameters for the `CHAT_INPUT` command, max 25"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6286,"name":"APIApplicationCommandOption"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":7503,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":58,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6261,"name":"User"},{"type":"reference","id":6262,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7510,7506,7508,7509,7504,7507,7505,7503]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":57,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":7705,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":7706,"name":"recipient_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The recipient to open a DM channel with"},"sources":[{"fileName":"rest/v9/user.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7706]}],"sources":[{"fileName":"rest/v9/user.ts","line":81,"character":17}]},{"id":7427,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":7428,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":751,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7428]}],"sources":[{"fileName":"rest/v9/guild.ts","line":750,"character":17}]},{"id":7655,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":7657,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Description of the sticker (empty or 2-100 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7659,"name":"file","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The sticker file to upload, must be a PNG, APNG, or Lottie JSON file, max 500 KB"},"sources":[{"fileName":"rest/v9/sticker.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7656,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7658,"name":"tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7657,7659,7656,7658]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":29,"character":17}]},{"id":7637,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":7638,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the stage channel"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7640,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance","tags":[{"tag":"default","text":"GuildOnly\n"}]},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":22,"character":1}],"type":{"type":"reference","id":6633,"name":"StageInstancePrivacyLevel"}},{"id":7641,"name":"send_start_notification","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Notify @everyone that a stage instance has started"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7639,"name":"topic","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7638,7640,7641,7639]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":8,"character":17}]},{"id":7743,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params"},"children":[{"id":7745,"name":"thread_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived."},"sources":[{"fileName":"rest/v9/webhook.ts","line":175,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7744,"name":"wait","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Waits for server confirmation of message send before response, and returns the created message body\n(defaults to `false`; when `false` a message that is not saved does not return an error)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/webhook.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7745,7744]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":164,"character":17}]},{"id":7579,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":7580,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7582,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7583,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7584,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7581,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7580,7582,7583,7584,7581]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":65,"character":17}]},{"id":7573,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":7574,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7575,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7577,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7576,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":57,"character":1}],"type":{"type":"literal","value":"authorization_code"}},{"id":7578,"name":"redirect_uri","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/oauth2.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7574,7575,7577,7576,7578]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":54,"character":17}]},{"id":7622,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example"},"children":[{"id":7623,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7625,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7628,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":7626,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7627,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7624,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7623,7625,7628,7626,7627,7624]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":177,"character":17}]},{"id":7629,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":7630,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7632,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7633,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7634,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7631,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7635,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":6781,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[7630,7632,7633,7634,7631,7635]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":189,"character":17}]},{"id":7599,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":7600,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":106,"character":1}],"type":{"type":"literal","value":"client_credentials"}},{"id":7601,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7600,7601]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":105,"character":17}]},{"id":7585,"name":"RESTPostOAuth2RefreshTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-refresh-token-exchange-example"},"children":[{"id":7586,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7587,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7588,"name":"grant_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":79,"character":1}],"type":{"type":"literal","value":"refresh_token"}},{"id":7589,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":80,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7586,7587,7588,7589]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":76,"character":17}]},{"id":7546,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":7547,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":244,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6417,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7547]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":243,"character":17}]},{"id":7195,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":7196,"name":"allow","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all allowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":435,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7197,"name":"deny","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitwise value of all disallowed permissions","text":"See https://en.wikipedia.org/wiki/Bit_field\n","tags":[{"tag":"default","text":"\"0\"\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":443,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7198,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"`0` for a role or `1` for a member"},"sources":[{"fileName":"rest/v9/channel.ts","line":447,"character":1}],"type":{"type":"reference","id":5659,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[7196,7197,7198]}],"sources":[{"fileName":"rest/v9/channel.ts","line":427,"character":17}],"extendedBy":[{"type":"reference","id":7114,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":7266,"name":"APIGuildCreateOverwrite"}]},{"id":5835,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1383,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"},{"type":"reference","id":5837,"name":"APIModalActionRowComponent"}]}},{"id":6305,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6345,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":6436,"name":"APIApplicationCommandAutocompleteDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/autocomplete.ts","line":26,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6435,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6437,"name":"APIApplicationCommandAutocompleteGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/autocomplete.ts","line":32,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6435,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6435,"name":"APIApplicationCommandAutocompleteInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/autocomplete.ts","line":9,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6510,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":6289,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6510,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6289,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"literal","value":"options"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6285,"name":"APIApplicationCommandBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":72,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6351,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":6318,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":6307,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":6381,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":6309,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":6332,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":6324,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":6326,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":6305,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":6307,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6339,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":6283,"name":"APIApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":141,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6303,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":6410,"name":"APIContextMenuDMInteraction"}]}},{"id":6284,"name":"APIApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":148,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6304,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":6411,"name":"APIContextMenuGuildInteraction"}]}},{"id":6318,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":6346,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6282,"name":"APIApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":136,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6302,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":6409,"name":"APIContextMenuInteraction"}]}},{"id":6263,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":106,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6289,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":6402,"name":"APIContextMenuInteractionData"}]}},{"id":6306,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6345,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6288,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":99,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6352,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":6319,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":6308,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":6382,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":6317,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":6333,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":6325,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":6327,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":6306,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":6308,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6339,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":6317,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6341,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6325,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6343,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6287,"name":"APIApplicationCommandInteractionDataOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-interaction-data-option-structure"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6365,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":6377,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":6288,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":6333,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6342,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6382,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6340,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6280,"name":"APIApplicationCommandInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":129,"character":12}],"typeParameter":[{"id":6281,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6263,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6508,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6281,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6508,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6281,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6324,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6343,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":6326,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":6346,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6286,"name":"APIApplicationCommandOption","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":86,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6357,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":6369,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":6285,"name":"APIApplicationCommandBasicOption"}]}},{"id":6332,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6342,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":6351,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6337,"name":"ApplicationCommandOptionType.String"}],"name":"APIApplicationCommandOptionBase"},{"type":"reference","id":6346,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6381,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6340,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":5373,"name":"APIAuditLogChange","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#audit-log-change-object-audit-log-change-structure"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":281,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5374,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":5375,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":5376,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":5377,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":5378,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":5379,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":5380,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":5381,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":5382,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":5383,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":5384,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":5385,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":5386,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":5387,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":5388,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":5389,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":5390,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":5391,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":5392,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":5393,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":5394,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":5395,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":5396,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":5397,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":5398,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":5399,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":5400,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":5401,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":5402,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":5403,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":5404,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":5405,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":5406,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":5407,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":5409,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":5410,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":5411,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":5412,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":5413,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":5414,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":5415,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":5416,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":5417,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":5418,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":5419,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":5420,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":5421,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":5422,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":5423,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":5424,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":5425,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":5426,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":5427,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":5428,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":5429,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":5430,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":5431,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":5432,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":5433,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":5434,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":5435,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":5436,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":5437,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":5438,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":5439,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":5440,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":5441,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":5442,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":5443,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"}]}},{"id":5393,"name":"APIAuditLogChangeKey$Add","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when new role(s) are added"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":456,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5394,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":461,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5384,"name":"APIAuditLogChangeKeyAFKChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5385,"name":"APIAuditLogChangeKeyAFKTimeout","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's afk_timeout is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5411,"name":"APIAuditLogChangeKeyAllow","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's allowed permissions bitfield is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":548,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5404,"name":"APIAuditLogChangeKeyApplicationId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The application ID of the added or removed Webhook or Bot"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5436,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5433,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":5438,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5434,"name":"APIAuditLogChangeKeyAvailable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's availability is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5423,"name":"APIAuditLogChangeKeyAvatarHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's avatar_hash is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5380,"name":"APIAuditLogChangeKeyBannerHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's banner hash is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":385,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5401,"name":"APIAuditLogChangeKeyBitrate","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's bitrate is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":496,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5414,"name":"APIAuditLogChangeKeyChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's or guild scheduled event's channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":563,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5413,"name":"APIAuditLogChangeKeyCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's code is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":558,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5407,"name":"APIAuditLogChangeKeyColor","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's color is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":527,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5443,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's timeout is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":711,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5420,"name":"APIAuditLogChangeKeyDeaf","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's deaf status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5439,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5391,"name":"APIAuditLogChangeKeyDefaultMessageNotifications","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's default_message_notifications is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":443,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":5412,"name":"APIAuditLogChangeKeyDeny","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an overwrite's denied permissions bitfield is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":553,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5375,"name":"APIAuditLogChangeKeyDescription","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's or sticker's or guild scheduled event's description is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":360,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5379,"name":"APIAuditLogChangeKeyDiscoverySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's discovery splash is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":380,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5426,"name":"APIAuditLogChangeKeyEnableEmoticons","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's enable_emoticons is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5440,"name":"APIAuditLogChangeKeyEntityType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when entity type of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":696,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":6225,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":5427,"name":"APIAuditLogChangeKeyExpireBehavior","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_behavior is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":6110,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":5428,"name":"APIAuditLogChangeKeyExpireGracePeriod","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an integration's expire_grace_period is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5390,"name":"APIAuditLogChangeKeyExplicitContentFilter","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's explicit_content_filter is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":5432,"name":"APIAuditLogChangeKeyFormatType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's format_type is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":6657,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":5435,"name":"APIAuditLogChangeKeyGuildId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's guild_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5409,"name":"APIAuditLogChangeKeyHoist","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's hoist status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":538,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5376,"name":"APIAuditLogChangeKeyIconHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's icon is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":365,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5424,"name":"APIAuditLogChangeKeyId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The ID of the changed entity - sometimes used in conjunction with other keys"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5377,"name":"APIAuditLogChangeKeyImageHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's scheduled event's cover image is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":370,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5415,"name":"APIAuditLogChangeKeyInviterId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's inviter_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":568,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5442,"name":"APIAuditLogChangeKeyLocation","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when location of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":706,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5437,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5388,"name":"APIAuditLogChangeKeyMFALevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's mfa_level is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":6013,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":5418,"name":"APIAuditLogChangeKeyMaxAge","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_age is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5416,"name":"APIAuditLogChangeKeyMaxUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's max_uses is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":573,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5410,"name":"APIAuditLogChangeKeyMentionable","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a role's mentionable status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":543,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5421,"name":"APIAuditLogChangeKeyMute","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's mute status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5403,"name":"APIAuditLogChangeKeyNSFW","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's NSFW restriction is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5374,"name":"APIAuditLogChangeKeyName","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an entity's name is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":355,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5422,"name":"APIAuditLogChangeKeyNick","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a user's nick is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5381,"name":"APIAuditLogChangeKeyOwnerId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's owner_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":390,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5402,"name":"APIAuditLogChangeKeyPermissionOverwrites","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's permission overwrites is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":5654,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":5406,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":522,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5399,"name":"APIAuditLogChangeKeyPosition","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's position is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":486,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5383,"name":"APIAuditLogChangeKeyPreferredLocale","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's preferred_locale is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":400,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5430,"name":"APIAuditLogChangeKeyPrivacyLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when privacy level of a stage instance or guild scheduled event is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":6633,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":5395,"name":"APIAuditLogChangeKeyPruneDeleteDays","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when there is a change in number of days after which inactive and role-unassigned members are kicked"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":466,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5387,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's public_updates_channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5405,"name":"APIAuditLogChangeKeyRateLimitPerUser","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's amount of seconds a user has to wait before sending another message\nis changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":517,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5382,"name":"APIAuditLogChangeKeyRegion","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's region is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":395,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5386,"name":"APIAuditLogChangeKeyRulesChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's rules_channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5408,"name":"APIAuditLogChangeKeySnowflake","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Represents a change where the key is a snowflake.\nCurrently, the only known instance of this is returned when permissions for a command were updated ()"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":533,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":5378,"name":"APIAuditLogChangeKeySplashHash","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's splash is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":375,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5441,"name":"APIAuditLogChangeKeyStatus","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when status of a guild scheduled event is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":701,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":6229,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":5398,"name":"APIAuditLogChangeKeySystemChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's system_channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":481,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5431,"name":"APIAuditLogChangeKeyTags","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a sticker's related emoji is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5419,"name":"APIAuditLogChangeKeyTemporary","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's temporary status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5400,"name":"APIAuditLogChangeKeyTopic","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a channel's topic is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5425,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":5429,"name":"APIAuditLogChangeKeyUserLimit","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a voice channel's user_limit is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5417,"name":"APIAuditLogChangeKeyUses","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an invite's uses is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":578,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5392,"name":"APIAuditLogChangeKeyVanityURLCode","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's vanity_url_code is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":451,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5389,"name":"APIAuditLogChangeKeyVerificationLevel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's verification_level is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":6021,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":5397,"name":"APIAuditLogChangeKeyWidgetChannelId","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget_channel_id is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":476,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5396,"name":"APIAuditLogChangeKeyWidgetEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a guild's widget is enabled"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":471,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5797,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1249,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5783,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":5790,"name":"APIButtonComponentWithURL"}]}},{"id":5550,"name":"APIChannel","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-structure"},"sources":[{"fileName":"payloads/v9/channel.ts","line":233,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5522,"name":"APIGroupDMChannel"},{"type":"reference","id":5521,"name":"APIDMChannel"},{"type":"reference","id":5490,"name":"APITextChannel"},{"type":"reference","id":5505,"name":"APINewsChannel"},{"type":"reference","id":5507,"name":"APIVoiceChannel"},{"type":"reference","id":5506,"name":"APIGuildCategoryChannel"},{"type":"reference","id":5532,"name":"APIThreadChannel"},{"type":"reference","id":5505,"name":"APINewsChannel"},{"type":"reference","id":5549,"name":"APIGuildForumChannel"}]}},{"id":6303,"name":"APIChatInputApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":139,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6302,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6304,"name":"APIChatInputApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":145,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6302,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6302,"name":"APIChatInputApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":133,"character":12}],"type":{"type":"reference","id":6280,"typeArguments":[{"type":"reference","id":6289,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6410,"name":"APIContextMenuDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":95,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6404,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":6407,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":6411,"name":"APIContextMenuGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":102,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6405,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":6408,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":6409,"name":"APIContextMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":90,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6403,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":6406,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":6402,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data-structure"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":48,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6383,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":6393,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":5521,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":163,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5553,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":6241,"name":"APIDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/interactions.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6283,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":6490,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":6436,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":6503,"name":"APIModalSubmitDMInteraction"}]}},{"id":6473,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":117,"character":12}],"typeParameter":[{"id":6474,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6506,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6474,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6474,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5506,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":129,"character":12}],"type":{"type":"reference","id":5463,"typeArguments":[{"type":"reference","id":5556,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":7271,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5550,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":5521,"name":"APIDMChannel"},{"type":"reference","id":5522,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7272,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":41,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7271,"name":"APIGuildChannelResolvable"},{"type":"union","types":[{"type":"literal","value":"type"},{"type":"literal","value":"topic"},{"type":"literal","value":"nsfw"},{"type":"literal","value":"bitrate"},{"type":"literal","value":"user_limit"},{"type":"literal","value":"rate_limit_per_user"},{"type":"literal","value":"default_auto_archive_duration"},{"type":"literal","value":"position"},{"type":"literal","value":"rtc_region"},{"type":"literal","value":"video_quality_mode"},{"type":"literal","value":"flags"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7273,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7275,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":59,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7274,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":58,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7276,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":60,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7277,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":61,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":7266,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7275,7274,7276,7277]}],"sources":[{"fileName":"rest/v9/guild.ts","line":57,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":5549,"name":"APIGuildForumChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":228,"character":12}],"type":{"type":"reference","id":5475,"typeArguments":[{"type":"reference","id":5563,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}},{"id":6109,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":707,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":6242,"name":"APIGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/interactions.ts","line":53,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6284,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":6491,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":6437,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":6504,"name":"APIModalSubmitGuildInteraction"}]}},{"id":6475,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":123,"character":12}],"typeParameter":[{"id":6476,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6506,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6476,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6476,"name":"Original"},{"type":"union","types":[{"type":"literal","value":"member"},{"type":"literal","value":"guild_id"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6222,"name":"APIGuildScheduledEvent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object-guild-scheduled-event-structure"},"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":92,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6171,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":6188,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":6205,"name":"APIExternalGuildScheduledEvent"}]}},{"id":6240,"name":"APIInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/interactions.ts","line":34,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6505,"name":"APIPingInteraction"},{"type":"reference","id":6282,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"},{"type":"reference","id":6435,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":6502,"name":"APIModalSubmitInteraction"}]}},{"id":6512,"name":"APIInteractionResponse","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":20,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6513,"name":"APIInteractionResponsePong"},{"type":"reference","id":6521,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":6524,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":6527,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":6529,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":6515,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":6518,"name":"APIModalInteractionResponse"}]}},{"id":6540,"name":"APIInteractionResponseCallbackData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-callback-data-structure"},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":99,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7729,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":6541,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6542,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":5637,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[6542]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":6549,"name":"APIInviteGuild","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/invite.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5962,"name":"APIGuild"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"splash"},{"type":"literal","value":"banner"},{"type":"literal","value":"icon"},{"type":"literal","value":"vanity_url_code"},{"type":"literal","value":"description"},{"type":"literal","value":"features"},{"type":"literal","value":"verification_level"},{"type":"literal","value":"nsfw_level"},{"type":"literal","value":"premium_subscription_count"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":5836,"name":"APIMessageActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1388,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5797,"name":"APIButtonComponent"},{"type":"reference","id":5807,"name":"APISelectMenuComponent"}]}},{"id":6407,"name":"APIMessageApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":78,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6406,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6408,"name":"APIMessageApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":84,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6406,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6406,"name":"APIMessageApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":72,"character":12}],"type":{"type":"reference","id":6280,"typeArguments":[{"type":"reference","id":6393,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6485,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":51,"character":12}],"type":{"type":"reference","id":6481,"typeArguments":[{"type":"reference","id":5765,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":5833,"name":"APIMessageComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#message-components"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1380,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"},{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6478,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":16,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6485,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6485,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6490,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":58,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6491,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":60,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6477,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6477,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":5,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6480,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6480,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6480,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":38,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6485,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":6486,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":6479,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":27,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6486,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6509,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6486,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"union","types":[{"type":"literal","value":"channel_id"},{"type":"literal","value":"data"},{"type":"literal","value":"message"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":7148,"name":"APIMessageReferenceSend","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"sources":[{"fileName":"rest/v9/channel.ts","line":193,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5628,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5628,"name":"APIMessageReference"},{"type":"literal","value":"message_id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7149,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7150,"name":"fail_if_not_exists","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":201,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7150]}],"sources":[{"fileName":"rest/v9/channel.ts","line":195,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":5837,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1391,"character":12}],"type":{"type":"reference","id":5821,"name":"APITextInputComponent"}},{"id":5834,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1381,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5837,"name":"APIModalActionRowComponent"},{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5837,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6503,"name":"APIModalSubmitDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":41,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6502,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6504,"name":"APIModalSubmitGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":46,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6502,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6502,"name":"APIModalSubmitInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":35,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6511,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6499,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6511,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6499,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5505,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":128,"character":12}],"type":{"type":"reference","id":5475,"typeArguments":[{"type":"reference","id":5557,"name":"ChannelType.GuildNews"}],"name":"APIGuildTextChannel"}},{"id":6505,"name":"APIPingInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/ping.ts","line":4,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6457,"typeArguments":[{"type":"reference","id":6507,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":6661,"name":"APIStickerItem","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-item-object"},"sources":[{"fileName":"payloads/v9/sticker.ts","line":93,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6641,"name":"APISticker"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"name"},{"type":"literal","value":"format_type"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6404,"name":"APIUserApplicationCommandDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":61,"character":12}],"type":{"type":"reference","id":6473,"typeArguments":[{"type":"reference","id":6403,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6405,"name":"APIUserApplicationCommandGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":66,"character":12}],"type":{"type":"reference","id":6475,"typeArguments":[{"type":"reference","id":6403,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6403,"name":"APIUserApplicationCommandInteraction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":55,"character":12}],"type":{"type":"reference","id":6280,"typeArguments":[{"type":"reference","id":6383,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":5921,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":295,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"large_image"},{"type":"literal","value":"large_text"},{"type":"literal","value":"small_image"},{"type":"literal","value":"small_text"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5917,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":276,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5842,"name":"APIEmoji"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"animated"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":5842,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":5922,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":302,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"literal","value":"join"},{"type":"literal","value":"spectate"},{"type":"literal","value":"match"}]},{"type":"intrinsic","name":"string"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5250,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v9.ts","line":1717,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5878,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4926,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":449,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":4927,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":454,"character":12}],"type":{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}},{"id":4930,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":469,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":4931,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":474,"character":12}],"type":{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}},{"id":4924,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":434,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4829,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":4830,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":4832,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":4925,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-create\nhttps://discord.com/developers/docs/topics/gateway#channel-update\nhttps://discord.com/developers/docs/topics/gateway#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":444,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":4932,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-pins-update"},"sources":[{"fileName":"gateway/v9.ts","line":479,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4831,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":4933,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":4928,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":459,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":4929,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":464,"character":12}],"type":{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}},{"id":4886,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":272,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":4932,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":4998,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":4996,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":5006,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":5014,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":5017,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":5030,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":5038,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":5034,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":4937,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":5055,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":5047,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":5059,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":5061,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":5063,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":5065,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":5070,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":5010,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":5075,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":5083,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":5079,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":5088,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":5090,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":5104,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":5109,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":5121,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":5116,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":5126,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":5130,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":5128,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":5132,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":5111,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":5138,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":5140,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":5142,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":5144,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":4915,"name":"GatewayReadyDispatch"},{"type":"reference","id":4923,"name":"GatewayResumedDispatch"},{"type":"reference","id":5146,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":5148,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":5150,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":5154,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":5178,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":5185,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":5189,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":5187,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":5194,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":5002,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":647,"character":12}],"type":{"type":"reference","id":4998,"name":"GatewayGuildBanModifyDispatch"}},{"id":5003,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":652,"character":12}],"type":{"type":"reference","id":4999,"name":"GatewayGuildBanModifyDispatchData"}},{"id":4998,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":622,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4833,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":4834,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":4999,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":5004,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":657,"character":12}],"type":{"type":"reference","id":4998,"name":"GatewayGuildBanModifyDispatch"}},{"id":5005,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":662,"character":12}],"type":{"type":"reference","id":4999,"name":"GatewayGuildBanModifyDispatchData"}},{"id":4939,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-create"},"sources":[{"fileName":"gateway/v9.ts","line":515,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4835,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":4940,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":4996,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":611,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4836,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":4997,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":4997,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":616,"character":12}],"type":{"type":"reference","id":5947,"name":"APIUnavailableGuild"}},{"id":5006,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-emojis-update"},"sources":[{"fileName":"gateway/v9.ts","line":667,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4837,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":5007,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":5014,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-integrations-update"},"sources":[{"fileName":"gateway/v9.ts","line":715,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4838,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":5015,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":5017,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-add"},"sources":[{"fileName":"gateway/v9.ts","line":733,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4839,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":5018,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":5030,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-remove"},"sources":[{"fileName":"gateway/v9.ts","line":751,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4840,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":5031,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":5034,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":775,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4842,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":5035,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5035,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":783,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"},{"type":"literal","value":"user"},{"type":"literal","value":"joined_at"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":5036,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5037,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":790,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5037]}],"sources":[{"fileName":"gateway/v9.ts","line":786,"character":47}]}}]}},{"id":5038,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-members-chunk"},"sources":[{"fileName":"gateway/v9.ts","line":796,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4841,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":5039,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":4937,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":505,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4847,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":4938,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":4938,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":510,"character":12}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":5051,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":870,"character":12}],"type":{"type":"reference","id":5047,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5052,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":875,"character":12}],"type":{"type":"reference","id":5048,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5055,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-delete"},"sources":[{"fileName":"gateway/v9.ts","line":890,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4844,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":5056,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":5047,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":845,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4843,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":4845,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":5048,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":5053,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":880,"character":12}],"type":{"type":"reference","id":5047,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5054,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":885,"character":12}],"type":{"type":"reference","id":5048,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5059,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":909,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4879,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":5060,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":5060,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":914,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":5063,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":923,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4881,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":5064,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":5064,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":928,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":5061,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":916,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4880,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":5062,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":5062,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":921,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":5065,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":930,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4882,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":5066,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5070,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":941,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4883,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":5066,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5010,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-stickers-update"},"sources":[{"fileName":"gateway/v9.ts","line":691,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4846,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":5011,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":4994,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":601,"character":12}],"type":{"type":"reference","id":4937,"name":"GatewayGuildModifyDispatch"}},{"id":4995,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":606,"character":12}],"type":{"type":"reference","id":4938,"name":"GatewayGuildModifyDispatchData"}},{"id":5201,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#heartbeating"},"sources":[{"fileName":"gateway/v9.ts","line":1506,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":5075,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":955,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4848,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":5076,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":5076,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":963,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6093,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5077,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5078,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":963,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5078]}],"sources":[{"fileName":"gateway/v9.ts","line":963,"character":73}]}}]}},{"id":5083,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":981,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4849,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":5084,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":5079,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":968,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4850,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":5080,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":5080,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":976,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6093,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5081,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5082,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":976,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5082]}],"sources":[{"fileName":"gateway/v9.ts","line":976,"character":73}]}}]}},{"id":5088,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1007,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4851,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":5089,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":5089,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1015,"character":12}],"type":{"type":"reference","id":6240,"name":"APIInteraction"}},{"id":4909,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invalid-session"},"sources":[{"fileName":"gateway/v9.ts","line":369,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5090,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-create"},"sources":[{"fileName":"gateway/v9.ts","line":1020,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4852,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":5091,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":5104,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#invite-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1090,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4853,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":5105,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":5109,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1118,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4854,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":5110,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":5110,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1126,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":5121,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete-bulk"},"sources":[{"fileName":"gateway/v9.ts","line":1173,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4856,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":5122,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":5116,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1147,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4855,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":5117,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":5126,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1199,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4857,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":5127,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1204,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5126,"name":"GatewayMessageReactionAddDispatch"}}},{"id":5130,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1219,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4859,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":5131,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":5131,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1227,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":5128,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1209,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4858,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":5129,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1214,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5128,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":5132,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v9.ts","line":1232,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4860,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":5133,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":5111,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1131,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4861,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":5112,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":5112,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1139,"character":12}],"type":{"type":"intersection","types":[{"type":"reflection","declaration":{"id":5113,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5115,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1141,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":5114,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1140,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5115,5114]}],"sources":[{"fileName":"gateway/v9.ts","line":1139,"character":47}]}},{"type":"reference","typeArguments":[{"type":"reference","id":5567,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":5138,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1250,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4862,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":5139,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5139,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1258,"character":12}],"type":{"type":"reference","id":5862,"name":"RawGatewayPresenceUpdate"}},{"id":4915,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#ready"},"sources":[{"fileName":"gateway/v9.ts","line":382,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4866,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":4916,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":4885,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":264,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4887,"name":"GatewayHello"},{"type":"reference","id":4894,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":4899,"name":"GatewayHeartbeatAck"},{"type":"reference","id":4904,"name":"GatewayInvalidSession"},{"type":"reference","id":4910,"name":"GatewayReconnect"},{"type":"reference","id":4886,"name":"GatewayDispatchPayload"}]}},{"id":4923,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#resumed"},"sources":[{"fileName":"gateway/v9.ts","line":427,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4867,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":4884,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":256,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5198,"name":"GatewayHeartbeat"},{"type":"reference","id":5202,"name":"GatewayIdentify"},{"type":"reference","id":5242,"name":"GatewayUpdatePresence"},{"type":"reference","id":5234,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":5217,"name":"GatewayResume"},{"type":"reference","id":5224,"name":"GatewayRequestGuildMembers"}]}},{"id":5140,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1263,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4863,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":5141,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":5141,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1271,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":5142,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1276,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4864,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":5143,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":5143,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1284,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":5144,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1289,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4865,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":5145,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5145,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1297,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":5155,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create"},"sources":[{"fileName":"gateway/v9.ts","line":1351,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":5176,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1376,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":5177,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1381,"character":12}],"type":{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}},{"id":5146,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1302,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4870,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":5147,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":5147,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1310,"character":12}],"type":{"type":"reference","id":5936,"name":"RawGatewayThreadListSync"}},{"id":5150,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1328,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4872,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":5151,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5151,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1336,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":5674,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":5152,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5153,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1336,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5153]}],"sources":[{"fileName":"gateway/v9.ts","line":1336,"character":70}]}}]}},{"id":5148,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1315,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4871,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":5149,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":5149,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1323,"character":12}],"type":{"type":"reference","id":5941,"name":"RawGatewayThreadMembersUpdate"}},{"id":5154,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-create\nhttps://discord.com/developers/docs/topics/gateway#thread-update\nhttps://discord.com/developers/docs/topics/gateway#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1343,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4868,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":4869,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":4873,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":5174,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1366,"character":12}],"type":{"type":"reference","id":4924,"name":"GatewayChannelModifyDispatch"}},{"id":5175,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1371,"character":12}],"type":{"type":"reference","id":4925,"name":"GatewayChannelModifyDispatchData"}},{"id":5178,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#typing-start"},"sources":[{"fileName":"gateway/v9.ts","line":1386,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4874,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":5179,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":5185,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1419,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4875,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":5186,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":5186,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1424,"character":12}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":5189,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-server-update"},"sources":[{"fileName":"gateway/v9.ts","line":1442,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4876,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":5190,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":5187,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1429,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4877,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":5188,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":5188,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1437,"character":12}],"type":{"type":"reference","id":6761,"name":"GatewayVoiceState"}},{"id":5194,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#webhooks-update"},"sources":[{"fileName":"gateway/v9.ts","line":1472,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4878,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":5195,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":7709,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#list-voice-regions"},"sources":[{"fileName":"rest/v9/voice.ts","line":6,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6775,"name":"APIVoiceRegion"}}},{"id":5455,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":54,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":5454,"name":"TextChannelType"},{"type":"reference","id":5554,"name":"ChannelType.GuildVoice"},{"type":"reference","id":5561,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":5557,"name":"ChannelType.GuildNews"}]},{"type":"union","types":[{"type":"reference","id":5553,"name":"ChannelType.DM"},{"type":"reference","id":5555,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5474,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":95,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5454,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":5553,"name":"ChannelType.DM"},{"type":"reference","id":5555,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6438,"name":"PartialAPIMessageInteractionGuildMember","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":8,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"premium_since"},{"type":"literal","value":"pending"},{"type":"literal","value":"nick"},{"type":"literal","value":"mute"},{"type":"literal","value":"joined_at"},{"type":"literal","value":"deaf"},{"type":"literal","value":"communication_disabled_until"},{"type":"literal","value":"avatar"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":7176,"name":"RESTDeleteAPIChannelAllMessageReactionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions"},"sources":[{"fileName":"rest/v9/channel.ts","line":328,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7170,"name":"RESTDeleteAPIChannelMessageOwnReaction","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-own-reaction"},"sources":[{"fileName":"rest/v9/channel.ts","line":297,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7177,"name":"RESTDeleteAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-all-reactions-for-emoji"},"sources":[{"fileName":"rest/v9/channel.ts","line":333,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7191,"name":"RESTDeleteAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":407,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7171,"name":"RESTDeleteAPIChannelMessageUserReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-user-reaction"},"sources":[{"fileName":"rest/v9/channel.ts","line":302,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7211,"name":"RESTDeleteAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#delete-channel-permission"},"sources":[{"fileName":"rest/v9/channel.ts","line":517,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7218,"name":"RESTDeleteAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#unpin-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":552,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7224,"name":"RESTDeleteAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-remove-recipient"},"sources":[{"fileName":"rest/v9/channel.ts","line":576,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7140,"name":"RESTDeleteAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#deleteclose-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":154,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7243,"name":"RESTDeleteAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#leave-thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":658,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7704,"name":"RESTDeleteAPICurrentUserGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#leave-guild"},"sources":[{"fileName":"rest/v9/user.ts","line":76,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7389,"name":"RESTDeleteAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-ban"},"sources":[{"fileName":"rest/v9/guild.ts","line":576,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7263,"name":"RESTDeleteAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#delete-guild-emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":62,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7432,"name":"RESTDeleteAPIGuildIntegrationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-integration"},"sources":[{"fileName":"rest/v9/guild.ts","line":772,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7377,"name":"RESTDeleteAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":520,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7376,"name":"RESTDeleteAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#remove-guild-member-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":515,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7330,"name":"RESTDeleteAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":295,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7416,"name":"RESTDeleteAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#delete-guild-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":695,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7489,"name":"RESTDeleteAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#delete-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":116,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7667,"name":"RESTDeleteAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#delete-guild-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":79,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7683,"name":"RESTDeleteAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#delete-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":72,"character":12}],"type":{"type":"reference","id":6684,"name":"APITemplate"}},{"id":7543,"name":"RESTDeleteAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":228,"character":12}],"type":{"type":"reference","id":7762,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":7533,"name":"RESTDeleteAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#delete-original-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":181,"character":12}],"type":{"type":"reference","id":7762,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":7556,"name":"RESTDeleteAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#delete-invite"},"sources":[{"fileName":"rest/v9/invite.ts","line":27,"character":12}],"type":{"type":"reference","id":6550,"name":"APIInvite"}},{"id":7649,"name":"RESTDeleteAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#delete-stage-instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":61,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7727,"name":"RESTDeleteAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":92,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7762,"name":"RESTDeleteAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":268,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7728,"name":"RESTDeleteAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#delete-webhook-with-token"},"sources":[{"fileName":"rest/v9/webhook.ts","line":97,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7545,"name":"RESTGetAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-application-command-permissions"},"sources":[{"fileName":"rest/v9/interactions.ts","line":238,"character":12}],"type":{"type":"reference","id":6412,"name":"APIGuildApplicationCommandPermissions"}},{"id":7497,"name":"RESTGetAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":27,"character":12}],"type":{"type":"reference","id":6243,"name":"APIApplicationCommand"}},{"id":7496,"name":"RESTGetAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":22,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6243,"name":"APIApplicationCommand"}}},{"id":7518,"name":"RESTGetAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6243,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7517,"name":"RESTGetAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":96,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6243,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7113,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":5296,"name":"APIAuditLog"}},{"id":7200,"name":"RESTGetAPIChannelInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-invites"},"sources":[{"fileName":"rest/v9/channel.ts","line":458,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6566,"name":"APIExtendedInvite"}}},{"id":7175,"name":"RESTGetAPIChannelMessageReactionUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-reactions"},"sources":[{"fileName":"rest/v9/channel.ts","line":323,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6712,"name":"APIUser"}}},{"id":7147,"name":"RESTGetAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":188,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7146,"name":"RESTGetAPIChannelMessagesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"sources":[{"fileName":"rest/v9/channel.ts","line":183,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5567,"name":"APIMessage"}}},{"id":7216,"name":"RESTGetAPIChannelPinsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-pinned-messages"},"sources":[{"fileName":"rest/v9/channel.ts","line":542,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5567,"name":"APIMessage"}}},{"id":7119,"name":"RESTGetAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":32,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7244,"name":"RESTGetAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-thread-members"},"sources":[{"fileName":"rest/v9/channel.ts","line":663,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5674,"name":"APIThreadMember"}}},{"id":7248,"name":"RESTGetAPIChannelThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-active-threads","tags":[{"tag":"deprecated","text":"Removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-threads) instead.\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":684,"character":12}],"type":{"type":"reference","id":5680,"name":"APIThreadList"}},{"id":7249,"name":"RESTGetAPIChannelUsersThreadsArchivedResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads"},"sources":[{"fileName":"rest/v9/channel.ts","line":689,"character":12}],"type":{"type":"reference","id":5680,"name":"APIThreadList"}},{"id":7715,"name":"RESTGetAPIChannelWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-channel-webhooks"},"sources":[{"fileName":"rest/v9/webhook.ts","line":37,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6781,"name":"APIWebhook"}}},{"id":7708,"name":"RESTGetAPICurrentUserConnectionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user-connections"},"sources":[{"fileName":"rest/v9/user.ts","line":96,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6748,"name":"APIConnection"}}},{"id":7703,"name":"RESTGetAPICurrentUserGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"sources":[{"fileName":"rest/v9/user.ts","line":71,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7696,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":7684,"name":"RESTGetAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user"},"sources":[{"fileName":"rest/v9/user.ts","line":8,"character":12}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":7265,"name":"RESTGetAPIGatewayBotResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"sources":[{"fileName":"rest/v9/gateway.ts","line":11,"character":12}],"type":{"type":"reference","id":5853,"name":"APIGatewayBotInfo"}},{"id":7264,"name":"RESTGetAPIGatewayResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"sources":[{"fileName":"rest/v9/gateway.ts","line":6,"character":12}],"type":{"type":"reference","id":5851,"name":"APIGatewayInfo"}},{"id":7544,"name":"RESTGetAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-guild-application-command-permissions"},"sources":[{"fileName":"rest/v9/interactions.ts","line":233,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6412,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7383,"name":"RESTGetAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-ban"},"sources":[{"fileName":"rest/v9/guild.ts","line":550,"character":12}],"type":{"type":"reference","id":6122,"name":"APIBan"}},{"id":7378,"name":"RESTGetAPIGuildBansResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"sources":[{"fileName":"rest/v9/guild.ts","line":525,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6122,"name":"APIBan"}}},{"id":7331,"name":"RESTGetAPIGuildChannelsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-channels"},"sources":[{"fileName":"rest/v9/guild.ts","line":300,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5550,"name":"APIChannel"}}},{"id":7251,"name":"RESTGetAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#get-guild-emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":13,"character":12}],"type":{"type":"reference","id":5842,"name":"APIEmoji"}},{"id":7250,"name":"RESTGetAPIGuildEmojisResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#list-guild-emojis"},"sources":[{"fileName":"rest/v9/emoji.ts","line":8,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5842,"name":"APIEmoji"}}},{"id":7431,"name":"RESTGetAPIGuildIntegrationsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-integrations"},"sources":[{"fileName":"rest/v9/guild.ts","line":767,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6093,"name":"APIGuildIntegration"}}},{"id":7430,"name":"RESTGetAPIGuildInvitesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-invites"},"sources":[{"fileName":"rest/v9/guild.ts","line":762,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6566,"name":"APIExtendedInvite"}}},{"id":7342,"name":"RESTGetAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":349,"character":12}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":7443,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":820,"character":12}],"type":{"type":"reference","id":6160,"name":"APIGuildMembershipScreening"}},{"id":7346,"name":"RESTGetAPIGuildMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"sources":[{"fileName":"rest/v9/guild.ts","line":372,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6082,"name":"APIGuildMember"}}},{"id":7350,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":390,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6082,"name":"APIGuildMember"}}},{"id":7306,"name":"RESTGetAPIGuildPreviewResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-preview"},"sources":[{"fileName":"rest/v9/guild.ts","line":181,"character":12}],"type":{"type":"reference","id":6067,"name":"APIGuildPreview"}},{"id":7305,"name":"RESTGetAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":176,"character":12}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":7390,"name":"RESTGetAPIGuildRolesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-roles"},"sources":[{"fileName":"rest/v9/guild.ts","line":581,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}}},{"id":7482,"name":"RESTGetAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":87,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":7495,"name":"RESTGetAPIGuildScheduledEventUsersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event-users"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":145,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6236,"name":"APIGuildScheduledEventUser"}}},{"id":7467,"name":"RESTGetAPIGuildScheduledEventsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":25,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}}},{"id":7654,"name":"RESTGetAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#get-guild-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":24,"character":12}],"type":{"type":"reference","id":6641,"name":"APISticker"}},{"id":7653,"name":"RESTGetAPIGuildStickersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-guild-stickers"},"sources":[{"fileName":"rest/v9/sticker.ts","line":19,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6641,"name":"APISticker"}}},{"id":7674,"name":"RESTGetAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#get-guild-templates"},"sources":[{"fileName":"rest/v9/template.ts","line":33,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6684,"name":"APITemplate"}}},{"id":7341,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-threads"},"sources":[{"fileName":"rest/v9/guild.ts","line":344,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5680,"name":"APIThreadList"},{"type":"literal","value":"has_more"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7429,"name":"RESTGetAPIGuildVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-voice-regions"},"sources":[{"fileName":"rest/v9/guild.ts","line":757,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6775,"name":"APIVoiceRegion"}}},{"id":7716,"name":"RESTGetAPIGuildWebhooksResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-guild-webhooks"},"sources":[{"fileName":"rest/v9/webhook.ts","line":42,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6781,"name":"APIWebhook"}}},{"id":7460,"name":"RESTGetAPIGuildWelcomeScreenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-welcome-screen"},"sources":[{"fileName":"rest/v9/guild.ts","line":879,"character":12}],"type":{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"}},{"id":7442,"name":"RESTGetAPIGuildWidgetImageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Note: while the return type is `ArrayBuffer`, the expected result is\na buffer of sorts (depends if in browser or on node.js/deno)."},"sources":[{"fileName":"rest/v9/guild.ts","line":818,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":7436,"name":"RESTGetAPIGuildWidgetJSONResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget"},"sources":[{"fileName":"rest/v9/guild.ts","line":792,"character":12}],"type":{"type":"reference","id":6125,"name":"APIGuildWidget"}},{"id":7433,"name":"RESTGetAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-settings"},"sources":[{"fileName":"rest/v9/guild.ts","line":777,"character":12}],"type":{"type":"reference","id":6079,"name":"APIGuildWidgetSettings"}},{"id":7539,"name":"RESTGetAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":208,"character":12}],"type":{"type":"reference","id":7754,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":7529,"name":"RESTGetAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#get-original-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":161,"character":12}],"type":{"type":"reference","id":7754,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":7555,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":6550,"name":"APIInvite"}},{"id":7557,"name":"RESTGetAPIOAuth2CurrentApplicationResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":7,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5257,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7643,"name":"RESTGetAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#get-stage-instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":37,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":7650,"name":"RESTGetAPIStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#get-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":7,"character":12}],"type":{"type":"reference","id":6641,"name":"APISticker"}},{"id":7668,"name":"RESTGetAPITemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#get-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":7,"character":12}],"type":{"type":"reference","id":6684,"name":"APITemplate"}},{"id":7685,"name":"RESTGetAPIUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-user"},"sources":[{"fileName":"rest/v9/user.ts","line":13,"character":12}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":7717,"name":"RESTGetAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":47,"character":12}],"type":{"type":"reference","id":6781,"name":"APIWebhook"}},{"id":7754,"name":"RESTGetAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":230,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7718,"name":"RESTGetAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#get-webhook-with-token"},"sources":[{"fileName":"rest/v9/webhook.ts","line":52,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6781,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7686,"name":"RESTGetCurrentUserGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guild-member"},"sources":[{"fileName":"rest/v9/user.ts","line":18,"character":12}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":7598,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant-redirect-url-example"},"sources":[{"fileName":"rest/v9/oauth2.ts","line":100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7579,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7513,"name":"RESTPatchAPIApplicationCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":76,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7511,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":7514,"name":"RESTPatchAPIApplicationCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":81,"character":12}],"type":{"type":"reference","id":6243,"name":"APIApplicationCommand"}},{"id":7521,"name":"RESTPatchAPIApplicationGuildCommandJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":118,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7498,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7502,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":7522,"name":"RESTPatchAPIApplicationGuildCommandResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-guild-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":126,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6243,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7120,"name":"RESTPatchAPIChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":37,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7121,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7134,"name":"archived","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread should be archived","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":119,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7135,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The amount of time in minutes to wait before automatically archiving the thread","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":125,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"}},{"id":7128,"name":"bitrate","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The bitrate (in bits) of the voice channel; 8000 to 96000 (128000 for VIP servers)","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":83,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7137,"name":"default_auto_archive_duration","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default duration for newly created threads, in minutes, to automatically archive the thread after recent activity","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":137,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"}},{"id":7138,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread","text":"Channel types: privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":143,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7136,"name":"locked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the thread should be locked","text":"Channel types: newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":131,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7122,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"1-100 character channel name","text":"Channel types: all\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7126,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7131,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the new parent category for a channel","text":"Channel types: text, news, voice\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":101,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7130,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel or category-specific permissions","text":"Channel types: all excluding newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":95,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":7114,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":7124,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The position of the channel in the left-hand listing","text":"Channel types: all excluding newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":57,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7127,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600);\nbots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`,\nare unaffected","text":"Channel types: text, newsThread, publicThread, privateThread\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":77,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7132,"name":"rtc_region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id for the voice or stage channel, automatic when set to `null`","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":107,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7125,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":63,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7123,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of channel; only conversion between `text` and `news`\nis supported and only in guilds with the \"NEWS\" feature","text":"Channel types: text, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5557,"name":"ChannelType.GuildNews"},{"type":"reference","id":5552,"name":"ChannelType.GuildText"}]}},{"id":7129,"name":"user_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user limit of the voice channel; 0 refers to no limit, 1 to 99 refers to a user limit","text":"Channel types: voice\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":89,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7133,"name":"video_quality_mode","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The camera video quality mode of the voice channel","text":"See https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5564,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7134,7135,7128,7137,7138,7136,7122,7126,7131,7130,7124,7127,7132,7125,7123,7129,7133]}],"sources":[{"fileName":"rest/v9/channel.ts","line":37,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7187,"name":"RESTPatchAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":390,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7188,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7189,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":395,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7189]}],"sources":[{"fileName":"rest/v9/channel.ts","line":391,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7178,"name":"RESTPatchAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7178,"name":"RESTPatchAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":338,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7179,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7184,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":370,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5755,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":7185,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":378,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":7186,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":384,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":7180,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v9/channel.ts","line":342,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7182,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object","tags":[{"tag":"deprecated","text":"Use `embeds` instead\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":355,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5684,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":7181,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":348,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5684,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":7183,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Edit the flags of a message (only `SUPPRESS_EMBEDS` can currently be set/unset)","text":"When specifying flags, ensure to include all previously set flags/bits\nin addition to ones that you are modifying\n\nSee https://discord.com/developers/docs/resources/channel#message-object-message-flags\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":364,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5637,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7184,7185,7186,7180,7182,7181,7183]}],"sources":[{"fileName":"rest/v9/channel.ts","line":338,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7190,"name":"RESTPatchAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":402,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7139,"name":"RESTPatchAPIChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#modify-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":149,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7371,"name":"RESTPatchAPICurrentGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":490,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7372,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7373,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":496,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7373]}],"sources":[{"fileName":"rest/v9/guild.ts","line":490,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7368,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead.\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":478,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7369,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7370,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `CHANGE_NICKNAME` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":484,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7370]}],"sources":[{"fileName":"rest/v9/guild.ts","line":478,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7374,"name":"RESTPatchAPICurrentGuildMemberNicknameResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-nick","tags":[{"tag":"deprecated","text":"Use [Modify Current Member](https://discord.com/developers/docs/resources/guild#modify-current-member) instead.\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":504,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7368,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":7687,"name":"RESTPatchAPICurrentUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user"},"sources":[{"fileName":"rest/v9/user.ts","line":23,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7688,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7690,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If passed, modifies the user's avatar"},"sources":[{"fileName":"rest/v9/user.ts","line":31,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7689,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's username, if changed may cause the user's discriminator to be randomized"},"sources":[{"fileName":"rest/v9/user.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7690,7689]}],"sources":[{"fileName":"rest/v9/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7691,"name":"RESTPatchAPICurrentUserResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#modify-current-user"},"sources":[{"fileName":"rest/v9/user.ts","line":37,"character":12}],"type":{"type":"reference","id":6712,"name":"APIUser"}},{"id":7334,"name":"RESTPatchAPIGuildChannelPositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions"},"sources":[{"fileName":"rest/v9/guild.ts","line":315,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7335,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7336,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v9/guild.ts","line":320,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7338,"name":"lock_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sync channel overwrites with the new parent, when moving to a new `parent_id`"},"sources":[{"fileName":"rest/v9/guild.ts","line":328,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7339,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new parent id of this channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":332,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7337,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":324,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7336,7338,7339,7337]}],"sources":[{"fileName":"rest/v9/guild.ts","line":316,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7340,"name":"RESTPatchAPIGuildChannelPositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions"},"sources":[{"fileName":"rest/v9/guild.ts","line":339,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7258,"name":"RESTPatchAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":43,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7259,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7260,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7261,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v9/emoji.ts","line":51,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7260,7261]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7262,"name":"RESTPatchAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#modify-guild-emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":57,"character":12}],"type":{"type":"reference","id":5842,"name":"APIEmoji"}},{"id":7307,"name":"RESTPatchAPIGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":186,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7308,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7314,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":218,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7315,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v9/guild.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7320,"name":"banner","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":246,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7312,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":208,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":7327,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":280,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7319,"name":"discovery_splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 png/jpeg image for the guild discovery splash (when the guild has `DISCOVERABLE` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":242,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7313,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":214,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":7326,"name":"features","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Enabled guild features","text":"See https://discord.com/developers/docs/resources/guild#guild-object-guild-features\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":276,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6041,"name":"GuildFeature"}}},{"id":7316,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the guild has `ANIMATED_ICON` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":228,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7309,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New name for the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7317,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User id to transfer guild ownership to (must be owner)"},"sources":[{"fileName":"rest/v9/guild.ts","line":232,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7325,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The preferred locale of a Community guild used in server discovery and notices from Discord; defaults to \"en-US\"","tags":[{"tag":"default","text":"\"en-US\" (if the value is set to `null`)\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":270,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7328,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v9/guild.ts","line":284,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7324,"name":"public_updates_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where admins and moderators of Community guilds receive notices from Discord"},"sources":[{"fileName":"rest/v9/guild.ts","line":264,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7310,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":196,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7323,"name":"rules_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where Community guilds display rules and/or guidelines"},"sources":[{"fileName":"rest/v9/guild.ts","line":260,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7318,"name":"splash","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 16:9 png/jpeg image for the guild splash (when the guild has `INVITE_SPLASH` feature)","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":238,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7322,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":256,"character":1}],"type":{"type":"reference","id":6036,"name":"GuildSystemChannelFlags"}},{"id":7321,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v9/guild.ts","line":250,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7311,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":202,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6021,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7314,7315,7320,7312,7327,7319,7313,7326,7316,7309,7317,7325,7328,7324,7310,7323,7318,7322,7321,7311]}],"sources":[{"fileName":"rest/v9/guild.ts","line":186,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7359,"name":"RESTPatchAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":431,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7360,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7365,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of channel to move user to (if they are connected to voice)","text":"Requires `MOVE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":461,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7366,"name":"communication_disabled_until","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of when the time out will be removed; until then, they cannot interact with the guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":465,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7364,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":455,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7363,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels. Will throw a 400 if the user is not in a voice channel","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":449,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7361,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":437,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7362,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":443,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7365,7366,7364,7363,7361,7362]}],"sources":[{"fileName":"rest/v9/guild.ts","line":431,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7367,"name":"RESTPatchAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":471,"character":12}],"type":{"type":"reference","id":6082,"name":"APIGuildMember"}},{"id":7444,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":822,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7445,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7448,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The server description to show in the screening form"},"sources":[{"fileName":"rest/v9/guild.ts","line":834,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7446,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":826,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7447,"name":"form_fields","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of field objects serialized in a string"},"sources":[{"fileName":"rest/v9/guild.ts","line":830,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7448,7446,7447]}],"sources":[{"fileName":"rest/v9/guild.ts","line":822,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7449,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":837,"character":12}],"type":{"type":"reference","id":6160,"name":"APIGuildMembershipScreening"}},{"id":7329,"name":"RESTPatchAPIGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":290,"character":12}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":7406,"name":"RESTPatchAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":656,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7407,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7410,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v9/guild.ts","line":668,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7411,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar"},"sources":[{"fileName":"rest/v9/guild.ts","line":672,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7412,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":676,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7414,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v9/guild.ts","line":684,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7408,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":660,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7409,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions"},"sources":[{"fileName":"rest/v9/guild.ts","line":664,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7413,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":680,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7410,7411,7412,7414,7408,7409,7413]}],"sources":[{"fileName":"rest/v9/guild.ts","line":656,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7401,"name":"RESTPatchAPIGuildRolePositionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions"},"sources":[{"fileName":"rest/v9/guild.ts","line":635,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7402,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7403,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v9/guild.ts","line":640,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7404,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":644,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7403,7404]}],"sources":[{"fileName":"rest/v9/guild.ts","line":636,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7405,"name":"RESTPatchAPIGuildRolePositionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role-positions"},"sources":[{"fileName":"rest/v9/guild.ts","line":651,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6609,"name":"APIRole"}}},{"id":7415,"name":"RESTPatchAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":690,"character":12}],"type":{"type":"reference","id":6609,"name":"APIRole"}},{"id":7483,"name":"RESTPatchAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":92,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7468,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7484,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7487,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":105,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7486,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The entity metadata of the scheduled event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":101,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":6223,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":7485,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the scheduled event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":97,"character":2}],"type":{"type":"reference","id":6229,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[7487,7486,7485]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7488,"name":"RESTPatchAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#modify-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":111,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":7661,"name":"RESTPatchAPIGuildStickerJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#modify-guild-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":56,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7662,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7664,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description of the sticker (2-100 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":64,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7663,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the sticker (2-30 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7665,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The Discord name of a unicode emoji representing the sticker's expression (2-200 characters)"},"sources":[{"fileName":"rest/v9/sticker.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7664,7663,7665]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7666,"name":"RESTPatchAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#modify-guild-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":74,"character":12}],"type":{"type":"reference","id":6641,"name":"APISticker"}},{"id":7681,"name":"RESTPatchAPIGuildTemplateJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#modify-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":62,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7675,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":7682,"name":"RESTPatchAPIGuildTemplateResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#modify-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":67,"character":12}],"type":{"type":"reference","id":6684,"name":"APITemplate"}},{"id":7450,"name":"RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state"},"sources":[{"fileName":"rest/v9/guild.ts","line":842,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7451,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7452,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v9/guild.ts","line":846,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7454,"name":"request_to_speak_timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sets the user's request to speak"},"sources":[{"fileName":"rest/v9/guild.ts","line":854,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7453,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":850,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7452,7454,7453]}],"sources":[{"fileName":"rest/v9/guild.ts","line":842,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7455,"name":"RESTPatchAPIGuildVoiceStateCurrentMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-current-user-voice-state"},"sources":[{"fileName":"rest/v9/guild.ts","line":860,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7456,"name":"RESTPatchAPIGuildVoiceStateUserJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-user-voice-state"},"sources":[{"fileName":"rest/v9/guild.ts","line":865,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7457,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7458,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v9/guild.ts","line":869,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7459,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7458,7459]}],"sources":[{"fileName":"rest/v9/guild.ts","line":865,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7461,"name":"RESTPatchAPIGuildWelcomeScreenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen"},"sources":[{"fileName":"rest/v9/guild.ts","line":884,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7462,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7463,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":889,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7463]}],"sources":[{"fileName":"rest/v9/guild.ts","line":885,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7464,"name":"RESTPatchAPIGuildWelcomeScreenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen"},"sources":[{"fileName":"rest/v9/guild.ts","line":895,"character":12}],"type":{"type":"reference","id":6152,"name":"APIGuildWelcomeScreen"}},{"id":7434,"name":"RESTPatchAPIGuildWidgetSettingsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget"},"sources":[{"fileName":"rest/v9/guild.ts","line":782,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6079,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":7435,"name":"RESTPatchAPIGuildWidgetSettingsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-widget"},"sources":[{"fileName":"rest/v9/guild.ts","line":787,"character":12}],"type":{"type":"reference","id":6079,"name":"APIGuildWidgetSettings"}},{"id":7541,"name":"RESTPatchAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":218,"character":12}],"type":{"type":"reference","id":7758,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":7540,"name":"RESTPatchAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":213,"character":12}],"type":{"type":"reference","id":7755,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":7542,"name":"RESTPatchAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":223,"character":12}],"type":{"type":"reference","id":7761,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":7531,"name":"RESTPatchAPIInteractionOriginalResponseFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":171,"character":12}],"type":{"type":"reference","id":7758,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":7530,"name":"RESTPatchAPIInteractionOriginalResponseJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":166,"character":12}],"type":{"type":"reference","id":7755,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":7532,"name":"RESTPatchAPIInteractionOriginalResponseResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#edit-original-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":176,"character":12}],"type":{"type":"reference","id":7761,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":7644,"name":"RESTPatchAPIStageInstanceJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":42,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7645,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7647,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The privacy level of the stage instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":50,"character":1}],"type":{"type":"reference","id":6633,"name":"StageInstancePrivacyLevel"}},{"id":7646,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The topic of the stage instance (1-120 characters)"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7647,7646]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7648,"name":"RESTPatchAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#modify-stage-instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":56,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":7719,"name":"RESTPatchAPIWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":57,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7720,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7722,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":67,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7723,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The new channel id this webhook should be moved to"},"sources":[{"fileName":"rest/v9/webhook.ts","line":71,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7721,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default name of the webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7722,7723,7721]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7724,"name":"RESTPatchAPIWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":77,"character":12}],"type":{"type":"reference","id":6781,"name":"APIWebhook"}},{"id":7725,"name":"RESTPatchAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token"},"sources":[{"fileName":"rest/v9/webhook.ts","line":82,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7719,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7758,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":251,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7759,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7760,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":256,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7760]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":252,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7755,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7755,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7729,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"content"},{"type":"literal","value":"embeds"},{"type":"literal","value":"allowed_mentions"},{"type":"literal","value":"components"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":7756,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7757,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attached files to keep","text":"Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.\n\nSee https://discord.com/developers/docs/resources/channel#attachment-object\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":244,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"filename"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[7757]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":236,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7761,"name":"RESTPatchAPIWebhookWithTokenMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#edit-webhook-message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":263,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7726,"name":"RESTPatchAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#modify-webhook-with-token"},"sources":[{"fileName":"rest/v9/webhook.ts","line":87,"character":12}],"type":{"type":"reference","id":7718,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":7511,"name":"RESTPostAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":64,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":7498,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":7502,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":7512,"name":"RESTPostAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":71,"character":12}],"type":{"type":"reference","id":6243,"name":"APIApplicationCommand"}},{"id":7519,"name":"RESTPostAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":106,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7498,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7502,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":7520,"name":"RESTPostAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-guild-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":113,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6243,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7214,"name":"RESTPostAPIChannelFollowersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":532,"character":12}],"type":{"type":"reference","id":5647,"name":"APIFollowedChannel"}},{"id":7201,"name":"RESTPostAPIChannelInviteJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite"},"sources":[{"fileName":"rest/v9/channel.ts","line":463,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7202,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7203,"name":"max_age","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Duration of invite in seconds before expiry, or 0 for never","tags":[{"tag":"default","text":"86400 (24 hours)\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":469,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7204,"name":"max_uses","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of uses or 0 for unlimited","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":475,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7209,"name":"target_application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the embedded application to open for this invite\n- Required if `target_type` is 2\n- The application must have the `EMBEDDED` flag"},"sources":[{"fileName":"rest/v9/channel.ts","line":506,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7207,"name":"target_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of target for this voice channel invite","text":"See https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":494,"character":1}],"type":{"type":"reference","id":6563,"name":"InviteTargetType"}},{"id":7208,"name":"target_user_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the user whose stream to display for this invite\n- Required if `target_type` is 1\n- The user must be streaming in the channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":500,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7205,"name":"temporary","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this invite only grants temporary membership","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":481,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7206,"name":"unique","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"If true, don't try to reuse a similar invite\n(useful for creating many unique one time use invites)","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":488,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7203,7204,7209,7207,7208,7205,7206]}],"sources":[{"fileName":"rest/v9/channel.ts","line":463,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7210,"name":"RESTPostAPIChannelInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-channel-invite"},"sources":[{"fileName":"rest/v9/channel.ts","line":512,"character":12}],"type":{"type":"reference","id":6566,"name":"APIExtendedInvite"}},{"id":7168,"name":"RESTPostAPIChannelMessageCrosspostResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#crosspost-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":287,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7164,"name":"RESTPostAPIChannelMessageFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":270,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7165,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7166,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":275,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7166]}],"sources":[{"fileName":"rest/v9/channel.ts","line":271,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7151,"name":"RESTPostAPIChannelMessageJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7151,"name":"RESTPostAPIChannelMessageJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7152,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7158,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for a message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":238,"character":1}],"type":{"type":"reference","id":5755,"name":"APIAllowedMentions"}},{"id":7162,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v9/channel.ts","line":260,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":7160,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"See https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":250,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":7153,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v9/channel.ts","line":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7157,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object","tags":[{"tag":"deprecated","text":"Use `embeds` instead\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":232,"character":1}],"type":{"type":"reference","id":5684,"name":"APIEmbed"}},{"id":7156,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content (up to 6000 characters)","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":225,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5684,"name":"APIEmbed"}}},{"id":7163,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v9/channel.ts","line":264,"character":1}],"type":{"type":"reference","id":5637,"name":"MessageFlags"}},{"id":7159,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Include to make your message a reply","text":"See https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":244,"character":1}],"type":{"type":"reference","id":7148,"name":"APIMessageReferenceSend"}},{"id":7154,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A nonce that can be used for optimistic message sending"},"sources":[{"fileName":"rest/v9/channel.ts","line":215,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7161,"name":"sticker_ids","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"IDs of up to 3 stickers in the server to send in the message","text":"See https://discord.com/developers/docs/resources/sticker#sticker-object\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":256,"character":1}],"type":{"type":"union","types":[{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]},{"type":"tuple","elements":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"reference","id":2,"name":"Snowflake"}]}]}},{"id":7155,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v9/channel.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7158,7162,7160,7153,7157,7156,7163,7159,7154,7161,7155]}],"sources":[{"fileName":"rest/v9/channel.ts","line":207,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7167,"name":"RESTPostAPIChannelMessageResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":282,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7194,"name":"RESTPostAPIChannelMessagesBulkDeleteResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"sources":[{"fileName":"rest/v9/channel.ts","line":422,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7225,"name":"RESTPostAPIChannelMessagesThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-from-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":581,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7226,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7228,"name":"auto_archive_duration","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The amount of time in minutes to wait before automatically archiving the thread","text":"The 3 day and 7 day archive durations require the server to be boosted. The [guild features](https://discord.com/developers/docs/resources/guild#guild-object-guild-features) will indicate if a server is able to use those settings.\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":591,"character":1}],"type":{"type":"reference","id":5669,"name":"ThreadAutoArchiveDuration"}},{"id":7227,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v9/channel.ts","line":585,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7229,"name":"rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Amount of seconds a user has to wait before sending another message (0-21600)"},"sources":[{"fileName":"rest/v9/channel.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7228,7227,7229]}],"sources":[{"fileName":"rest/v9/channel.ts","line":581,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7236,"name":"RESTPostAPIChannelMessagesThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-from-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":621,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7237,"name":"RESTPostAPIChannelThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-without-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":626,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7225,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7238,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7240,"name":"invitable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether non-moderators can add other non-moderators to the thread; only available when creating a private thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":642,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7239,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The type of thread to create","text":"In API v9, `type` defaults to `PRIVATE_THREAD`.\nIn a future API version this will be changed to be a required field, with no default.\n\nSee https://discord.com/developers/docs/resources/channel#channel-object-channel-types\n","tags":[{"tag":"default","text":"ChannelType.GuildPrivateThread\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":638,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":5558,"name":"ChannelType.GuildNewsThread"},{"type":"reference","id":5559,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":5560,"name":"ChannelType.GuildPrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7240,7239]}],"sources":[{"fileName":"rest/v9/channel.ts","line":627,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7241,"name":"RESTPostAPIChannelThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-without-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":648,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7215,"name":"RESTPostAPIChannelTypingResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#trigger-typing-indicator"},"sources":[{"fileName":"rest/v9/channel.ts","line":537,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7710,"name":"RESTPostAPIChannelWebhookJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":16,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7711,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7713,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Image for the default webhook avatar","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":26,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7712,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the webhook (1-80 characters)"},"sources":[{"fileName":"rest/v9/webhook.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7713,7712]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7714,"name":"RESTPostAPIChannelWebhookResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#create-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":32,"character":12}],"type":{"type":"reference","id":6781,"name":"APIWebhook"}},{"id":7498,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"sources":[{"fileName":"rest/v9/interactions.ts","line":48,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7499,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7501,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":51,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7500,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/interactions.ts","line":50,"character":2}],"type":{"type":"reference","id":6260,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[7501,7500]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":49,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7707,"name":"RESTPostAPICurrentUserCreateDMChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"sources":[{"fileName":"rest/v9/user.ts","line":91,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7332,"name":"RESTPostAPIGuildChannelJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":305,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7272,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":7333,"name":"RESTPostAPIGuildChannelResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":310,"character":12}],"type":{"type":"reference","id":5550,"name":"APIChannel"}},{"id":7252,"name":"RESTPostAPIGuildEmojiJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji-json-params"},"sources":[{"fileName":"rest/v9/emoji.ts","line":18,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7253,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7255,"name":"image","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The 128x128 emoji image","text":"https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/emoji.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7254,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7256,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Roles for which this emoji will be whitelisted"},"sources":[{"fileName":"rest/v9/emoji.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7255,7254,7256]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7257,"name":"RESTPostAPIGuildEmojiResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#create-guild-emoji"},"sources":[{"fileName":"rest/v9/emoji.ts","line":38,"character":12}],"type":{"type":"reference","id":5842,"name":"APIEmoji"}},{"id":7233,"name":"RESTPostAPIGuildForumThreadsFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":611,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7225,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7234,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7235,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":615,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7235]}],"sources":[{"fileName":"rest/v9/channel.ts","line":611,"character":99}]}}]}},{"id":7230,"name":"RESTPostAPIGuildForumThreadsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":601,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7225,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7231,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7232,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":605,"character":1}],"type":{"type":"reference","id":7151,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[7232]}],"sources":[{"fileName":"rest/v9/channel.ts","line":601,"character":95}]}}]}},{"id":7422,"name":"RESTPostAPIGuildPruneJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"sources":[{"fileName":"rest/v9/guild.ts","line":728,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7423,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7425,"name":"compute_prune_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether `pruned is returned, discouraged for large guilds","tags":[{"tag":"default","text":"true\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":740,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7424,"name":"days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to count prune for (1 or more)","tags":[{"tag":"default","text":"7\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":734,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7426,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v9/guild.ts","line":744,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7425,7424,7426]}],"sources":[{"fileName":"rest/v9/guild.ts","line":728,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7391,"name":"RESTPostAPIGuildRoleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":586,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7392,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7395,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value","tags":[{"tag":"default","text":"0\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":604,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7396,"name":"hoist","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be displayed separately in the sidebar","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":610,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7397,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's icon image (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":614,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7399,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":624,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7393,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role","tags":[{"tag":"default","text":"\"new role\"\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":592,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7394,"name":"permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise value of the enabled/disabled permissions","tags":[{"tag":"default","text":"\"default role permissions in guild\"\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":598,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7398,"name":"unicode_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role's unicode emoji as a standard emoji (if the guild has the `ROLE_ICONS` feature)"},"sources":[{"fileName":"rest/v9/guild.ts","line":618,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7395,7396,7397,7399,7393,7394,7398]}],"sources":[{"fileName":"rest/v9/guild.ts","line":586,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":7278,"name":"APIGuildCreateRole"}]},{"id":7400,"name":"RESTPostAPIGuildRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":630,"character":12}],"type":{"type":"reference","id":6609,"name":"APIRole"}},{"id":7468,"name":"RESTPostAPIGuildScheduledEventJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":30,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7469,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7470,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The stage channel id of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":34,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7475,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7477,"name":"entity_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The entity metadata of the scheduled event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":62,"character":1}],"type":{"type":"reference","id":6223,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":7476,"name":"entity_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scheduled entity type of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":58,"character":1}],"type":{"type":"reference","id":6225,"name":"GuildScheduledEventEntityType"}},{"id":7478,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The cover image of the scheduled event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7471,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7472,"name":"privacy_level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The privacy level of the guild event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":42,"character":1}],"type":{"type":"reference","id":6234,"name":"GuildScheduledEventPrivacyLevel"}},{"id":7474,"name":"scheduled_end_time","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The time when the scheduled event is scheduled to end"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7473,"name":"scheduled_start_time","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time to schedule the guild event at"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7470,7475,7477,7476,7478,7471,7472,7474,7473]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7479,"name":"RESTPostAPIGuildScheduledEventResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#create-guild-scheduled-event"},"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":72,"character":12}],"type":{"type":"reference","id":6222,"name":"APIGuildScheduledEvent"}},{"id":7660,"name":"RESTPostAPIGuildStickerResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"sources":[{"fileName":"rest/v9/sticker.ts","line":51,"character":12}],"type":{"type":"reference","id":6641,"name":"APISticker"}},{"id":7675,"name":"RESTPostAPIGuildTemplatesJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":38,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7676,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7678,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the template (0-120 characters)"},"sources":[{"fileName":"rest/v9/template.ts","line":46,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7677,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the template (1-100 characters)"},"sources":[{"fileName":"rest/v9/template.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7678,7677]}],"sources":[{"fileName":"rest/v9/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7679,"name":"RESTPostAPIGuildTemplatesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":52,"character":12}],"type":{"type":"reference","id":6684,"name":"APITemplate"}},{"id":7287,"name":"RESTPostAPIGuildsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7288,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7297,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":135,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7298,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"AFK timeout in seconds"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7296,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild's channels","text":"**When using the channels parameter, the `position` field is ignored, and none of the default channels are created.**\n\n*When using the channels parameter, the `id` field within each channel object may be set to an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to create `GUILD_CATEGORY` channels\nby setting the `parent_id` field on any children to the category's id field.\nCategory channels must be listed before any children.*\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":131,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7272,"name":"APIGuildCreatePartialChannel"}}},{"id":7293,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Default message notification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":99,"character":1}],"type":{"type":"reference","id":6006,"name":"GuildDefaultMessageNotifications"}},{"id":7294,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Explicit content filter level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":105,"character":1}],"type":{"type":"reference","id":6009,"name":"GuildExplicitContentFilter"}},{"id":7291,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":87,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7289,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7301,"name":"premium_progress_bar_enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the boosts progress bar should be enabled."},"sources":[{"fileName":"rest/v9/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7290,"name":"region","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Voice region id","text":"See https://discord.com/developers/docs/resources/voice#voice-region-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":81,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7295,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"New guild roles","text":"**When using this parameter, the first member of the array is used to change properties of the guild's @everyone role.\nIf you are trying to bootstrap a guild with additional roles, keep this in mind.**\n\n*When using this parameter, the required `id` field within each role object is an integer placeholder,\nand will be replaced by the API upon consumption. Its purpose is to allow you to overwrite a role's permissions\nin a channel when also passing in channels with the channels array.*\n\nSee https://discord.com/developers/docs/topics/permissions#role-object\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":118,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7278,"name":"APIGuildCreateRole"}}},{"id":7300,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"System channel flags","text":"See https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":149,"character":1}],"type":{"type":"reference","id":6036,"name":"GuildSystemChannelFlags"}},{"id":7299,"name":"system_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel where guild notices such as welcome messages and boost events are posted"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7292,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Verification level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-verification-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":93,"character":1}],"type":{"type":"reference","id":6021,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[7297,7298,7296,7293,7294,7291,7289,7301,7290,7295,7300,7299,7292]}],"sources":[{"fileName":"rest/v9/guild.ts","line":71,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7302,"name":"RESTPostAPIGuildsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":159,"character":12}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":7526,"name":"RESTPostAPIInteractionCallbackFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":149,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7527,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7528,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":154,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7528]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":150,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7525,"name":"RESTPostAPIInteractionCallbackJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7525,"name":"RESTPostAPIInteractionCallbackJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response"},"sources":[{"fileName":"rest/v9/interactions.ts","line":144,"character":12}],"type":{"type":"reference","id":6512,"name":"APIInteractionResponse"}},{"id":7535,"name":"RESTPostAPIInteractionFollowupFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":191,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7536,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7537,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":196,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7537]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":192,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7534,"name":"RESTPostAPIInteractionFollowupJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7534,"name":"RESTPostAPIInteractionFollowupJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":186,"character":12}],"type":{"type":"reference","id":6540,"name":"APIInteractionResponseCallbackData"}},{"id":7538,"name":"RESTPostAPIInteractionFollowupResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message"},"sources":[{"fileName":"rest/v9/interactions.ts","line":203,"character":12}],"type":{"type":"reference","id":7747,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":7642,"name":"RESTPostAPIStageInstanceResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"sources":[{"fileName":"rest/v9/stageInstance.ts","line":32,"character":12}],"type":{"type":"reference","id":6625,"name":"APIStageInstance"}},{"id":7669,"name":"RESTPostAPITemplateCreateGuildJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-from-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":12,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7670,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7672,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"base64 1024x1024 png/jpeg image for the guild icon","text":"See https://discord.com/developers/docs/reference#image-data\n"},"sources":[{"fileName":"rest/v9/template.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7671,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/template.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7672,7671]}],"sources":[{"fileName":"rest/v9/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7673,"name":"RESTPostAPITemplateCreateGuildResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#create-guild-from-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":28,"character":12}],"type":{"type":"reference","id":5962,"name":"APIGuild"}},{"id":7740,"name":"RESTPostAPIWebhookWithTokenFormDataBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":152,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7741,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7742,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":157,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7742]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":153,"character":4}]}},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]},{"type":"intersection","types":[{"type":"reference","id":7729,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reference","typeArguments":[{"type":"template-literal","head":"files[","tail":[[{"type":"intrinsic","name":"bigint"},"]"]]},{"type":"intrinsic","name":"unknown"}],"qualifiedName":"Record","package":"typescript","name":"Record"}]}]}},{"id":7751,"name":"RESTPostAPIWebhookWithTokenGitHubQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-querystring-params"},"sources":[{"fileName":"rest/v9/webhook.ts","line":212,"character":12}],"type":{"type":"reference","id":7743,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":7752,"name":"RESTPostAPIWebhookWithTokenGitHubResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":217,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7753,"name":"RESTPostAPIWebhookWithTokenGitHubWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-githubcompatible-webhook-querystring-params\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":225,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7729,"name":"RESTPostAPIWebhookWithTokenJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7730,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7736,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Allowed mentions for the message","text":"See https://discord.com/developers/docs/resources/channel#allowed-mentions-object\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":130,"character":1}],"type":{"type":"reference","id":5755,"name":"APIAllowedMentions"}},{"id":7738,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v9/webhook.ts","line":142,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"description"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5735,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":7733,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default avatar of the webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7737,"name":"components","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The components to include with the message","text":"Requires an application-owned webhook\n\nSee https://discord.com/developers/docs/interactions/message-components#component-object\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":138,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5768,"typeArguments":[{"type":"reference","id":5836,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":7731,"name":"content","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The message contents (up to 2000 characters)"},"sources":[{"fileName":"rest/v9/webhook.ts","line":106,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7735,"name":"embeds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Embedded `rich` content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":124,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5684,"name":"APIEmbed"}}},{"id":7739,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v9/webhook.ts","line":146,"character":1}],"type":{"type":"reference","id":5637,"name":"MessageFlags"}},{"id":7734,"name":"tts","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this is a TTS message"},"sources":[{"fileName":"rest/v9/webhook.ts","line":118,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7732,"name":"username","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Override the default username of the webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7736,7738,7733,7737,7731,7735,7739,7734,7732]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7746,"name":"RESTPostAPIWebhookWithTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":181,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7748,"name":"RESTPostAPIWebhookWithTokenSlackQuery","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-querystring-params"},"sources":[{"fileName":"rest/v9/webhook.ts","line":194,"character":12}],"type":{"type":"reference","id":7743,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":7749,"name":"RESTPostAPIWebhookWithTokenSlackResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook"},"sources":[{"fileName":"rest/v9/webhook.ts","line":199,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7750,"name":"RESTPostAPIWebhookWithTokenSlackWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook-querystring-params\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":207,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7747,"name":"RESTPostAPIWebhookWithTokenWaitResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Received when a call to https://discord.com/developers/docs/resources/webhook#execute-webhook receives\nthe `wait` query parameter set to `true`","text":"See https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":189,"character":12}],"type":{"type":"reference","id":5567,"name":"APIMessage"}},{"id":7636,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsAndWebhookIncomingScopeResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":198,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7622,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":7629,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":7602,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":7598,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":7590,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":7579,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":7548,"name":"RESTPutAPIApplicationCommandPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"sources":[{"fileName":"rest/v9/interactions.ts","line":250,"character":12}],"type":{"type":"reference","id":6412,"name":"APIGuildApplicationCommandPermissions"}},{"id":7515,"name":"RESTPutAPIApplicationCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":86,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7511,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":7516,"name":"RESTPutAPIApplicationCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":91,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6243,"name":"APIApplicationCommand"}}},{"id":7523,"name":"RESTPutAPIApplicationGuildCommandsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":131,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7498,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7502,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}}},{"id":7524,"name":"RESTPutAPIApplicationGuildCommandsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-guild-application-commands"},"sources":[{"fileName":"rest/v9/interactions.ts","line":139,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6243,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7169,"name":"RESTPutAPIChannelMessageReactionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#create-reaction"},"sources":[{"fileName":"rest/v9/channel.ts","line":292,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7199,"name":"RESTPutAPIChannelPermissionResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"sources":[{"fileName":"rest/v9/channel.ts","line":453,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7217,"name":"RESTPutAPIChannelPinResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#pin-message"},"sources":[{"fileName":"rest/v9/channel.ts","line":547,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7219,"name":"RESTPutAPIChannelRecipientJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient"},"sources":[{"fileName":"rest/v9/channel.ts","line":557,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7220,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7221,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Access token of a user that has granted your app the `gdm.join` scope"},"sources":[{"fileName":"rest/v9/channel.ts","line":561,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7222,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v9/channel.ts","line":565,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7221,7222]}],"sources":[{"fileName":"rest/v9/channel.ts","line":557,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7223,"name":"RESTPutAPIChannelRecipientResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#group-dm-add-recipient"},"sources":[{"fileName":"rest/v9/channel.ts","line":571,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7242,"name":"RESTPutAPIChannelThreadMembersResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#join-thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":653,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7549,"name":"RESTPutAPIGuildApplicationCommandsPermissionsJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions"},"sources":[{"fileName":"rest/v9/interactions.ts","line":255,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6412,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":7550,"name":"RESTPutAPIGuildApplicationCommandsPermissionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#batch-edit-application-command-permissions"},"sources":[{"fileName":"rest/v9/interactions.ts","line":263,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6412,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7384,"name":"RESTPutAPIGuildBanJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban"},"sources":[{"fileName":"rest/v9/guild.ts","line":555,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7385,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7386,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)"},"sources":[{"fileName":"rest/v9/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7387,"name":"reason","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Reason for the ban","tags":[{"tag":"deprecated","text":"Removed in API v10, use the `X-Audit-Log-Reason` header instead.\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":565,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7386,7387]}],"sources":[{"fileName":"rest/v9/guild.ts","line":555,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7388,"name":"RESTPutAPIGuildBanResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#create-guild-ban"},"sources":[{"fileName":"rest/v9/guild.ts","line":571,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7351,"name":"RESTPutAPIGuildMemberJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member"},"sources":[{"fileName":"rest/v9/guild.ts","line":395,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7352,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7353,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"An oauth2 access token granted with the `guilds.join` to the bot's application for the user you want to add to the guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":399,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7357,"name":"deaf","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is deafened in voice channels","text":"Requires `DEAFEN_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":423,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7356,"name":"mute","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the user is muted in voice channels","text":"Requires `MUTE_MEMBERS` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":417,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7354,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Value to set users nickname to","text":"Requires `MANAGE_NICKNAMES` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":405,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7355,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Array of role ids the member is assigned","text":"Requires `MANAGE_ROLES` permission\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":411,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7353,7357,7356,7354,7355]}],"sources":[{"fileName":"rest/v9/guild.ts","line":395,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7358,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":426,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6082,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":7375,"name":"RESTPutAPIGuildMemberRoleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#add-guild-member-role"},"sources":[{"fileName":"rest/v9/guild.ts","line":510,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7680,"name":"RESTPutAPIGuildTemplateSyncResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#sync-guild-template"},"sources":[{"fileName":"rest/v9/template.ts","line":57,"character":12}],"type":{"type":"reference","id":6684,"name":"APITemplate"}},{"id":5454,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5553,"name":"ChannelType.DM"},{"type":"reference","id":5555,"name":"ChannelType.GroupDM"},{"type":"reference","id":5557,"name":"ChannelType.GuildNews"},{"type":"reference","id":5559,"name":"ChannelType.GuildPublicThread"},{"type":"reference","id":5560,"name":"ChannelType.GuildPrivateThread"},{"type":"reference","id":5558,"name":"ChannelType.GuildNewsThread"},{"type":"reference","id":5552,"name":"ChannelType.GuildText"},{"type":"reference","id":5563,"name":"ChannelType.GuildForum"}]}},{"id":6425,"name":"APIApplicationCommandPermissionsConstant","kind":32,"kindString":"Variable","flags":{"isConst":true},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-application-command-permissions-constants"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":55,"character":13}],"type":{"type":"reflection","declaration":{"id":6426,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6431,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":6432,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6433,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6434,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"bigint"}]}}],"type":{"type":"intrinsic","name":"string"}}]}},"defaultValue":"..."},{"id":6427,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":6428,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6429,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6430,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"bigint"}]}}],"type":{"type":"intrinsic","name":"string"}}]}},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[6431,6427]}]}},"defaultValue":"..."},{"id":6798,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":20,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":4782,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v9.ts","line":36,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":7100,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":860,"character":13}],"type":{"type":"reflection","declaration":{"id":7101,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7102,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":861,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/authorize"},"defaultValue":"..."},{"id":7104,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v9/index.ts","line":866,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token/revoke"},"defaultValue":"..."},{"id":7103,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":862,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[7102,7104,7103]}]}},"defaultValue":"..."},{"id":7092,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":848,"character":13}],"type":{"type":"reflection","declaration":{"id":7093,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7094,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":849,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9"},"defaultValue":"..."},{"id":7095,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":850,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":7098,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":853,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":7096,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":851,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":7099,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":854,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":7097,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":852,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[7094,7095,7098,7096,7099,7097]}]}},"defaultValue":"..."},{"id":6799,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":22,"character":13}],"type":{"type":"reflection","declaration":{"id":6800,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7028,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":690,"character":1}],"signatures":[{"id":7029,"name":"applicationCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/commands/{command.id}`"},"parameters":[{"id":7030,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7031,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7056,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":754,"character":1}],"signatures":[{"id":7057,"name":"applicationCommandPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}/permissions`"},"parameters":[{"id":7058,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7059,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7060,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},"/permissions"]]}}]},{"id":7025,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":680,"character":1}],"signatures":[{"id":7026,"name":"applicationCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/commands`\n- PUT `/applications/{application.id}/commands`\n- POST `/applications/{application.id}/commands`"},"parameters":[{"id":7027,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":7036,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":710,"character":1}],"signatures":[{"id":7037,"name":"applicationGuildCommand","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- PATCH `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`\n- DELETE `/applications/{application.id}/guilds/{guild.id}/commands/{command.id}`"},"parameters":[{"id":7038,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7039,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7040,"name":"commandId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7032,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":700,"character":1}],"signatures":[{"id":7033,"name":"applicationGuildCommands","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands`\n- POST `/applications/{application.id}/guilds/{guild.id}/commands`"},"parameters":[{"id":7034,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7035,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands"]]}}]},{"id":6804,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":37,"character":1}],"signatures":[{"id":6805,"name":"channel","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}`\n- PATCH `/channels/{channel.id}`\n- DELETE `/channels/{channel.id}`"},"parameters":[{"id":6806,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6838,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":112,"character":1}],"signatures":[{"id":6839,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":6840,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/bulk-delete"]]}}]},{"id":6848,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":138,"character":1}],"signatures":[{"id":6849,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":6850,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/followers"]]}}]},{"id":6845,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":130,"character":1}],"signatures":[{"id":6846,"name":"channelInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/invites`\n- POST `/channels/{channel.id}/invites`"},"parameters":[{"id":6847,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":6967,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":470,"character":1}],"signatures":[{"id":6968,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":6969,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/users/@me/threads/archived/private"]]}}]},{"id":6810,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":56,"character":1}],"signatures":[{"id":6811,"name":"channelMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}`\n- PATCH `/channels/{channel.id}/messages/{message.id}`\n- DELETE `/channels/{channel.id}/messages/{message.id}`"},"parameters":[{"id":6812,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6813,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6834,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":104,"character":1}],"signatures":[{"id":6835,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":6836,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6837,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions"]]}}]},{"id":6814,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":64,"character":1}],"signatures":[{"id":6815,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":6816,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6817,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/crosspost"]]}}]},{"id":6818,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":75,"character":1}],"signatures":[{"id":6819,"name":"channelMessageOwnReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@me`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":6820,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6821,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6822,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/@me"]]}}]},{"id":6829,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":96,"character":1}],"signatures":[{"id":6830,"name":"channelMessageReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":6831,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6832,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6833,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6823,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":85,"character":1}],"signatures":[{"id":6824,"name":"channelMessageUserReaction","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions/{emoji}/{user.id}`","text":"**Note**: You need to URL encode the emoji yourself\n"},"parameters":[{"id":6825,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6826,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6827,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6828,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/reactions/"],[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6807,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":46,"character":1}],"signatures":[{"id":6808,"name":"channelMessages","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/messages`\n- POST `/channels/{channel.id}/messages`"},"parameters":[{"id":6809,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages"]]}}]},{"id":6841,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":121,"character":1}],"signatures":[{"id":6842,"name":"channelPermission","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/permissions/{overwrite.id}`\n- DELETE `/channels/{channel.id}/permissions/{overwrite.id}`"},"parameters":[{"id":6843,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6844,"name":"overwriteId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/permissions/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6857,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":163,"character":1}],"signatures":[{"id":6858,"name":"channelPin","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/pins/{message.id}`\n- DELETE `/channels/{channel.id}/pins/{message.id}`"},"parameters":[{"id":6859,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6860,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6854,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":154,"character":1}],"signatures":[{"id":6855,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":6856,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/pins"]]}}]},{"id":6861,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":172,"character":1}],"signatures":[{"id":6862,"name":"channelRecipient","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/channels/{channel.id}/recipients/{user.id}`\n- DELETE `/channels/{channel.id}/recipients/{user.id}`"},"parameters":[{"id":6863,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6864,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/recipients/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6963,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":455,"character":1}],"signatures":[{"id":6964,"name":"channelThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/threads/active`\n\t (deprecated, removed in API v10, use [List Active Guild Threads](https://discord.com/developers/docs/resources/guild#list-active-threads) instead.)\n- GET `/channels/{channel.id}/threads/archived/public`\n- GET `/channels/{channel.id}/threads/archived/private`"},"parameters":[{"id":6965,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6966,"name":"archived","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"union","types":[{"type":"literal","value":"public"},{"type":"literal","value":"private"}]}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads/active"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads/archived/public"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads/archived/private"]]}]}}]},{"id":6851,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":146,"character":1}],"signatures":[{"id":6852,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":6853,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/typing"]]}}]},{"id":6991,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":558,"character":1}],"signatures":[{"id":6992,"name":"channelWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/webhooks`\n- POST `/channels/{channel.id}/webhooks`"},"parameters":[{"id":6993,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":7011,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":622,"character":1}],"signatures":[{"id":7012,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":7013,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":630,"character":1}],"signatures":[{"id":7014,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":6874,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":209,"character":1}],"signatures":[{"id":6875,"name":"guild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}`\n- PATCH `/guilds/{guild.id}`\n- DELETE `/guilds/{guild.id}`"},"parameters":[{"id":6876,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6960,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":444,"character":1}],"signatures":[{"id":6961,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":6962,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/threads/active"]]}}]},{"id":7052,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":745,"character":1}],"signatures":[{"id":7053,"name":"guildApplicationCommandsPermissions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/applications/{application.id}/guilds/{guild.id}/commands/permissions`\n- PUT `/applications/{application.id}/guilds/{guild.id}/commands/permissions`"},"parameters":[{"id":7054,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7055,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/applications/","tail":[[{"type":"intrinsic","name":"string"},"/guilds/"],[{"type":"intrinsic","name":"string"},"/commands/permissions"]]}}]},{"id":6801,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":27,"character":1}],"signatures":[{"id":6802,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":6803,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/audit-logs"]]}}]},{"id":6904,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":291,"character":1}],"signatures":[{"id":6905,"name":"guildBan","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans/{user.id}`\n- PUT `/guilds/{guild.id}/bans/{user.id}`\n- DELETE `/guilds/{guild.id}/bans/{user.id}`"},"parameters":[{"id":6906,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6907,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6901,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":281,"character":1}],"signatures":[{"id":6902,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":6903,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/bans"]]}}]},{"id":6880,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":227,"character":1}],"signatures":[{"id":6881,"name":"guildChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/channels`\n- POST `/guilds/{guild.id}/channels`\n- PATCH `/guilds/{guild.id}/channels`"},"parameters":[{"id":6882,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/channels"]]}}]},{"id":6893,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":264,"character":1}],"signatures":[{"id":6894,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`","tags":[{"tag":"deprecated","text":"Use {@link Routes.guildMember} instead.\n"}]},"parameters":[{"id":6895,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/@me/nick"]]}}]},{"id":6868,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":191,"character":1}],"signatures":[{"id":6869,"name":"guildEmoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis/{emoji.id}`\n- PATCH `/guilds/{guild.id}/emojis/{emoji.id}`\n- DELETE `/guilds/{guild.id}/emojis/{emoji.id}`"},"parameters":[{"id":6870,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6871,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6865,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":181,"character":1}],"signatures":[{"id":6866,"name":"guildEmojis","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/emojis`\n- POST `/guilds/{guild.id}/emojis`"},"parameters":[{"id":6867,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/emojis"]]}}]},{"id":6927,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":351,"character":1}],"signatures":[{"id":6928,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":6929,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6930,"name":"integrationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6924,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":343,"character":1}],"signatures":[{"id":6925,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":6926,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/integrations"]]}}]},{"id":6921,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":335,"character":1}],"signatures":[{"id":6922,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":6923,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/invites"]]}}]},{"id":6883,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":239,"character":1}],"signatures":[{"id":6884,"name":"guildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/{user.id}`\n- PUT `/guilds/{guild.id}/members/{user.id}`\n- PATCH `/guilds/{guild.id}/members/@me`\n- PATCH `/guilds/{guild.id}/members/{user.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}`"},"parameters":[{"id":6885,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6886,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6896,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":273,"character":1}],"signatures":[{"id":6897,"name":"guildMemberRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/members/{user.id}/roles/{role.id}`"},"parameters":[{"id":6898,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6899,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6900,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/"],[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7045,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":727,"character":1}],"signatures":[{"id":7046,"name":"guildMemberVerification","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/member-verification`\n- PATCH `/guilds/{guild.id}/member-verification`"},"parameters":[{"id":7047,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member-verification"]]}}]},{"id":6887,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":247,"character":1}],"signatures":[{"id":6888,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":6889,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members"]]}}]},{"id":6890,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":255,"character":1}],"signatures":[{"id":6891,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":6892,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/members/search"]]}}]},{"id":6877,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":217,"character":1}],"signatures":[{"id":6878,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":6879,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/preview"]]}}]},{"id":6915,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":319,"character":1}],"signatures":[{"id":6916,"name":"guildPrune","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/prune`\n- POST `/guilds/{guild.id}/prune`"},"parameters":[{"id":6917,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/prune"]]}}]},{"id":6911,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":310,"character":1}],"signatures":[{"id":6912,"name":"guildRole","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/roles/{role.id}`\n- DELETE `/guilds/{guild.id}/roles/{role.id}`"},"parameters":[{"id":6913,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6914,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6908,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":301,"character":1}],"signatures":[{"id":6909,"name":"guildRoles","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/roles`\n- POST `/guilds/{guild.id}/roles`\n- PATCH `/guilds/{guild.id}/roles`"},"parameters":[{"id":6910,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/roles"]]}}]},{"id":7084,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":835,"character":1}],"signatures":[{"id":7085,"name":"guildScheduledEvent","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- PATCH `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`\n- DELETE `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}`"},"parameters":[{"id":7086,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7087,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7088,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":843,"character":1}],"signatures":[{"id":7089,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":7090,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7091,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events/"],[{"type":"intrinsic","name":"string"},"/users"]]}}]},{"id":7081,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":825,"character":1}],"signatures":[{"id":7082,"name":"guildScheduledEvents","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events`\n- POST `/guilds/{guild.id}/scheduled-events`"},"parameters":[{"id":7083,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/scheduled-events"]]}}]},{"id":7077,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":816,"character":1}],"signatures":[{"id":7078,"name":"guildSticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers/{sticker.id}`\n- PATCH `/guilds/{guild.id}/stickers/{sticker.id}`\n- DELETE `/guilds/{guild.id}/stickers/{sticker.id}`"},"parameters":[{"id":7079,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7080,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7074,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":806,"character":1}],"signatures":[{"id":7075,"name":"guildStickers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/stickers`\n- POST `/guilds/{guild.id}/stickers`"},"parameters":[{"id":7076,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/stickers"]]}}]},{"id":6952,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":421,"character":1}],"signatures":[{"id":6953,"name":"guildTemplate","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PUT `/guilds/{guild.id}/templates/{template.code}`\n- PATCH `/guilds/{guild.id}/templates/{template.code}`\n- DELETE `/guilds/{guild.id}/templates/{template.code}`"},"parameters":[{"id":6954,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6955,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6949,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":411,"character":1}],"signatures":[{"id":6950,"name":"guildTemplates","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/templates`\n- POST `/guilds/{guild.id}/templates`"},"parameters":[{"id":6951,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/templates"]]}}]},{"id":6937,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":376,"character":1}],"signatures":[{"id":6938,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":6939,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/vanity-url"]]}}]},{"id":6918,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":327,"character":1}],"signatures":[{"id":6919,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":6920,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/regions"]]}}]},{"id":7048,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":736,"character":1}],"signatures":[{"id":7049,"name":"guildVoiceState","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/voice-states/@me`\n- PATCH `/guilds/{guild.id}/voice-states/{user.id}`"},"parameters":[{"id":7050,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7051,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/voice-states/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6994,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":566,"character":1}],"signatures":[{"id":6995,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":6996,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/webhooks"]]}}]},{"id":7061,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":763,"character":1}],"signatures":[{"id":7062,"name":"guildWelcomeScreen","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/welcome-screen`\n- PATCH `/guilds/{guild.id}/welcome-screen`"},"parameters":[{"id":7063,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/welcome-screen"]]}}]},{"id":6940,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":384,"character":1}],"signatures":[{"id":6941,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":6942,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.png"]]}}]},{"id":6934,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":368,"character":1}],"signatures":[{"id":6935,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":6936,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget.json"]]}}]},{"id":6931,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":360,"character":1}],"signatures":[{"id":6932,"name":"guildWidgetSettings","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget`\n- PATCH `/guilds/{guild.id}/widget`"},"parameters":[{"id":6933,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/widget"]]}}]},{"id":6872,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":199,"character":1}],"signatures":[{"id":6873,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":7041,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":718,"character":1}],"signatures":[{"id":7042,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":7043,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7044,"name":"interactionToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/interactions/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/callback"]]}}]},{"id":6943,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":393,"character":1}],"signatures":[{"id":6944,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":6945,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7072,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":797,"character":1}],"signatures":[{"id":7073,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":7019,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":654,"character":1}],"signatures":[{"id":7020,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":7015,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":638,"character":1}],"signatures":[{"id":7016,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"literal","value":"/oauth2/applications/@me"}}]},{"id":7017,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":646,"character":1}],"signatures":[{"id":7018,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":7021,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":662,"character":1}],"signatures":[{"id":7022,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":7023,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":670,"character":1}],"signatures":[{"id":7024,"name":"oauth2TokenRevocation","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token/revoke`"},"type":{"type":"literal","value":"/oauth2/token/revoke"}}]},{"id":7066,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":781,"character":1}],"signatures":[{"id":7067,"name":"stageInstance","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stage-instances/{channel.id}`\n- PATCH `/stage-instances/{channel.id}`\n- DELETE `/stage-instances/{channel.id}`"},"parameters":[{"id":7068,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stage-instances/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7064,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":771,"character":1}],"signatures":[{"id":7065,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":7069,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":789,"character":1}],"signatures":[{"id":7070,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":7071,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6946,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":402,"character":1}],"signatures":[{"id":6947,"name":"template","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/templates/{template.code}`\n- POST `/guilds/templates/{template.code}`"},"parameters":[{"id":6948,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/templates/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6970,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":483,"character":1}],"signatures":[{"id":6971,"name":"threadMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{thread.id}/thread-members`\n- GET `/channels/{thread.id}/thread-members/{user.id}`\n- PUT `/channels/{thread.id}/thread-members/@me`\n- PUT `/channels/{thread.id}/thread-members/{user.id}`\n- DELETE `/channels/{thread.id}/thread-members/@me`\n- DELETE `/channels/{thread.id}/thread-members/{user.id}`"},"parameters":[{"id":6972,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6973,"name":"userId","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/thread-members"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/thread-members/"],[{"type":"intrinsic","name":"string"},""]]}]}}]},{"id":6956,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":430,"character":1}],"signatures":[{"id":6957,"name":"threads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/threads`\n- POST `/channels/{channel.id}/messages/{message.id}/threads`"},"parameters":[{"id":6958,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":6959,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/threads"]]},{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},"/threads"]]}]}}]},{"id":6974,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":501,"character":1}],"signatures":[{"id":6975,"name":"user","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me`\n- GET `/users/{user.id}`\n- PATCH `/users/@me`"},"parameters":[{"id":6976,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"template-literal","head":"/users/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6985,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":533,"character":1}],"signatures":[{"id":6986,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"literal","value":"/users/@me/channels"}}]},{"id":6987,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":541,"character":1}],"signatures":[{"id":6988,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"literal","value":"/users/@me/connections"}}]},{"id":6982,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":525,"character":1}],"signatures":[{"id":6983,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":6984,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":6979,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":517,"character":1}],"signatures":[{"id":6980,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":6981,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/users/@me/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/member"]]}}]},{"id":6977,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":509,"character":1}],"signatures":[{"id":6978,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"literal","value":"/users/@me/guilds"}}]},{"id":6989,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":549,"character":1}],"signatures":[{"id":6990,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":6997,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":582,"character":1}],"signatures":[{"id":6998,"name":"webhook","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}`\n- GET `/webhooks/{webhook.id}/{webhook.token}`\n- PATCH `/webhooks/{webhook.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}`\n- DELETE `/webhooks/{webhook.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}`\n- POST `/webhooks/{webhook.id}/{webhook.token}`","text":"- POST `/webhooks/{application.id}/{interaction.token}`\n"},"parameters":[{"id":6999,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7000,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},""]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},""]]}]}}]},{"id":7001,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":605,"character":1}],"signatures":[{"id":7002,"name":"webhookMessage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- GET `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- PATCH `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/@original`\n- DELETE `/webhooks/{webhook.id}/{webhook.token}/messages/{message.id}`","text":"- PATCH `/webhooks/{application.id}/{interaction.token}/messages/@original`\n- PATCH `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n- DELETE `/webhooks/{application.id}/{interaction.token}/messages/{message.id}`\n"},"parameters":[{"id":7003,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7004,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7005,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@original'"}],"type":{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7006,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":614,"character":1}],"signatures":[{"id":7007,"name":"webhookPlatform","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/webhooks/{webhook.id}/{webhook.token}/github`\n- POST `/webhooks/{webhook.id}/{webhook.token}/slack`"},"parameters":[{"id":7008,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7009,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7010,"name":"platform","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"union","types":[{"type":"literal","value":"github"},{"type":"literal","value":"slack"}]}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/github"]]},{"type":"template-literal","head":"/webhooks/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},"/slack"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[7028,7056,7025,7036,7032,6804,6838,6848,6845,6967,6810,6834,6814,6818,6829,6823,6807,6841,6857,6854,6861,6963,6851,6991,7011,7013,6874,6960,7052,6801,6904,6901,6880,6893,6868,6865,6927,6924,6921,6883,6896,7045,6887,6890,6877,6915,6911,6908,7084,7088,7081,7077,7074,6952,6949,6937,6918,7048,6994,7061,6940,6934,6931,6872,7041,6943,7072,7019,7015,7017,7021,7023,7066,7064,7069,6946,6970,6956,6974,6985,6987,6982,6979,6977,6989,6997,7001,7006]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[5254,5251,7106,7107,5256,5255,7105,7764,7763,5252,4781]},{"title":"Enumerations","kind":8,"children":[5923,5898,5907,5751,6334,6421,6259,5282,5312,5370,5798,5831,5551,5763,6758,5698,4795,4827,4810,4783,6006,6009,6041,6032,6013,6016,6027,6225,6234,6229,6036,6021,6146,6110,6532,6506,6563,6169,5632,5637,5601,6584,5659,5868,6633,6657,6654,6681,5804,5669,5679,6728,6744,5564,6794]},{"title":"Interfaces","kind":256,"children":[5768,5755,5257,6243,6515,6309,6319,6327,6352,6377,6365,6346,6417,6369,6357,5279,5735,5296,5304,5361,6122,5760,6457,5772,5783,5790,5448,5746,7114,6289,6296,6543,6748,5684,5722,5731,5727,5714,5719,5705,5710,5842,6566,6205,5647,5853,5851,5857,5522,5962,6412,5463,7266,7278,6093,6116,6082,6160,6164,6067,6223,6236,5475,6152,6155,6125,6132,6136,6079,6113,6264,6271,6445,6521,6524,6527,6513,6529,6550,6636,5567,5625,6393,6400,6481,5779,6439,5628,6486,6518,6545,6499,5654,5444,5838,5950,5650,6609,6621,5807,5815,6625,6171,6641,6662,6670,6676,6684,6696,5456,5490,5821,5532,5680,5674,5662,5947,6712,6383,6390,5507,6188,6775,6781,5878,5933,5918,5914,4933,4999,4940,5007,5015,5018,5031,5039,5056,5048,5066,5071,5011,5198,4899,4894,4887,4892,5202,5205,5213,5084,4904,5091,5105,5122,5117,5133,5874,5862,5245,4916,4910,5224,5227,5217,5220,5156,5936,5941,5179,5242,5190,6761,5234,5237,5195,6496,6492,7696,7108,7172,7141,7245,7692,7379,7343,7347,7417,7420,7303,7480,7490,7465,7437,7440,7551,7558,7651,7609,7617,7563,7570,7603,7591,7212,7192,7502,7705,7427,7655,7637,7743,7579,7573,7622,7629,7599,7585,7546,7195]},{"title":"Type Aliases","kind":4194304,"children":[5835,6305,6436,6437,6435,6285,6307,6283,6284,6318,6282,6263,6306,6288,6308,6317,6325,6287,6333,6382,6280,6324,6326,6286,6332,6351,6381,5373,5393,5394,5384,5385,5411,5404,5436,5433,5438,5434,5423,5380,5401,5414,5413,5407,5443,5420,5439,5391,5412,5375,5379,5426,5440,5427,5428,5390,5432,5435,5409,5376,5424,5377,5415,5442,5437,5388,5418,5416,5410,5421,5403,5374,5422,5381,5402,5406,5399,5383,5430,5395,5387,5405,5382,5386,5408,5378,5441,5398,5431,5419,5400,5425,5429,5417,5392,5389,5397,5396,5797,5550,6303,6304,6302,6410,6411,6409,6402,5521,6241,6473,5506,7271,7272,5549,6109,6242,6475,6222,6240,6512,6540,6549,5836,6407,6408,6406,6485,5833,6478,6490,6491,6477,6480,6479,7148,5837,5834,6503,6504,6502,5505,6505,6661,6404,6405,6403,5921,5917,5922,5250,4926,4927,4930,4931,4924,4925,4932,4928,4929,4886,5002,5003,4998,5004,5005,4939,4996,4997,5006,5014,5017,5030,5034,5035,5038,4937,4938,5051,5052,5055,5047,5053,5054,5059,5060,5063,5064,5061,5062,5065,5070,5010,4994,4995,5201,5075,5076,5083,5079,5080,5088,5089,4909,5090,5104,5109,5110,5121,5116,5126,5127,5130,5131,5128,5129,5132,5111,5112,5138,5139,4915,4885,4923,4884,5140,5141,5142,5143,5144,5145,5155,5176,5177,5146,5147,5150,5151,5148,5149,5154,5174,5175,5178,5185,5186,5189,5187,5188,5194,7709,5455,5474,6438,7176,7170,7177,7191,7171,7211,7218,7224,7140,7243,7704,7389,7263,7432,7377,7376,7330,7416,7489,7667,7683,7543,7533,7556,7649,7727,7762,7728,7545,7497,7496,7518,7517,7113,7200,7175,7147,7146,7216,7119,7244,7248,7249,7715,7708,7703,7684,7265,7264,7544,7383,7378,7331,7251,7250,7431,7430,7342,7443,7346,7350,7306,7305,7390,7482,7495,7467,7654,7653,7674,7341,7429,7716,7460,7442,7436,7433,7539,7529,7555,7557,7643,7650,7668,7685,7717,7754,7718,7686,7598,7513,7514,7521,7522,7120,7187,7178,7190,7139,7371,7368,7374,7687,7691,7334,7340,7258,7262,7307,7359,7367,7444,7449,7329,7406,7401,7405,7415,7483,7488,7661,7666,7681,7682,7450,7455,7456,7461,7464,7434,7435,7541,7540,7542,7531,7530,7532,7644,7648,7719,7724,7725,7758,7755,7761,7726,7511,7512,7519,7520,7214,7201,7210,7168,7164,7151,7167,7194,7225,7236,7237,7241,7215,7710,7714,7498,7707,7332,7333,7252,7257,7233,7230,7422,7391,7400,7468,7479,7660,7675,7679,7287,7302,7526,7525,7535,7534,7538,7642,7669,7673,7740,7751,7752,7753,7729,7746,7748,7749,7750,7747,7636,7602,7590,7548,7515,7516,7523,7524,7169,7199,7217,7219,7223,7242,7549,7550,7384,7388,7351,7358,7375,7680,5454]},{"title":"Variables","kind":32,"children":[6425,6798,4782,7100,7092,6799]}],"sources":[{"fileName":"v9.ts","line":1,"character":0}]},{"id":291,"name":"voice/v4","kind":2,"kindString":"Module","flags":{},"children":[{"id":306,"name":"VoiceCloseCodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-close-event-codes"},"children":[{"id":311,"name":"AlreadyAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent more than one identify payload. Stahp"},"sources":[{"fileName":"voice/v4.ts","line":80,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":310,"name":"AuthenticationFailed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The token you sent in your identify payload is incorrect"},"sources":[{"fileName":"voice/v4.ts","line":76,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":316,"name":"Disconnected","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Either the channel was deleted, you were kicked, or the main gateway session was dropped. Should not reconnect"},"sources":[{"fileName":"voice/v4.ts","line":100,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":308,"name":"FailedToDecode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent a invalid payload in your identifying to the Gateway"},"sources":[{"fileName":"voice/v4.ts","line":68,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":309,"name":"NotAuthenticated","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent a payload before identifying with the Gateway"},"sources":[{"fileName":"voice/v4.ts","line":72,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":314,"name":"ServerNotFound","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We can't find the server you're trying to connect to"},"sources":[{"fileName":"voice/v4.ts","line":92,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":312,"name":"SessionNoLongerValid","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Your session is no longer valid"},"sources":[{"fileName":"voice/v4.ts","line":84,"character":1}],"type":{"type":"literal","value":4006},"defaultValue":"4006"},{"id":313,"name":"SessionTimeout","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Your session has timed out"},"sources":[{"fileName":"voice/v4.ts","line":88,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":318,"name":"UnknownEncryptionMode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We didn't recognize your encryption"},"sources":[{"fileName":"voice/v4.ts","line":108,"character":1}],"type":{"type":"literal","value":4016},"defaultValue":"4016"},{"id":307,"name":"UnknownOpcode","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid opcode"},"sources":[{"fileName":"voice/v4.ts","line":64,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"},{"id":315,"name":"UnknownProtocol","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"We didn't recognize the protocol you sent"},"sources":[{"fileName":"voice/v4.ts","line":96,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":317,"name":"VoiceServerCrashed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"The server crashed. Our bad! Try resuming"},"sources":[{"fileName":"voice/v4.ts","line":104,"character":1}],"type":{"type":"literal","value":4015},"defaultValue":"4015"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[311,310,316,308,309,314,312,313,318,307,315,317]}],"sources":[{"fileName":"voice/v4.ts","line":60,"character":12}]},{"id":293,"name":"VoiceOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-opcodes"},"children":[{"id":304,"name":"ClientConnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A client has connected to the voice channel"},"sources":[{"fileName":"voice/v4.ts","line":50,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":305,"name":"ClientDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A client has disconnected from the voice channel"},"sources":[{"fileName":"voice/v4.ts","line":54,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":297,"name":"Heartbeat","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Keep the websocket connection alive"},"sources":[{"fileName":"voice/v4.ts","line":22,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":300,"name":"HeartbeatAck","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sent to acknowledge a received client heartbeat"},"sources":[{"fileName":"voice/v4.ts","line":34,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":302,"name":"Hello","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Time to wait between sending heartbeats in milliseconds"},"sources":[{"fileName":"voice/v4.ts","line":42,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":294,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Begin a voice websocket connection"},"sources":[{"fileName":"voice/v4.ts","line":10,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":296,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Complete the websocket handshake"},"sources":[{"fileName":"voice/v4.ts","line":18,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":301,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a connection"},"sources":[{"fileName":"voice/v4.ts","line":38,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":303,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Acknowledge a successful session resume"},"sources":[{"fileName":"voice/v4.ts","line":46,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":295,"name":"SelectProtocol","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select the voice protocol"},"sources":[{"fileName":"voice/v4.ts","line":14,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":298,"name":"SessionDescription","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Describe the session"},"sources":[{"fileName":"voice/v4.ts","line":26,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":299,"name":"Speaking","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Indicate which users are speaking"},"sources":[{"fileName":"voice/v4.ts","line":30,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[304,305,297,300,302,294,296,301,303,295,298,299]}],"sources":[{"fileName":"voice/v4.ts","line":6,"character":12}]},{"id":292,"name":"VoiceGatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"voice/v4.ts","line":1,"character":13}],"type":{"type":"literal","value":"4"},"defaultValue":"'4'"}],"groups":[{"title":"Enumerations","kind":8,"children":[306,293]},{"title":"Variables","kind":32,"children":[292]}],"sources":[{"fileName":"voice/v4.ts","line":1,"character":0}]}],"groups":[{"title":"Modules","kind":2,"children":[17,1,22,67,259,290,288,289,384,319,344,287,284,285,286,291]}]} \ No newline at end of file diff --git a/website/versioned_docs/version-0.33.2/images/deno_types_out_of_sync.png b/website/versioned_docs/version-0.33.2/images/deno_types_out_of_sync.png new file mode 100644 index 0000000000000000000000000000000000000000..e679b2c10307fa1938f11b1da63d21ce7a34ae1d GIT binary patch literal 128718 zcmb5WWmw!x5-&`GyF+k>1oz-DxFxu|6J&50WCjgxK@!{{1b27W-~)br>(ib2O3ckG$2IqnSs59t0^_a-p&Cm2oa|Flds_O z-+z2&r=k9{i>s|LjgF!UwWOnq1vM`l2O9^C2pToe<%6Z5nv~4n2S2xjX{=pcodnt0 zJv=6#9p=SBZ* zluwNz-qD*aOGp7$dU%Th|~J3v-=Z?iy;gX zIg@O@`CpR#LuRqFH`DMvJKXv~1QF;h3a9Q+wE#l+;>kj>M4xE>xaUW3o%csO0vP$NE2-Cvd-_YdiDlT?)?{v*=JuzDHL^^xyFL zucKH4o~379e>?R4FQN>^f9w4-T(+Rg-)8=@^wK!b(n}l22%!FDxByX~;R38ktJV9f z($}KAq|vDl8)l#f{8hN5(m%r`4d(X$%UGxjrPG6Z-XkC(sW>@tAR;2Eo2XDDBAwDx zf7C;){i;=VEy>pAE~@$C@!<~Sx9MA4So$p@0%qTlIn)Td zlG)Ozi8u_B65R|eLDEC9I7IaD4`%RdUoPZn*v3-nR4eZs2oqS05);*&K_m%@M3EnN zqGc2RvN>miAvlGMz=6GCqMt zqPqkS$#EEth%W)zQU%A$BBb(|L=KQ+NQukW7mtK8)f zfi3Xmyl%=j+_O9){J(}xYg2^OG7}O!aw*fb&jh$wxRVwMcg)ttrXqxdL@JZ*60~Z& z_U-vNY|Kp59}@9P(ln%k9r^%9A+l0xkPigXQZme@1nbrct{4Z*OkdY&M6^hbm}h?> z)arysjNTxL#%eJ9HJCW5pl}Oyy^Rm=R@`3@BpTBB*3 z>V^k@MJVmpkX&yeXyrURbD2iYOyYDtAt0O6LoLKnjpSFb6Blp)-EFli_b>PU`odp)D3?$`#uO*=q)21Ui@C7%YXH;F zT+Qwi-jZRKD8j$A>16(NtU5@@h{Y2ngT$!A!^8P)x+xm7z1`(BR~EB}hD;yqywl!9 zguhpLX=`m=h^DEpWweH5NK}j(6da<;0Y*bbRbBsZL3AX5l5~xLP+3T#K%l3IKw}94 zF(xF$J6W%o9Z^_B{k0=lERJ^K1LE-UF-k;Kxau!C`AE?CVTQ(_QKaHL^*77IC8gkW z`5HGfFQT>XLbpAsq0!;ouU~x>n|6?E?O(hoV*mobNc42;cw-b^RRPQ-$ouKPzKxKJ zh)nSSXlfl+cr2^=|HYMT;8}kOuyA$dmX?t!<{BR!&0i+jVIr_LR7F5WR##EMF-7xd ziIt4@M6*apNMLc&bV=65;?aACOuB^)+ELpAY0!*MFk<{q-V`%4{P<(i-j%O6H;VdB zWe3pNdf;9>0VQr>o751P@2ceZ<7T$ZkzHC@vjG<(cxqz2yl=@j~m1 zf(qiWuJtulWQ$4k@zPlr>HqhuV&W5OkjqeYa0#;64= z%uGuIAX0Eq(9{V9gY8>oiteEPzCQd@O|AH($?^>Sd7<)3E%IOD^X)!fyR&6!v?_G8 zw9Y!Svj!gI9ZqHppAcERYa3{>;Kt?Vq#4#!zDf__zvbi84o_ zdpR&7u;`cL;o1Tme;(R@H*T>=09;PBq8Xm7+$VcZ*c*D9=L-bR%tu9qKw3sdm27tI zREK$ZApY62G+chd&Vo!gTY`GhJFbg$$(JEOAbSvEi> z@hI~qCs~N9QG6;f13)-li(4?5^Uu|e+?c(t_LnZ+|3i=|01h$L0G7&ktw0?6s>+E? zsbDB4;Mn60oK;6`tclw$ZhAAWnTUvxN51;lO1g~n51ad-4b3n8(j6=g)9?bC(Hxb| zs5s1${N6Tz1BKP0m1v$03~DinFsb%oNo?VGI>l5ee0rrfVM!?Pi?5KB6(B~w7c<)D zCj(Sd0f^|+F3!$XLq57woPhy9;kldeLm8vK{is$O`ffQ{ou84qb7`WrmTSIY!%Dz+ zxwB5X1=~^~Y2k@P{U66~=W2|YS(?oQX4pJ2ks}G3$QEbvW^pmz{Y=aN`+zfiNl3(? zy?`SE>-;6g#Kz{#v|=~Mr&)z3=8P$+v(0AJ^=eL1;lJAyHNv9^!Y|$VdP6U_?mK=# zGm!$kxc2pq@rxv`GKv={H!LMiseL#RVV^WeDbue>f2aw%tISYL$5tLkV{G6Q4eEw- zRPsQzY`UC!!*IDh&#g&$YzQt6m(y@A389SGK}G3ds;cp+sd82ONa!(R(vd`rj`9lV zXlUN;OHR@JbHC%ucb9T==Qk=4H?=fOP13Th@}Q2tNW1UwZ=`8~rSE07{>K5vngr*f zwaZb7!;Fr8RkswEz=i)3Q%X#f{+9_oi+S_DeN!n=$|y8!ahGdVP*%R$an{w-li-K_ zj(3Ovg%W+QiDt#6+&IGUiZA zNN7PoLfDg;n4_Vl)|;8alu@`LqUa+@;58BwMEOd2F2n@4vq=g5C46BmuFOkrsk?7j z|J}NubSo98Azk^ z$64&6xV34i?ye;hbs#e~$f%w_fyuWdMj_;`0eu4?I9%;mRji#JPVROk@qugm#5lrI zkaWQdo@XhD@ju{b!-#2n7rlx;iT6@RMkeI8QEvW;m67c$HIcbwPxnl1Vc}rA36~C8 zzl4R<2MsRkA}{>FfPkVeRK=$eE?1bp|x zoS)-^_+Pp@I@bE-j1?Fr4}1Y22;&7-1k!Xd9SA>QAHv{OfqdpA zz`(Gb9a`L<1cgEc5>7r6dDBy4K%BWKzy0_{tjI+0AKW&v*Z3$gpR9kses>{}y@~%Z zgpin6b{9Hi^YctNJHUcEboEnogqBsM)s@n4&*Wh|wOxLG{*UkUSqk)-5Sojq1MJVywVRn7!`O(1{@FHesbQlQ>(xCT5>kNE{YVDbzM zF055(ZB1L?iM#v{F)nMQn6;*0%@4JcaywmZt+6c=oQZLDNy@vAm%B2W;R#UayoOHf z5rh)wCbq_9y*J!--Xe*yLfZ9`mss)+pjU4@r-TZvXuBk3)vs4@Q(DY`*ZKHfLE)vp zD%-%LJsVNyVZs{jsNV;)v7Exf%6S;BJ=;}OtvU)f!3&I__twj)W@Z~@Oly5%P6)5y z)Sgd@K@#suFv5mmIL{kk0l+TY;99?!6)dP^{gE@Ax3CWPDNl#N8Q9U2?6ilEq!}WZ7()DIDNnJuh zqUK^HGCVv7JT9E%zW+1lRM%m(efgxd3n75^72y%{*Duv-1J#NkNeJXaE;oG&I01{y zx3IVce!RzB<7Dx3dxr0W#b>>_SU)GWb&L5}sXR8oL?eQknOPA}=-Mp2-s#yXllrdgoDL~226N;RaNo5*|OYVbmHP@o8M9U(?xM;0J6TEOIMhi zWUkEhEX|ley~Qxm#rMHMlcNkZQcg33i|xt4Hp}iMEL7#;>uZSMVdDk^GjpVo--BDi z2=N7kH2I^Vfdt;bBWA%Dax0n4JIawwl^AfjvVQHmB1F0I=5tR4Y!c2dL{F#SK(r)& zVq6yCqTy;B>r@21I6T&hq3(c}Lt|rVW+qd1Wj-abJ$PB^>2{RqQ!>F3igt^M5u z9$OA~86V32dwh_Mh{sPIKh!RQ=a%;`UVe6cc2LjfjQu9J zM$;I%xZ>pGWOln&|+Y0 zZ?_RrsJgv~Y3;#r=b6jg7zImbznYnvK5Z`&5>knq`=&+4|IkAo?z0{&bTofXERp|) zF*R7Am|_Do=#?`Sa%G}uAliZ?y`sN^fCZ;9rHJ z&k=kdX4$@$Rb4pCdzIchz_V%4eq*mJR|dzbs=Ij>U^lVK8m zfWsvlP5$1CUv&QY){lpT^Fl~}epEH^#`D(&=}sL6VLQNy|NLHpw`S~jH$!;I)5b)= zGDJsTz+i{NRA<^Q=_0FXlr*zwBh)7lZlbGiqh^Fc&i_)cl!cwW;FF6D;>?F4LY?z{aa8MF9BD_}81u)9!KVlH6! zvEj8uX=;8?-Q)e)cr9p(uKWBG*O*E-eJkKON|R6SW_~Lqly)i*`bsdQiV7%%D@U}Z z?*`F@fWA^N1gex9`&9(Cre@0f5WTjZ-r1}4C8hk& zL?IZ$L6(N@O=#jkt4sOw3vKY8>l+{#kfS*l>sYfC`1?75gs)fzse~&nElq#+U}tx{ z^-h%z7V7d!Dq21_S0dlGR&;!|%JQtH%_`q$0$|v^=_mnc9WGV1%?E#U19Fn_P*#ro z#Pw(;V+?qvAg8E!F@(6&gx@RU4aAh7LFhX_cTMGUq_kgd)`S{<-Ct?*O0arU|N0Fx zkgYE1HIR8tH5{iJ$NAR|2{Ca&ejz@q$ZV)D~6-vSfQ*W#Vofxw_bn|pw|s-W35th?D4k8fCYh>E!Ikl z7M8D8tb||lEqSARJw58se?IC zg3Ml%=Rvih!xQOD(iRPBpGz&!$V z9tx^312u!8Rb$1)jYkuM$k+Yk(y~!x6<80OR#_7jqED_Isgv0Q7?|jJWDf0;Gfki# zK~MX!eWWsDCj6JwPE!XSCAH{Y?p8n4m4TjO+2?zru}Xq&#e%bZV9|mszvAdGE@GtA z$RJLHIC5Sbk^$2BEx1ixq`9jW;e1ilC~sdQHNYNzp^r7Y>aF4!oDZ*S8$6e zfhx-DU6~I^SZW7;yC3nVD1I}w)PeLj`ObJUvOnYZMu2Dfi2&LP!DpMO10ZtswpT1d86%a=dZuCzDP#G~5vwum(p z9Sbb1ZY_#1yVfH+aevhACP)Fh*neP|1){jFjqy(PAA9{idh^T}NoB8BDi}_Hc`f+o z4@_7XSXxOw-OJQe1iRWf_^sm(?C|IYQ}mppWP4CjwhpE1Ej9JT5GDmBrD;ai2#SBm zn~&nI*AGtAM^!kK1ciR9p)T!CoB$R5mpG{7{CmJ%gNrm2c;%zEJ>CJE1rKZG0!5*; zb$*`E0zwz=80-~j9Iu1UQPcMd3k()MbRcvwqCkh^YN220Db)xBijrZ2=BVXIZ;}uBc|uWs+;< zY_JWJq1Q%PqE5K5&jWi{m&g=*`;t~^Z~Jrl)pZt1td>+h_7sz2AemB8&pXZejq+c^ zC;xm|>aX@55$`FAMY=w(!0!O{$tUYWHANVJTJ{b?c1(F0j|^_WOQc=s7*}RXZR6(H zMn&$L2dj40@7HWL&M`-9O2V}@*HckVT1;4&N{+tU zO`x!}*D>c}1g`+=Yf-u}Vkqyyvu0VCn4%GvIIzHr=iS}2mKs&i=$;TN8@Ai?(x6{q zr-RCl@6!z2FmkkG9g&KP#497=vnvsl!AMU|Bt>|nTnTcQ{-}jr2T-X7h z=eF92=`u0sGU<4*+40Zx1fVVVXNN*N@#;!>kHDX6%MGjf9kb;iHP~cwlz7-y@=u6c z*uLG>Qr{!F$9+&Zx63qc@pgmpcpgq@7$DWjaI*L3BV|TvN1VCR=E(vvpw_U=iH88VzTAhaa6L)iWQt;<(|H zKi=4TD#5ZAhDdeX*z0$E+wFo@wellL<=FrVTrO%mtf zk@)hjk&?APLUX1!m2@o_MA=l*o>S*&ya!2q;omiV^`+s)qj(q!dJvjZzZ|My5bR69 zf)fg%Z;~|umzD}Ra=dor1%%dZeX4D$Yg0uWu8cM5%Pp+z{EYsndrrVYfv#2C<|;&(DUxCEBRjYgMdnvGRNq| zd0||=wzq16@gyhoigx$Z!cBnB_=4x0_qT%2dKG*exHxB#?P4aX^Kt0me5K{6Pc6axWE=JV8Wj1M%zb*i=^(fTA~mywut_=fLRrL*xc-IZ90GvqP@m@37hKbC;^&FtAWh&&c>b11u+p z_Qz!&o|p+MN&$srE@EH0*b6-hpJ{dLbY-c=h3RJQm z9|imQB}(4RC%dk{kDqN53eAi7da?IN^ZU(GHM9mzoyUENQ;WxTuGIOgkj(8GR|_&o z<4e?jbIYuGIhfneq?(JlYMhTrCGe&D=N{hWz`C(O2Mh~bGw0nHXM3M&4mXj0hx4j@;$x@?b8jnbfqnBlRwLcS&C9Q0!P` ze*nCU3npb^_R>GReRmMMUI-c2fy@08Hr&)cqSe(F27&B9%r9vB7QCG!q zs1me!GZ<))c8jH<8|C2B~)7I(B-@KkXq%H(|bY$M&qU3hD~l063F!mZ~3&mKIz zhP9)`Xbn}}uJL`gA(z3tPt_1*M3-`*{Sx5^RmZtnN?cSjK} zTk%{VW%Jxy#~K9@0a4uonxZ^T)+%ITLE9&ig-%YjDlM>2+hTq8&r7JRUXyo%a zsk`KxV`{%U&g^cB+N-ji!zwNvnj#%KKs~p{ULfd&fAJjZYffW%KMABvJ!Wn?M<4KO z_!)Qu3)lv=500-41Mk=c1cLR>eCljrN<)J`LBdvB&gX5B_um$tAK2U&ZV$cRgBy^Gcf}ECy zGcH3lgRc?0Rx{p?3p2PQO~`TA!YRqgy+?s+l+#~yOZ-_cd$XE zI=tR;d8j%lm8(1ZDjjs#9t%(8$&+rLx-D0kxAYBE(WGHoM-nkRM~OhLSb5%U&bB;S zs5g7g6i%9#29Jx}cJBSWrZ}Cot(cHbGRPmo6!-wiK$PDTyGSk?_Zk#rS=|T^w=aSh zJ)`aG+tnSJPcyeqB>A^fDNxd6{D*Sk*+~No1M8OU@!>3-aZj7yH6$q(BqhzR@B9e0N z>8Z+$W^(uQknU~TvQ@01JWJ|EM#A`j*CuKjC&D5Y!2*EBI7yy7SJ%L!n#;I|^wCbk7 zrzNfesN1c9-_)qqJn-^m+FR(Cx>BotawvhJXJ3Nn=Pf^>n8P-hgY7&RDPXbf2|7_m z!2n+WUQl?S!Nms566#DB8VBx`fNn~`V|ix+y=>Su9?YJv(DS*h4CR8C!hODv>@3Z< z4BNLDiA7JOIkp5Ii*VWhHqG7sGR&sE4y)5PTBEx)>Y8gnM^DU5{Lxh7cF=HU5`sP^ ztWVe!bd=QofUMIuDe$;h(V;V(Ebd!yN97$Rog&q6p~D}ss>sFG9<()j7joD!*OGg5 z%3Pt=9kk-S5rXNujLC<$V7|bKPgm&a&~`(04m;i4dUku(@a<7bPVFWTLt%+y`?}Nxi4ayzYZ-2m3A9ldpn@#%jrW5-p?2Y|yNLcl*bB#2v ze*KP9suN5u!vxkm2VpZC2|uyo}NwU$CNs*WeN$c2uy7M(MDJp7#>%!Wt35=6UH z&8u$MRGhaAq+IUlOjoF0jVw3ILM*GtpF<~q=EhXD+Ly{fEe9^`&kyx0)Rm$=3J!Vr zmL$6FeXx$w{Z=ib0?&RDZ)eR{MZIJKIwuS2Xu73_?@QU$Cwk~*ZlUBV?0}p`;S~h#8 z7B4HqVw`$f+!wG9K|L?0biI%Is|R;LE$-i@Y%4~znyjiY1BPe#mVWDg0-r3Km3i&e z3Dmle+SrnCU2J;Yrobvg8}9DNI*5IZuHi@TZsi-yXDk50dm`aI@dGs`R;1CNdpd|$ z);+M0q^{q37i4hUd}y%3zq7KknA|7Mq&4so+Uva!Ax`cG|%t2Wu32l!;Yu08z>_#F4A_hOHRbzkXBL##X#WS`8`#*+9__-aWVH) zmnZ@`vTyzvle?Ps)Otq5j!WjIuzp6#4=GGaqLxVVJ(;Hm>VU%C6u|j_RYuFU$iU!BZy8hFQx5FKY(->uZXjEnF^t)E*Sz&f(yE@W7 zjZP)Pa0FUt=ur77T_YC73*=!eSLC3IGvJ4x9I0+MgtL(oH7ruq@$pKTCD?+Bwc9bj?SElegFPzit+iJ2$XMEZ-F+3r3tEx3oY+(g@Md0kH{QfmQ-IV5> z5e(v(%hpOp<$3OWyXr@k%`W;hQtsK{b}aa@YojiQRV1hG^f>g_S_9llM7*q~g@wSu zQq@$|`|a3S(PNb`zZ!-Zz7Zi$IMZBg_&^;Zmabl^F1&&1*$iPLWK01m_GZP&sz`Dp zW#Pxlq^o==mQ|)#PMXe+7Akw^A}k%<65`gm=VI9GRYi$=uCo)AFt0Gb+Ve%p{ z2D_qygynj-GAQ$|yJWvRrDhwQh-&S-VO&$y`WT45%VoO~S4)$54~LEK<7yYNkt=6# zHOJwHZF14WAbfki+zl!TfmZAT36}NwWD)bkvO(-=xzF^Z5qXv9wXsW|=6UaHY){NDq&;`r;%M%Q!C}C?h!W6P$i* z(Rq0QN`yFylG!y#ef*n|&)tsAaz04d^9OB`vGgX^XAIZ1qN%a3nLf9>(hZE6EpbX2 zLq^Me=SiVq%M(WgXPpNN9!?(uTn4WoTTR3h`>-tMjR^a#gGIkzCRlSeeh#m)o%%HA zCjE|{3RXK_bBZAbzS{EJLkkYxnECKLkG}M!nOLBYaWqqn&mC_`Tbt*Vz;p4^XGL-r z^>k#gCt78_p-E|cL$~!K7%Fl(0Ur$y=c=3XZ;$J^Dg6yQ+QdPc0Tu=^ob||Z+g#Cp z`Yq&))X|&v#gwrb6CS|4jLYnWaW-sA6&>yi{s+|vIk%&$d1E8FowKZO6r%0c6!>4a zCiD$_aQMfLt~9S2vQ@Iqj4F5MFE4s(!E5rf?EuwM3xlKGIhN7!>^y8uS>#%@`4OoC zjBKTi@|>{Wj|jM``qIv92gy$u2lqFcZA0!0prx5<_uumlcSJ`kVkJhvn4!qi*30+L z2{<=_9ZEEeNVi2T-7m^%A~*C0x@#g~4Fk2Z4AEEq_P@w;o!bUf_u2=Ta@4g|k{{{I zydKb)SVv|{Nku zsU5VhcrD8Q8E2)?|K6?uJo zHNyA$P``fVHUHs9@xYx*)!c+R3@O4_tzGUl$dgy-?YT3|+J$b{@a%*K-*dI;T#%m* zJXQ;ch@A%ZULJldEAtm;>ASffb1GJkOlYLT!QlwYm91ErZgBLw@Lo%2ONBBDpZ!mwqw|8y>_Kkuv6bo?;%3P2db{aT8T$_ zpPrB)EnG52K^c#OVp$Ej_-&3oPq|o}oya8%R^n#WT5mh$^rAobaMYs2GEIG-eThfT zXG-&MN#<8@v#l|Zqo`%CYtRXHBwmNY)y!VTWtF-@6<*)ybsx7_J{a4gbIq+fc2YlQ0UwXYi6EUIY!*lko4I3s)ZU!);0giOp0EbgU`@!iKQC!&1N&jX z-lX3-PN{YU3?XWN*kVpFCjzv{QgF)nJgxhRTsGpzCz()saddQ1CRM8IZubf!d)-}V z$MZ35HB?;{*WaEB&jcQYxQ!&W`33T~I&{2%CtRhxx0{~%YW@}at1EA|CVCZ(If*@2 zF^%{6je>{ULl@CiC!@M@LDYSD=d_`O8FWM?fWrb}ZG?iJP-#E(rXfOuP<9_DVf==Q5 zTW7B|KbSc+Z8T`OtIp0TX*ye66L<0WCX zluM^!NysJT=w`H;dxZCo#x3r3o-x0gC^-gs)X0w(CuJ!Q8sNe!$LnyJC$WMGXG4xx z+cD;h(hObE+RC~LF1)c*4*Uz)Sj=HcZp%(eZMqr*4`D}!-udQm{khn;tORKn!~gEd zKA`R!p0NVxX?tlQ`+eWA@_?7k+^nE?7f(+)`oZhZzmP_%*>95pMLlND=1h3{(!Dccl9A1|RBs2ye242ioZFo^`(&_YH@OLk0 zRqpWFuFPSy(s&tn`iM~;^o!sSsM9SCN?3|69Iq(W&%D7BoRlAt?BXbIcw(6iqs-dh zDoSxVPndoTi?rKALy5|FC=e0rnoOUyP_26x@#I#U$HA_Ag0o01bJ@PFsdu?8WvHRp zv#wr9AKB{A4X8i9$tMS6itE&kG)C)$`gHZ%8m|zItUF!RWPY6)&yq&mnR)2JVMaE5 zKtvpHGOj2%ssEWN`y+d=Jzw-uC@}+ZNLZdbZBquH1->Z|eTx8#h!4Iu+^Efykv%Cj zEawaZy5D|(DxYwL`-H35;ny`VL+Y;mc*RM)rk5~%U8oY_w!#*lx}B-q;9>|ghUM@@Wjt$1|2FT z#g6NJ_05|CZJN+6!>49#cD1Wa;WFsRlKa52gQ?F+v>`cTRMYw;hicyJP(NRT zLAOJB`5scQ+zg2A<$a%`L~f3K+6D&`il)r)N`n73?MQ=4QkipNZHJ!f z;?$uBjKR)qFIugG-K9jax*Ko)YHS zbq?+_7TdodUYC?VgyMBM+jpTioz6NJs_1Y=HtSX1NA{UyRH$qJnDE9u{7J6h&r2g! z&0b-?OjNKlzYmJ?B0>T@etvow5X6QcJeL9nfYe)ha)oG$(Uqf0YyKS@UNGeL(Au?( zkE_AQCc$p|+aler4CoKH4^5`ade7y1J54OV*gKcL(>&K6#fB39m(KgrMK}7vpHlKV z*z;oqKGoKbvKY}M@%QSy0$L~r@}=+0??8_Nxqy6DhR~?Rqn9;UQl$P2#RoiChPEN= zk2eLuuDi8drB`dUTw^ZyhGe%HUl*Nc1&H-*;G^BDC2V^;Ur=<@>38q@omiO zvw!=so7?M;6U73y#4129)$RqXj9oe%iJ%DH*4JDZoMrj1FGa3& zE!9*vvv=z4aKguoh;Xe|_R2vpEm?g-<<7VmbB+)q4tFDPW}2U*7DkNbJZ5j+2UGM;wY{-a$UN1D= zf&?iAh7~Kh)1o#Kj)wD>BMqO}*C9CArZ~aR7YWE&!|Y^aj-?Ct>$#DL27yIfl=R5jfr3#zEOl`=3!YhW1U4DQC=RfiiO) zUat=pn-a~gAsO_``BK}R$Nc3RZ-xx+%a?P~`kHOR+x^ob{cKDvEb{7k%!LGfV>_zp zoUsXigDIOZ_bEcWKfB-L+hM!FX-n|WkF78M$dkXJGFg41&ea_>CmEoKJeZFgKCgV6 zRyq$#+^P>0Hr7>rh-v7s7nkLilD8i$K=Pj)qy8WPAUQXT}>6+2b=Dzlw9f>5Rz0ZRh6x={rzNK_qTFTJ19pBeD^m$$E z9@H zfH}_CnrgEB^K>N7^KO){DV(vT#(m0!R^`D8g2uz974+(t7pK_?XJ z%(lGwM+Q}-{Q%jDm8Y?=;ddi?z0zL6R==l*alhSB8#H!j`|$VSo?410V*z}hcx%^O zi8$z^sH}XvgEeOEK+0<_X)h?673}l%N|(AbrdCHD();kDQ^qOBI8b7b-})zI)w3D4 zOnxs=nu@%CT*&W@tZ2VhfNJkz7G$}V5BUXe8Vc2yq{ntR!D@IR0D$rv5&0yR*%Dix z84T{Yg?$WD%dve}o4Y@3Y7cBwJ6quDLX1+134|Y4X#wgC7KKa{bI{s|Jk`=_6(`)& zM1Xu-YxkPwd6>&+(32>$5-8XV z*|LpDxJ~YOyvOg_t7an_TlGIC3SDdWU7M$8t@=@leTCht(0aA-rungotHGRdQK3rB zaliw6MVq660kQQS-;aLJs-J*a)ATXW;3$myMNiutXI@R})qUVqJfqg`!Op#Js1A0| z;~;zCXe)O5p--6k^IMzZl|I{Iuz)!{f^rM&(U9om^8g-^K2Im|S=5D67thRUWMhHx z@2iIA`j&ykUAWQuYQSv^-W+1!>wT6C@acl^-0GPaoW12aT3b1w02gefruz9oo~5p_qH{3iD@12caCos_|TISsnpxX`>M-J|KDCC{`!T> z0aok3Am5mcg}40upxja@A<~TA`jg~OFMKF@owS>awCh4g7UEC086N@97Fg|Q_V=M& zg1yrd@ymbwFMzfAru!3o>&5#59dGX#t??9bT^0$OJ*R60;XRQ}jsiasH&XkIyKF%| z2>(`T`QsB!KKSD4ItP`JT<%JHXt6TP{nQzUlqW5C#;~LPeMzQJoX|UFjpgIopky1X za`()4i|sxJK8Zm7#LEMh3+HTa1w!}{*#ay;SRe<7?!$Uh?c;+!!$w2Hc11&Z4(7dc zHE*Eun_76SFLmKsK;eY9PuCyapT7Gfuq)FabfK}&_jb+rd`Eqt)6>lNdjcAV2Fs0% z=shx)Z9cf@z8XL_vjNv<_uF_=KfxoH{EB`dBnk6dthY~a3XOhoFk{IV4#bEys3S|=TUpNov{1jf z{02MQ^`THj;C=VYu1#&t4wGDS^VT8m^N3I?S148L#rn-PbWH*a*(1J=^yYOPhsX8v zlkzjx2HnMU%SY#)3nm2eddbog3{7P5w>gTom+{s;fGz&DDp_PL9Ir%b4D&1zpXE$@ zlr+D}fslfSN|P5EuJ_J~5VawI1KC2X@pLV5rq`H(#u>jdL^LG;2_Z&VXrXbw-GEhb2`ZrjwTY+fgDVpf<7#AEE3@H5h;n)>4yoDPnS%Ufa-k{nca{k3s7xKDk>5;+m- zJ{tuE4G)btozYD0aT<0wMAe0H1TIkH{aWdSqYDZS_IMM7Z0}P7gr2lD{q}g0;tzsN zBVj8SIF;~wv>rLH(s(lq9^nR5wufN(1!;b=95*+pU@mV7->Tu8ueR{xKRtmZ(=oSH zR$B7^H1<334S5hi@--KLT3)W>1TNIhWj~j9$@ogub3Q)91$(Sd-=y}#c@wX zKt0U|XGyYCoAuOA>M{P!2DV=>NUw!M{Vh<;OYP6LqCB4i zdktLTjmScm(XL@K&kDuym!7kqI!6Row#{iAu{~o>nAFp|U5v+e~HI+UZd>^iVD`ere)1Sw_Bq$bgO+vBx)ix&3nm>K)`=i*I+kH;f-np(eM zUhl*)(~$(hpy5*--p^lM#PjpC5@tT$39)*On;sDgB;PJ=m#tdS-jlu}uz`|Fn4Hls zSu4;dB}X(j_}owxGcfj+TBM0S@g;n4%zaoY(E3u-qvtsG8@xTg-c~Mx*d}5-KfvVo zI`IX!c#$Blky(N)>XFlQj`1x zgAQB|bXr842c4it>?vrT#pxg6jIMXcncnGigw_w(N!RB>>gs@8W1_UblDaD>$g~j6 zDLNFoD7AwK zY|pBT$~39R9$*42hROfhw0S&N`S)dbVF||4LmoyiX^eQ`eV7qrg zdL(T6BT1lM7IoZLwc6g1(R7019YcQ;0iYtNpuBwij03g4Wjwxii-nox1gI+d*ZiKV%iS^TT!;=_XlKeWPQ9tAEIN9lO#$+po$yVS(K5kU%qM{JriI=C zga{>%nO~`gCUj$N<2{Ba-hhCk2VQ%gH!Z?l8kN%SU%Mu_Q`5=Y=SaM}PbzJxUr&NS z`>S63{(EK+j_}9{{JV5Z>3AACXgF{jd%g)?r9>)|B&ZsHm#B}5W3j(acst1`y?4Uq zy2XFIwH~$a^_kbf;{LlyT|_$vMIp`6{0Ebo0q=tGGpS{tv>gDxyd=_s)~w(FOGvmp z54mezWW#RXcy0N&mK5B@^dx4@h9Un%5a2VyQoz|>L51agG@55{-g~|RZY5`$vHAoM zKKME+y6gzfOsi&jqCOzcPI^CDJBQ`h+hv{mYMZJoe?UMpQy-x1cZaVlOk}yJ2!apG z2~k@<&p;QKW}JSU915zcfn5Ccu>h{XE#`@)jG)g+E&I=#Z6&xT7Z{U^o)ugM(nzRv zlnDb1RpuDOiOJQQFg?jH3X4oK7q1&|w^2XVtW-`G>)X9P zl^R(Jjhi`nJ$zr|IBR(?0Y!3uwkG8PVeaHT{kv=h&2~T5sKt@R=@R`4NQg0n+^1RT zs!-p{TY~CM5;)zR=Vehk%ygrwl$!FyGq7b;WzT5)>?kKR;XJgg4A(1asdwV_3&)h! z6~;t`q;f0I&Z!Ychi=^M{QM7xsxj`GOYIEAPq-FSSKMtoT;uLubXF}$(+VzAoCN8K zW4dg9D5lIBk9s^tXkk|ooETt{v^LKX2(NzWxGw4Z`25zvP|p*(jkVq) zW#9xPpLxIFT9nM~k^K;^(02LpQ17d_76H?t6! zVQr0SHQ($@it;KeoX+ zZi<14I@>O_QYeLg1j^wMH!4%Q-_kAvy15yRA>;ArmKaA;^5CJugfG$AQL3a@qt3pw z$!pm|fJ(ty#%&+(hAe+oMggH}HIle|+oH7-VH0p$vD@UnLi6F>2}I>XgcfpGQ4v}y ze1Qrh!)GKTS$WmVfSet~I1SHVg1ay56)l{KPm5e-B1W%wjC-r^95AJS_hgJ{#%RY% z%WdEUD8&(^^b_v0Rjnmf1+-da4QF%Y-e2NF{n95&O@@M1$RKxCIf4e@@R>$|8J*e{ zqbj1#iqpC^n+{nDHYFt`cl0L)3sMlae$UuEFzFdE_SZT#cFl+K%XzG*(_lgsC5 zGt*o6aVUeQBrjW(GX;9LQ7hXl7P{dZDq&3?B&+@wy2>yTvU~XzBmAd7Jjm4|%OdZx zk*qRGfNMHBP8nax?u5U}Ymxuz%QU?0t*Y#Zs2B0_p)OBYy8ov&E6a1}wMwhWd{LyD z{Fd;iGhdwA`ja}`SH|0HV6m(tR_4lt^Z4iZt8m)5cv@fr`dI0(VW&>nvgxAIJp;}TVE;uLd?o+Bmg%_l*q5Ft$0@SU*V!|ha z#bkh#GbA}f@K~b^Awtght=^yAO)M|PYSr~Rt-Zey>H(#C{246Ag*=|xT5BSLm;EBi z;m2p%RL{Z{0^-|$<`_~}jA#a_sAn4@=P*T#oBIVjWkpWrR(7X4@eY-OZ0WtC{SIqO zH)db_z=g98iFl{oQR~CHuvk^vcfVOT?DA>y>tT*_#+<))CwO-YKG0`tn>0pfdOe`> z;iSPrC?Q|T@_yZp6H8oGC+3qMe{nzQb^6)LZ~`y$EApw5ReF`Ok}r7Taj#I5aIGFE z6OaAz{3ak{bTipn@ZjAUTK&-jLHxizr1o6UEZObB9*MEc8rdXewYk+7lJZr*h>X9# zazxI4r+8`RDgXSCg~cY1rbd?X+FUmoYiZ>KNY`Cp#88(OW78CJVJA4u`}hCWT9 z?svGI?b}VT_P`C5ES&O2q_R@c8C}yQWtqJ}klnYw@xY>6{Z-5P#k6pV$r|`RkW7n5 zlQX2uA!HM#?=np*pZ+Q)AB$H zguO*R5$)jh(25eH7gCH=<5ov_ft-omukcn_Ve{mZVZ4be} zF23pfe!l|TXG(NEsHSfl{_6LjVf4MW(#DTXAC3U-wZ{wH11?hmJJYv9`N|mV6=?%u*|RULnMP{f z-t}notXgZQM!AVbd23aZ2D++FadgV!nLMBq|M_!0XH&|aTX0cXp*5U>%6x;l6BqJbX}S&y_s;A`Y5@XZiW1d3di(c5 z*j?;#PRa{r@XOFo4VTZRg~wc30{hI#hJ5o;jVD=;>@Zgag;8C`pt~yc=xdkebzyE) zc}g&(u1P2I%rPhJglE?&)L!p5`l>O$mH!!(6pT|O>8#J5w;%)^+DCd`LJ6M`vNxN{(x@io;kK1g%`jK??LzQW1XX^p8bdhjF*dCMOJ0pnWcAshsK6SBZ=& z*`lq{j_2}S#=a{;n;|}a;@bBT8@Nv2FrH9xYM3ab#W^Led7NwloQh-UL}I?mXps0z z`JU#i87BdYF$kD^IDz*^!2}kO7~$n_hm>7U5@P723}`g8{7o8Rg4DZpYnjlH9=$Hc zPuF73lPs$oyN<@&HAbnSv(1>gmEzZRc53Anz{Z*y^XD-k4tBl`avnH=V7~67K`AU= z!_scx$UyC!oXDJ~#6ZKgTPgo)#E-$E)f|%}!&)a-POl?aZ6mkEZDgJ^_Qq+eHA4ak zs+T6YtKxGLIto+6kc~4H{GR#iqPck5X_c?xY~73pHONXS%EeV8-X9E-lhO5j=Sk|j z&qel47kvui;iKy)9$X7==ik3P6!cD8$I$xprFFEUY}qn!-CQNKwl9QsO)1}POow(b zzDDj!`5Fw#!&%-vZp5U`l-=+;K%PQ?p<(r(01kP4_-2nY^!fP8yA6=rBhMpY>vt6N zj%kIP#A!O!WCHd8v&e{QfY>{Ye34cO4^iNd|C5jFbCmnT96azFRfR#oV>qwdV^s1Q zMm6ys8S%5_AHRsiI+ZzX$OD!=j4ac%?Co_c-$ftwCCA^)e6(?1X93#)mfEB6oQyDa zZy(U5!t|FXy1?CR{dLSWw0lr9hQXPhw+x$-wut*m8_O%mYKR&d`XC1o8C{6bKG)vc*oI6T|3EykfQ{5O&Xl32u%II`4cE48f*pYF{wzEkC>HeJ9l22+TlOc_DkSKo` z?`d6%>@M3e6fqpHS#1iB^KScCQ0*`mqbj!JF*H7LIH8hSa&dznrgxMfAgXqKwSJ~( z(X1s5H*{c>4my$&_nBMFP~*QdfbwoKBodVsIN#NoL-aCG@%NXy5w=>>YTO zakTPfuin`|VGF}_DCs#g>wh6R(`w^EE1)e(81?zyzjov?_~FsEwwMV$HJg8CPxZJY z;cQ3G&PU#Wz&@!5ttVwF>H3?JI9kaQjc*3T81FwMt=q=ml<<#13v(?yd!7`BRg_Ub z+@i}$>RK?ZUU6~}dsMwE^9}RXs8#F?eq-PacTH)%5GhvfJ>PoCF4=9+t(>^zoITd# zrM32GH|vyj5GQX;4E=h(DVNX%5pD$BcGmHaaiZTW|B5dSD57AwI&EI&{y^vVP_EEX z=8$VsBCZq+Ak!G?T&|cbf{p$%)Sd)3N7=nb?~Y+d&c>>@+^%2~`Anls`O-9l8b~3* zn)K?Hswa^({r+tRHGMm{+ap4OQ|yAEY$v$j?Z?j0BG6~u&*Gr-OgocVGScB~UqDbz zcC^7qXc7ObLn?V4Tut5qx+m+*%k#2EJZTH!=xr!{G1+O{kyq-w0QjPDdh_Y)2_SZs zFqR}u%VG+b`sH^dB%i2B9C2NqN7f&o)E;eMGkhj`^Q;q!cACV@nJ_VCymFt`9Pg|3 z-H#nE#QLlU{+O7d@)fLB;%GiTEM87dEY3fYGe)kNq$nVwWD=gx$=`*{2a+3hd_`rJ zjza;Q_RwBeOgHHkEJl~IgO6O~(>N2?V$&-O72>+wtjo=-l-H=Qh=G_Yn6%?SCCvjb z-F?@`3EUrWKv26ccg0uP?9vdA}2cJWlr7zn2?*M9dXEtgi_7=(1knH&iZ)^(93r`dHF!s@)z! zzHu#8u>Xt!{OfV;c+d8iF`UBJfl(f7hpu)g$jB2I@@!3@;8K;TY!H~eFA|mBe^x`w zGXgD35J(BK)=ZsYsWX0cZO;3RV6ksZV5l5=xR#<9T5SD6Z@F)>UV(c-!e#ZjuJ;#@ zN$+DmgxmRO@y7SQ(nZy4I{-viZTL&$H>s~?6uTGz@R5gPDhs6e%q7FHbC2+<`y;MF zb+||i$U56EH9sIdPNAj4WoYiSsvd`it&}fy8y@)*nybv+;Gg86DM78PVTNOCPzR@~ zm28RL@+In}4EN&SX4xf8!TR-|%s+)P@;laX-1{Ts51BcX7iH)Lo!EzPcARCnjJ$M0 zmw!B)xS#>%zy;tZ6bj0~*1>V>A6s3)YZUa(b)AaL8(JRxnQF`5js-tQJW|`Ij`OIu z3S%3YT2s?C{)#i{@Z3N}!<$Z-HyNz^8{|v#&I)+qzfw(cOIc~xTf-OI{%o_m#Vb=;Lq;nc zj4KHlh_6mAjd}If`wh|@G^&xCmJ`znv|e4sRpT1G7skSgw7ltl^>V_S+kFE(>UO(* z3n&G2xhskt#N87T&qHrBkJ|KC5PEGdtlt+eD7L|*_8#JV6UtNg7tS9w5i-c#k{Cbsx^fZ8r?j| zQ$7zT#u)0GGk0-0yezm^L_AKPFr0j8a&x;{;@AoxPTXe29O>eoik0*;OyE7N@EV5A;&9NYI5H5Cx@Z{F1F!X6Jq zT>0OuLVn3uGEP;JF_x-~4+~d40G%LQc1=J2S@b0IEX!x;DEJgg-WbE$cywUH_)F0* ztnw`MG;D+^o`T(s^ugsgoLe-pThM5$k2m@KQ1fv`?f&2_6Dolh*x{1`C7^7co!c;R zK#rJ&>v}EAugea$8E)|SV$*9kim;H5IjB8XZHhv9zKbXasC@eU#h5$qW|z3y1Ncd| zp%Zu-Tdv3iN4f_+IERS+WRWDUn(-NGEey`=`e1xJwkKuVP(%yFAH^@Bu&QsQYAsw@+4x2=uPGyiDA^^KKwB2b{;(NkmwYf8ARSfBNy;FpJr44E+Lw5f{aT}q$mCDLWm@T0wF>LMIakGEzx7Bd6@SDIUEDUNx_lNPT zq7zs6Md%vK{h>!4o+)8|8Q#*SOM2_U;WT$9WfHjo7c}%Kd&_ZZR(t4$2;N#!XbXC$Pa1N#LUpi@hfUB1F zMsLQ*`MYY7uVCH?q5Oqp2Xu`TX<@GbnOdL1g@plAtH}o?rRiBOUx}tOnnNkUh&Miy zKZ;22S;!Y{KC~vfw1_XeTC`{xrwXLPn^t|P#3}c-wy>_L4K_8d zkhnMr%`@X>*csoANwNS&Z2TtwifC`F9HFef)9oIESs7K6{s~JJDU$5)K3m^=+*Gi7 z1X++Zz;(%Z?)*BNiua3g5WQ4%aw2P8YS2n_nt|=H`ysBY_92bHzx#Hz$vyenQ_sO- ztKV(x3lX)k1UinBtc}Q0|CXO@d?-eaX694y?{E0pc~~j}7t}4f*apn8lPfl7Cw2bX zEiIXFslZ-lG;Bmma^t#S4$UFA2idI$65MBh1Ju-V0}`7{CEtfUeb|Hw>zGQzlt1y$ zt2P1JcwS$MKff;-6i7r=XcYf4Eo4;ibNFr2#}BE&YZZxGtFe2}7&u=^4oWhtz|++r zNPo4WxLp^+Sc1=AIWw$;D~%kV7-;^@24llB*z* znZjS9Qf|h~kJ4Y@^grTjhK9zx?T0g7vpE8|F6!arb-T-qLn9O9iX!tRFR8^I)66{w z-61Fy=VV+~X7#=FBvl=4y~2zyp4)comLx5hgeN28$PDi*jfSPcM(%HCu#+S0E0yofjH~>Q-ch3iQNX0<*EW6> z6%+$@^eEa9qqE*8R;c#$zI+y%XLr;YyD5U%q_eZlj%S)s2S^s}_8gv5qR4>#yTM;y zjlIx*CYfmLy^5V4Y!*fY)ean~VKWbjj_~}0MD5GIP+&>M*XHg9ntlqLu0xoes7mz zC5&N&hRa8Sr0GX6F{8?vo4e?%#Ur&*DqUddFUu>Z&MX4=`CzyMBT11pT>dWHK?kmm zC)z7(gg}fw*=)j|re+jx6fj?8N>MAB+0r*DAIQy4S91xr(WN-^le2dqs$@imxPDnT z?h#d{%}7c@Ga;LN4N(_Cj2YtrS84MWba1SMbIZh&`fzZw$$s9Z8^kW~VncDdTZw^OW^b#Wa!4M+Os&_>JiC1E zO*gCLZY|>sbL#gZ&M30U@Rj#zTS|L1e=Dbi+8WH-b{1-rQ3B4eXvPL*wCwjkvX>2R zQB#u!r|3R%nK2Gn&<{S_zg_Ly6fTMWB1aX@B%Si=BYs9>M%doHrlU0Z2}nYs)!&>M zy4k+A*T0Zpg5YD-=IM?z5ysJ&V);lEBV$G^%E0Fb8rPo3nUV29Dql)o0~oepZXa>& zrZbewojIeF_txnR@a`h(>v!IS9jEXc9cN9gF;ZvsPf?*OrN#bOWsOs61Dqyo4BUHt zM`KX%uEWNh)O(4*)BS*DtQ1$}mV)r(D*hT8H{;)cp>(J2cHBEk4F+O35degANY{S?Ke!}JiQH>L`}kFiEMF}H?gw2Kkq~b2jiJ^ zk)I1M!yE_Fk8rN7`RC9Fr$Rz_QEj(!KBosUDu=gMaJrWv+vD;+ms%N7>TcZkg! zk$vL6*%3+cJ$(P8jEDFef@C z1is0H6mpzRd@)8O-#FjVj?D1yyknCb&Qv#d6O83PYIJ~$bOJUWdUFecDrXDDHwzL? ztSL{s(Y=n1@y+wZ0>68Go97!A?{vNzX0#JCF#8pG3{%ruDjp8{t zowW(nvMnz3yPM-s(d|i#Gju3T=3N_#G#Zf7HFcj{nDfj|2n4MQ%_iiRqdj)*D{R#a zO%?LhZ2TQ#%7F$@!)a5_iqiCg3~#PYp?fF-fw0C#ewNR=hI@9zydT zg)BXOiymaF5qI6pKOk+bxcyCf$he+*ODjhj|Lj-qTQ6`w$f@$3d{OrDe|hnkpA* zS5|!{@VqWsFBU*r^6K!Np^vEf*t&J3-Bl+R(tV>?ckT7slH`V7C?R>`;0Se;5;DD6L!)( zgn-s~ zT&0urNVHipaFQ}WrzFh=QXe@xy6`>m#?m8loCEZH9n$(`H(SH3%+Y%*Xk6zeVKe3g+s z0MZ-tvxOh7-~^z{^fnfab1>sZcKfz%5pAuSZa>epp53Bu?g2W|&m^YG5CB>2{@XEC^55^O56?9z9a3;Exo5iD{WEtZ?;JS|?v#sPCWO_bhrofbm!FJh_ zs`c2qMvX*Q=x*QDJdHj`$|*XvD*l?^=ktymD4vnkIop58%M!x9BhwkytyMEO8*mTK zb0Zyj8Q^H=KQKBOPlwU8cnW=}4wQAWwfLCjKCza6BlW)L?h!(4 zEl6pn3Xb$u)DuPSz7|!*=-Cb+P3UAiU%;y+YNs`3V*T*@w42@T6I7^7 zs0Vi$PQ-4Cx^uN=CN?6?!a|<4-P1fg#(VO?-m!8r6SU$Ub&NKG$YgkBcAVFB z7a-6Dn?Fq6aN_~mW-eNH_gen_=WVlR39z|B|Ba0U;(JPpIU&vD5DmSp2*@H{BXQwC z(BGK65_{U$+baz6=iS(|09i2c_ zFq@S^QWzuErKqY3KGbt##%{u5ZJ}^of*k`x7<2X1&}Am}@(g}i(S0K^-%uP#59Slm zz;8;u_bx9?EM-U@1YQMR-E za`y)k#e6eDVO#pKVSZ-CW^^YuD>cGvqRG8g|KM~E=v9jU*4c*GOT3#>Rf?tRA~|qU z%K9C>L1DNQ`?R2PuaU%+_EVHGL>Zj=Ug=kN4k&jvAscEnxx1GmbRD5*Vi{nCkkYhD zXt{sf>UP$uGwv>RI(icNJ6rho#qp@xz+x9pBD#_t<2+sGx;uHCmq^YTg5bf&8l7Es zD43*dUReP2d?lP|2g)UswT5-=6vlrOC+xa79x#N&NKKjL#aOHXJ^9$un(8U9EYYB? zdYg>h7RS-6tDuXT#U(v7c%H?V&fdBC!g}2m!nEFp^ltqK8afTxDhyVseJvOo=hTn* z?8^M8eCIc)Q1dvKTqYuII)9BgXDq$cX$K^}Ruh)?=d^mhk2lH*IHdzKvI<#UmC>;q z;-i{6cq??8*%CEM6GQL#MoBTXn|}-j1D!x0n`qZov0!MYGI;&KaB-VZI{tUBM`@CJ z0zhLZ-dfhi-zvY#y)5aWDWkAv6@Yd_b!`!ft75UF89m|~da7hM7hQBC#dj1!%Q$7! zhy-}GHB=WAbrj~7KJwp%x|KJpWLI|-B;D2~p`Ta-TZTH4M1~JUob9c^Pe~=#+0{Il z7@Na1gwdPNrivqHRUJ;}E^GqVI@CqVhNQ1QeGxw0=0jvWHn0w2tgPv>#u}?rWjXEG zeYsISKnw$rV|y~RXJ4+)-totj;=)b)(x0`i9M1qIqS{W2zc$W4b`S2w7AR{G0>`Ys z)T--qby~=Vs0cI^6|gazU&2aKFZ4=DIIruUFG<@4<+aFa_4RKvAJvTm7im1NgaHPd zy4@`oA2o+UVyX0Y>(?@B=m$Xkip>6&f!{KdcwMdo(2&w46iR2%|0s0>{_Ve2OJ1wh~%qTT&YgQl#>YEhpOxCff` zb}u<5#%3yh?a@#RfC}ag7_G0(qkEOHQ>i@kNS$i1Y=LzE=U6tKWOZ{tzx5={&QYPd z&?FXehvKuE>>h9Qbv-(N7aChNb5E@r*uYaRlVRk*`CI74MNH$ieQ{`N!`_5WEl@sbV*}@}?&9qK9nwle{Iav-gM{CoMJxtJzf{4NrsgHq{gWW!(yhAP z_{Uh42Xeq11Uhmp9J`(fuPJWB4Wnux?wU~7t}onuNG^SDTIqM;hD)7G%1Wz2&)sf} zAv;!N;_FXD!tzStjv&nDtWLHA7<^o&4AjDT>`Sdg+JlRe5>o6DmX36gN}&*VhKY%; z18RiIQZZH+;1}4u!MnQ1Y(#fS&{9)$paza~bl(v*O~lTB|J@_0n59N+E7{avavv$Q zjawr}tIq*7!^tX$Z*~ag6iJ^7vBTf2 z1GA7lMxfzLs#gg>j}fv zGo+CN&T`w9=(Q@j#2tV^!X)xEaJw!Z+jN#u<|8SWRZ3!eA2BxOfmDHZ^BOky#{98F z+}l!7iH|4d6dJ5-@N(#@i#z)05TB>NJ1_{e9^&X|sJ^CyPv zj~p4K=vRH;0?~GmV@6^s(o=!tdD$fEi^wE*USn7Qh3mvF#)Y^`Bg~PTK z>Ax+g^W8$oBx$6yOKpp5caKzGz?|f1Lx+?SFFPYs`0-L zZ)y2)-Dh%Rp0AR+3S~>>rnCs|4)E(Elo6Tr&P|pHY@sKw%+6-%9{G}9!qJ0i z4k@WJW$3U3o)Ru@KCm#u_GSXeL=o-W+U(E#lOCY`!al75F3o!yE6a~FAbh+bue76J zG4$MAxzCcxxd}ay6yHLx7aCuz6F{{Gih zEVDY0HAv_TWdVgGj1epO7g;N3^bGcZTjgU)g2&teKe%fw+PHuXV*pOVnDVZ0g>W*k z#oHJLv5~7C=Rg78=Hu_zR!5uE$oFH)(X~E*C8q9!Vh8|)j83pnC3V7;N5A5kwO-K^ zU2A)lFc8Wwk+o@<6yTD7%(7u>yGdDkHJm2lnxHjBk-H5 zdD>iP3yj@)ssn5ztC7==**P>)nQ5!3t*BrFD#lcU@W3aeJXy|Y1Fq;>cs&n?$%)Pn zWGg(Tc>XW3_%C*0Lix_#w8(@WiE_mg*iH(=cRNy<3j1!|P0YR4pKMXww<=7+)dvdw z68sLFnUbCks+o3Esyvx6O!YGi{qEFAJbE1?vAYgs@Ir$`1RN%~DqR-jX$Uze$1cCv zLi4rFB|W$GbOA*Xb?IKSQ`@-NUvC$zB!N?eu}eooGG1%+unNt-9*#T{XysN>>!gmY zzJaEtoBL72KvDu-rRGfAsrKl+!)L_ZWAJSPU!n2p{I&pL&h=4Pzs^sGCPc=FN=ZZD zKwqCoeGMC)&~=u1^K~e*h0f`TuE<*KKOXU4UwSCi4}SRiY1gz-i1$!fr~1pu?lB8B zXFi7j69C7f{$KHm)P;E^X< zjr&aNZVP4?PNKt|YSX$t<31!c@bi6~(dTu1B`|IA$ZkaizixZc+5uq_v7%zsT8!x-ZwHYD1qj-Fn^ zD{blB$`493LBn;QBrEHvKhx%3@^MtuusIZ}oj81z_4IWI{=en`|AoL$vhjq3#)Zoq zHy1dv>8&m99=o{?uG8xubOR3eQb$!gLUzmzkjXG(CDrK_`6Z1p%Beg6YR1~VLPt_$Z8Bg{I(>e14e?WKGG z0FVscny8QHBVzJy1K4-d>#d?bs$c+#rAvrduZ5o-e`180+cy0Kcde`Pc`L2*@_Eq^ z1ub~{Z)qYs95hUuR~)NC?{F!Hy8*71nXwL$s@M%xY9Os3ct4T_}F zRNBY>c~1O*R(XzEz}%*MV-3$i>$}Yt1wCf}B-;PFPiEw^pgAMU%aa)mj^Dl$gZ=>w zxBuEFnry15O%c@kA(hEr!{L`*ReuN;^K6nbK=>EI&vzm$B|cqkw=wbj|f*ByS2XZZ&Ln+xERxEiNkJ%T}y--y>$p7CRWkGGHBW1BQuQ6XeC=O!+g>HxyEhR zD5GS$X;nie-6`T?H#BK^LqQ(PN7+4U+cFu|VMt5W&q-|n00r&!MRq|44FH%Hx7K3H zH&a~ZPs#Bc@GXipx3u+h`^2{KbF{jRbzzC&&TZ zn33tF`Ktt`;>|a}K8|(mv(n41H;Snpy*@{)$!wW^BaDr~W4{w{%A6=cpmj5>NU@uk zUQc(*eal&4O4(2@bv;7q`ni@xCe6$9w9WQ|azQS;md_hsKVf4-@96Ha{sTFT&5H1KPTm?q8_Zs+W@NVMhrUhR*_uHRcJfA3 z)msnHxg&vI$@-PnT~Yygrv>>-8uLEu+2IYY{1Te!xfU8UWyH8P{QB7#Eo$yEuE+di z$3uhFGl@FM5xuj27#-uR&og`Nw>Is8RNA@K8Xm=)s8hN=O(Ybh!x2BVOI5wY?&ESU zw}1bC9`En(vefR4p|U&u;`3lWZc^qaFK?+*2YC{+m-G)haqJqF`{{Q;Il-bW9Ti%5 zN;@tVo!$ASe{?3|LF_d_79lUfg+f(vqnp4MTB<36J@?Bjm@e~WHM6bWya^?FB9xKG z!HkP2O9`VD1}1X32`@P~_)Yu{LUE)4(ywdcKfZeC1X9di*HC1%A|@u@Hf`GBeLJ3% zN(VXWrg!!*%fsvcosf}X78c8}^&%0(UdiHoWc3ueK{_-JaD-Ls)P6nz3*{T%&L0GR z$-U_=8z4$1egSqUEOpQR3D>A5Z3Q$#LAHiC0R124^Y?c-_tqOPd@(|9O7XpQvjZnU83V4t&j4P@uA)qKZ#1v+)d)9eVgqP0cGbq(K*F z7%w!AVbh0=;wh!e`uHT1a2*{Irbbj~YMEs!3Wp{L*bEAWhK5>?6>3-)q*TC7)kTYW%qk!jUS-iD$m^{fWya^VU~@esX`ACT4xCts*=7&yOjb z3lpISK`5)T)f=C&SFSiEAv_p2`4%}a=ZOXlv<2bMJdT$a-*3a;30KV9V$}`G>Ua;! z{ir_E&0|>84=}cO>^lvM?$FTsh|0)!vZLWPu*~pYymz!&T-qQjgz_AlDdHNlWc|-i zpeDPZ6b~z5&=eh8o-%5W9kP+|{mJsN?L`m{T&!nMLiydR&OJ`)!eMzb53c!HSOq#Q zEiF;Rzda1C>f48i8+CO{j#dW*ii(P?mw$hQFOI~rikbhqi(@X2Y0T}#z^uh^9jY6c zaWg8~BKiCG#Q=irT_d!iSy9_DZseQ?M)RE3c~tB#e3is(SFYj=Dup6xcw=b&$QY$j zmTSu?258cfhT6PPlAn{(zjkaB-~`O!yj=qS`+-5d$O^_yB_qx659232Aw6wekA}N^ zxWFR~YGKbRfkB}oj_faS+#g!#{8fKcy~{i{H2+Z#PIYdX+L6#PO_6aa6BuUc`7~iRizKu_q1ge?pj`^m)``!4YxVTq2+T8~S?*t-K zs|aGnC6M^r&;nvk6Ym8ABmh*xV}(IWmxFOPQD5)<8;kqDb((*o6|UYl{5&Y{D?l?P zA;I3w(M81X7qxX)MJP{Ql;`a+Ax9OJXzl?X96`aI(8ekANN#0o>wL~3CVtD$f4C(AH{*^iT zYh?A|DVcG8R8~>p(@(x0`20<{%BW>B=8ZmbTfC6jF8W@*;}pMu|D}ifUqq2LMzkX| z0oOL~wEY406Ru13>XJuq=^lOR4p;Z5`I>7_Ar-R~D4@8%kGItkmtQ;mMJjS#1uTT3 z(M9em)o0^EfWapd70QbLzA*n5%xXzI>`Y%ylRnRTVdVntQMVPdC#iJn8Y#@qO8|)0 z+5UOzjt14%6L(h*NuwQGuTSA4nn(U$3n4QP`Ch^2bX?G=#1ukiV3T+GKVlRvym8Lc+NtmXCIa!HU6aOb+__tbc>u{|_Dy)7)v0EOV^teg3@5dcLjwg#afaicV^< zB-b0vR_Fu6Ph?+rm>L-YA!6(uEsYs{I5zP`TG{l3jj`&`rV@^b$N+1+j0>P4wFr5`>JWYINNRDk0ZyErkng|uA(0c z%@TfllkYu4NB?2MQ)%h=_`U#6iyfDU)CLqCaP$fPND-%R8Tnr`u7Ca^t6sL2lnY!) zd>OG_mmnr4_5!KH&2e`O_R}`{C69p(9o=SXrUs4jdleOd5JGZ3d?M%Fma2Z85S$jx zqy0~r(*GW!{_!7tV`OW|xTJD}TQ@g31lqz9t}8DaO2HmvSdT*3|pmL?>|(?we)_v5;fWdxpx%z*)^>2b^`09Yly2wKQ5 zG*i`x8V)-A&*$V;kkhka3p^#~eA%-6pA(ipb(2bN#9lN8{vYz*G9b!rdmL7zBm|{F z!lVSGMPfh&6zPT`rDNzBNFyr76_9S28HNzap&N#HAI^>cJ=b%+_xJhr z0~5}(_u8xW+N-u-+O%qA%M5vDX=*oN@LXnY=}ptf=-l*`qy)3T!HY0Z^<4`M;f%1H z(%eo>9i-0)6uxFtPqqI$b_3XA2j8ECPS;D5;B^Hw1A!YMzuN_)ijR!6c-&2fhO9`t z54n)_2?GX+t-8i44^K}zdX*!+yQ5nm z7V%k7m{M`nuB22V zV;1$j^Qou}0|T#hH^S5mrkrS8XSh!;GLc_Yal-!DDJoUY%w>{vMoy}GA%0_8ZuwBpp0$*FIc^;nyf<*^@*3{J`wGW-iK{RNc$82mT|vRbs7 zv&4V>DLX##J=|A|`P;vqY5%lOE+*pPM`5;WoHYN-kUN(z;&n+m$BI4sFVa?%b-~|a zzmE4h&2P0BU^zT`)l{ltV5xlVPZ0h2PzDIF{~D*X2~x6%R6gi0kn%4mlTM;!D_)_B zuC_`tx73ar`0#si?Z@E{dQEXU%hf-Vma(8UwQ#IS|3dmZpegT42U*Y)snmowO*a#m znq~w%S4z9_FA)3+-wq3awn1UR6t0=gVIKZ-btmjVd}ZR$dQ0UB8doixC8#e!~Ua6p>w{4%x2H z<;^L#SD#V&&9l&-RO%Yi{R<{>mQzPvYI)0b&zfyuX^zc0Rd9co=iuAh}MpXLo16+kW!l zu~%F93Yza;FUxO`@0AV=0TWJyRvefx(dlJK`U$|GR3*VX`o?Q(OulsrAFbIRc2c@=!7%lT<$AdI@SOa|8- zqM!3}k_~d=!jprT>6pmOsmyeNi~9|OrTuTBesg>~R}}Mj&5H6tHYd=oUXei3H!)kK z0vdq8XaqdR>zW^X!^uPZb8aENB_;lGQzDsbnF(OBXO^f9Sfo8u>ANo`c1h8} zD3RMhV-tlE&g*$IIGFBoRrhXWr90#$a8n_#+L#_^_B~E60Vc?USRhubt}%pmEA^Vm z8sGhlIYRmXn`af9FcS9y_dDGztwN=GLqE66-ahk1NDokLZ%8QAKmUk?SF0oQ@S6yo zg7&Rq#VC6|bRieF)@dHXVbxYc&&X6A(#hf|Z1K^|ERdXXl@$E0p1W;gm@3~VE@FZ6 zL|xHC*lNStq#?wEM>EJ)cIyO zf`(I2K@M2e8(Ti~JfMl!LWjxoxwwah1Xs5Y+HykEpFZ1^t$)XqS8Bsr;OMyR5&KF0 zo9k~xAK)D)e_viIb&>SYr#)73GhNVQ27iloa_?Q*hzL7rE#VJ(v2mk_5-xAyE9}9) zlj9wiix!VN-wsDG+)3;F+*BIf`1YZf*Cj$Sr+8JD!mTM^&N}mlww*`6C+SsH0Fn+J zy`vS5Pwgs45l?%JstQg|$}oD7(b4hLqI>3i63>(`|CS%wGG7VYw2-xx5`SOqByLHm zi?~$4SMa&SW@Gs1NMGFE0@qfs^4#bP_isfOi*GOYv-GC-3n_7hpJLZ^@2Z#4IdBW} zK!)@-)t7>zqctA=&RG3HZQc1^#7f?|khc9rx~el<$y#Wg!(YFX zj=r1@MJ6Ko&(|PbN!`)$R5UhL@2=#n*7S^w*kM4g^-b24LhS8@$oI63jUAV5?Ua<1 zDsl=6u$_-zO#MeDynKzVSdsE}ybJ({SLv&O?<-%f1NB9I;c;=ORb^R!n>dHP2W6$D ziiO_=$;rtxbAj`Owq_Mu8Jby$=sy}Kl+get4HWO4|6oVipPC78ets_YI+ONMCRbaW zt=9cf6kBmGVc>_%0c}y3#gKDmCReedC<9_kaOh1G2_F#|{j>v(NclZr)tXBhqAi0ln{&~(4wfKZ|)K$)G6)x|{_k;+|RUC3_fa|hd%$%-FP=B?(-V5CG z>%C>;yz-ZvAVg)&lWmW9WD@YGEAhI4T%xz*Ws^(M*(#vh#VbS6N#XM6*@x4uop0U{ zY8aF^fMI8-NxRhPiiW~bGR6t&j%9<(Jm|ddUVk+@Mrrz|MizrH{}Q~%{Umooxkra3 zmqbme3(jEX7+>>#L?|dKZm;9iK+qn@!}Li^wOe2wWsIZ3}aAbY)#F> zw)GIahk!x7UB7PpqAiTo5vbSF+J-lt@pP)!`+ctQ@9FFmAmI)fEy6k*Hnq714J+mM zLY$f@-3uQsB=$?@x6S4kIXca{wYet#r3b0s9sl@2WOKioOvWPxR#iFMgQZg=|D-sI z!}5YIzdh3JBBFJ8^@k1!Y-HQoGy_EIC-pkYD1Bj)N_TIh~W47md zNCOfCJJwf-Po}}ed%KfBedqa0lJf^t&dEq5GKC*7?sFV8z3qmom#zm>Ux6+d=z!7l z`v*WaOpGJ5XT&Y9*^%fTqIIA`vyk5mao-rUb6?Q9-z1IKeuTyQ=Z!LtftJ_nA>=pz zLgnok_=hXU)511Zmq>)^7Y{$GFpbP+V5$ZM1oC$lSiY?Fv3rD>nn)~N#p9Ix!6Eh( z|JrR;>q}%>F^8GSj$=6*CqoEK*2bOujt}J%^5S|82_ZHN2rqr?VpMGPp$!!E0uBKbk1Yo>U1V}<;(va*&N)6HugSS&VP3w3hj-Y8hRQfjx@4ct9zD|q7P z7@WABj3d78`}NcOaR@I7bANnMqr<6N>u$=zX>%~^OA|lN@*+Q57QdB&{@I2NX$;|h zSu+@_6*=$#?vt@(P$nSwp~f*v#(kL)mUQU~nUb2`+uSC9aKHLr+2b(6$gb*GNl{rAoBX}~MIS`)xh zTX{)W#EeX6k%Dq!xkW1|R=a}znUS#6(GO(Y(7I3USqsg{>V^w^m|0N%@}QaMLt7FVVkQ4Hg-vEi5Hc-;O~i|ZU00uCE(|MfB+pE( zz!p}cUgEOTx+7K*qAH->^uw(XzEqx3?yQWAjG&qT9&S6_gFGVUW2hh$E}75+E^4%# z^jYwe?0mM6-z31!-mV!Djds3SE3X6GJ$!{!>~uS^QI=d|7nz0y!sl5xK0duzpLvYs z{)Dyw|3dYT5ByE&>GF9Mzp_xT*u?v?*1*Z|sY;Ue>~9I=4~wJ*1ipWL zZ|E~LDKXJfE{t(jq$t@LC~jXxMYfdOZf?>5oKWa<&8q7QXNO z;jsL-KPYxeve|3Q+DEt4rNu0}$5m;v_K+hf7UsG+oeIVl%dJ|>W5{Q^Gl^3+=q!w&8qN?saToFt=;n6F7 zPzYgh+h}%RYJEd4NaAeSbM&=N)J#ruof8eQ65^eUSgoW$@4Zz^>#n>4not7Uey{{{ zR}>&7QHnqwg5)S`QR7}5X~`ohJPNmC{yX|QPD!8&)xZPI9fT; zz75XGit6MB0#CNKw%u<(-NGP*{CeVqEfaktkM}d^!1-Gm9947L;A*?do`~;-@ok5$ zAa@r1#*z~L@+1$IgWRFc_gfyc>mpqo`4XEELlc|%Ww8C@lR_A4e6L}Vn%?bO#oc9Q z=0G2sVISH^YC7~jn#=v<7KQGt#!>QMUtUp>Ydes%KDs-pHWJ^~zcZ%1JvcP79&*Lpe zjjAYNBoNu%FEfsdXIfXSChwPZ`YOwlRs)ulNuOWDKt;b*c+Io0(a-fK9X`u(*ecRD zWc<*I3d@rks2Y5#D68?((BPm_nokdYpUgthvS9*_5%4ueKolv4@_d>Q5^e5`%Ac)jMKwbCARnH0@l zyh5r|9i1@y31Qdg+KUT&ri3}Rz^-|(*_?NY5}ZwN@9sJ~DXQN1u^!axwU@6q-^uOE z=yjULYV05&3T4jatM)O;S>lYZF(%`&XI*h`y115ULsGC-C+P*vtZ}TvvhK&o1QG^m zPc^^sXixI^%!#S_@lm)K%YHy-^+yn(i4sCQ6|S2 zrovj09f>V}yh`J*a5rv|Bl9D}dJUdP(k zJ_*bJT#%P1SSBPj&wU25q2lR9Bf}1B*Dn$YdtG?BpgQ8-c-VY( zitFKQh2MR7WQj7n@|R(ICf1&pQ(-E23fGtnc@cU3x~xy@W{g^WZ3+Pc7n^?YUq~xtHO#F+uY=!Fdna{48PbpayhOt@m`%y^wOdsB&sxrOO-yQrjoV zDy*M@^TQvH#EDM2xu(Lb3hPe^T~Q2HLZmVQ;;OPktL_*G0-+W5Ny&drrKqk{PnW?! zc|=-t(j`xgz`hi9MSRWLp<;|(Uw3Ig$7DttOyGrOc0YQ?zs^@8<7TeAM5mpR6rcw6 zWV8=vfyLCqKGAqITL`T$V+%#64(3Gz!_B06yX|wy3QL;hQ_<46IBn}M(a}?xN_oqg zS|&WgdPIR0A5KEOS-y-89u3TUUUIw!iA5-CT!8(^$&x2Wl`|8BStWWZk9(%?*qsy^ z@C<$04wWFP_iOO}ZXrU6zOf9`s;&lfM2s2S@zm^H2SnDpVOF^|rij%=x2#ybYkB+W zSyTPukLLy^^wp=urmcoFkn$#-u6b1F$gIl4Z$J?Kp^KK8@wF60f+SGtH&Kh6BK2zg z@)E`1a3a_%#z(yoq+L!?-VHRh!>k;9uJ`dHo08h|C<9WS!3Dw*6N7v# zH53hUVG_&qWf|n`4!MFgsNhqfv7{9OEbvDzV0l;=y(Kl#GB8ljlI9xLM7yRijg-$*b!Vem`e>_1Rq- z>*qWVMCa@0@*lvBIPVX`XpXw33`SO-yK8M`U%S&DrjkX=&0$M!G4n&#^5ZJ6+RTgM z!P3;!7EQME7DA~^W{a<| zszt@cu-#}k81$OKCNoz}17Z>>>SSWACwAJe-PB+Kltaaz9ZCo`!3e%UTKi2ZV{=ov zE3kPz@%z=aj;j<}H%@59jia33|;kEw7Vd>Kfz>xXg;Veo{FB76n#H>JprapQ-6!5w?^c}D8vARY<%B;lJw|P@Uh&unWp$r6;%&Vr;e^S zPGz1Rh3V;V;x^?iX9D;V_E|)lm_=T^1{;jYfT&g7=e>L+Hy3X?9DR~!#n!NlhG!*t zbi-KD(?E*&4kJ|M;L>Nw{NzY*LnmgR=WB|1_w7L&z z0FUdUpN{T$v?#2CyP(<@7C-q9DaUlYOQaW&s-d$l9+yyrQoa)l6px?fs=B zdJZL6u89pudjd?s)?{fvt_~z|5 zuV)p^b2LR~e7|zSO~X2_t-o$7x{*Xuhd{O1(Dz$k3s)*NM}qe}L*_8-Qck9Ad*h_1 zPKU}&U|Y53w0D=1QgeGrJL`Il?JoLcBaotd-OoGHk8$i|X{gs;n;Evd?rS$$fg#P~ z>_6DA?}ue3Gp7}xn{6i)H` zch-A~*pm_ZZc8O$Cu`|^*NN7A62k?XvT)ulRLT-}c03Es4sZ#T!EGsk`EhuZ zH@~uOFwMnE!;$E;l>@W^5Ft8txD|ie4;N(d-0(&3+G)_|_q&|dRnOOv@?GJ{{J8H> zOED!|)T@CRv8}bewOSQbqA!2|O}u&6yynm9_cNt<(--7%Cb2uJpyS#fS!m3JGnPoE&*26cXhdnsiZNo)OdZ>TVSf`G;Z}VdOo#cME zU`nyNAhnxK{#PzA!x+sflqsDcP)Q4p@msGq4HmG`5LO!hiVunv#!~5==#<&4NPJ-S zL}q}jwJj>c$yLM$g`#G~tQ1Kx0j3#1m7_|edqd7O^^s6pk}5gW`y>5_QS0s-&iWlB_q~?y9cq6rWkBZfYXm$(^!@F9KsoAc(ESfftw6OG@tds%% z9R|ksZIv-&Iz;Fr`KdS5v`4{fMi-Te1+?3pMwhbUXW^%?#Zi6T9P$j5>azkMH5lW* zLjgLS5@2$x-(2pJyAfH`ss1XXP&m*(xh7Qd7%d+R%j0U+vEQAxgVjB$2fY+;gURP! zkcZ4IYt0{8ok1*7O>LrDZGbmC$@l18(nO}W*D4o>*TE?c&o!Q9 zxgu|SN6Ftp=iCERUp*5y6%R6WhwADs!54rQW_uK?e8X))ER}oGG_PvrZFBQ|_oh^Y z!LsXTz{O&tT3@h?VUt3cc~YducF&3+3|vn`>?uGSef`+yG+0JIetmFV{~LIGivq}a z#xSSgiI4SdQ57UQ#Qff}*;)4#&j_TWW5$#`{aJNIR zb{u;=?(m4lc9ax5>{BMUlzJNwh26YzQR^Ndx_&iNA~Vc&F$d7z^U>)2dw5*_w* ztnr{a)~xk`aM0CeX?38n^6Vf%t=-5mkc7r`Jc3-iQc0c{F$9x3UA)C} zZ8Q_T_DDr+=Agecmsr7#iJtgM#j4+=w@R7e;(^qOTNDyHmXqQszFHT4*tgvmlt{!{ z=g7Ts6TPAWB9BjB7Mr5w)twGtAc(YGo;*mAXBA{c^Ri?$?nc!rFUM6O5S#{^*b3N` zqek-2$FZYPaI4e!qWTv=S+b^2?%c@8&m~yCoUq}#^K5%OU*kcG!h_?~__(4#}&Lpt;5*ua+Q%q@L5^pt{;ML@l@us7A8Zmp|8qtC-QM&3L~D zB@P&UaJ3#QRD%=}ndF$37TUbH0Np)l`w(xe(Og_z0rZLBmiNK6Xm87sUKjT3wJO8( z@a5r5UV$~sCkf+d&Qq?BBy>c}q}a6GYm>(JpO}N|tjnNIiBkL2Zn->{4dBxPxpmj? zC(rfG0jv`u{Z`V?cV#VaY@Ec1C(lV2145Yshgcd+A zF-f2iysQSI4Dea<8?%PI1MS(bL`z?kR+v^hod~%ac4O^|4}aB(J5gQ5?m@O>Mh9x36zEmOD)<41cziw1jrdp|&L?C3&dd z*!pOZMn%{cc9J-_&d?dZA&4R%cpOmH%F-7r$i7nTm%7?65O=zVwrsp~Wh10!4Cf$H zJhVy#%WXUG?s^jqm)a`MlOpFCe@D@2Pvd$&f4Feh3)lUo8tCfL%>2DW&FqoCMat^d zh$tv5&94v#^b{KYV)poXMaS6d_;K>HevkBqoZ24NlO2UKq4|@KDXlMhv7ro0FtYEf zs}$6T@*8PkvPl_U%ts{O_pU!yUYq}@Vwi`>urbh{qJD}P)<(Yvv+B+hwtXWnOfxC1 z$YfP`Vz>G7F1s17dGn1{?Daf?q5)d7c3JX!I%riv{XCLTXf7*3|G)Vdf%Jt1;%t{e zoreyl!N|+n(syU?l~YWmeu!OKxbs75l2TxD?wYgWC-jD4<59o5X?hZEb-v%)0=qYJ zW8iC3Y;o=If%e-xpL|^w7OtNZ zsOxp*3-p?sUiHjnWo)V9Lmr3>e&)a)IGEwfC^W{dq_8^ISL8lJ`h@Q z{)rW~w+v+$HE=H=SHwcbeVugQF4O5mM+PH#oheR6E4#_ZjLaqxGZuD`wAD3rnjjKM zlq&$UakYRKeZx!SpsI=33(Xl%Kcvhc7^tN{7O~J=o*D+E4$gLPT-P_!w)1v6RbeK%2H_DiraG^?Y_ABL*y z#N>VjLa5yY_9--Y6vL60#UF?@e-LD`<4W+#Ou9PWGe1&}DX!*LEzof2;~QA*6S>f^ zJ0IW8-_GK=hxGFk?alJ*!TBs5839ITw*mMYgXgg?gWr@%Yqb!Qc4p??yTt~q#PDM& zH&%%-nfRLNd-SE%qzgct%h-6`?yRP#awH^!pUdE6YqdVwKTh%CAlD^Kw5>tgSv|6j z+q%(5Yh!d|1Pxwco8XHN^$u#wo!ka(eB1?kj3{o_Kr<(_r?ecGM-N|zt3bBbDheHg zTHnYrvkvva>xzn#s2VCXbMh?$%=kKMD}{m%PRmZ_=+4aiRQq3&sU+kXRp#Ppaa6z5 z+ur2z3L#qX|K(6#LZDefmxt3~U8&H#NZ%*W5T_wua_`xc%)#u26(crg*09$x7&mzf z2z+=KS`>l8M-bR1ezUgMz1yiFjaH`~C(x7yuaAzkj1v&JWNRjL=b3`Sf*Wv|{bU+w z%|xsri56?r{JJezGlm9LuViXr;Xv6( zHjW--`e;0J6xq+tpk%0X+6BYq#-prpaUkr9>k8HjuDX#vE3s&2EC>f3S%(BCt3HV| zu(4UJs zT|e%>+_qbxjMCDj29> zjqf|JOO<2FJj_%`6YPE11tP~Jxu9(3-zS|-93QZQgh5B&Rk}T=#6UuPs6dmqj1b>) zo37~K;4DzXF?$c~5ELo$1G)hm8il}x^;EFZvH5bFp+}W7t)lRgY^VMG#`?~e8eOm7K| z6P$$5YTHgC!qNMOB7TzwjW%T?BIp_u385PsCR-7!-R^wV!v@EJtZ^9FRBMkO{rzD$ z&COcNy*zG3a>6)Lx^g3ewXxN;{jN)(wHOHtTugADgVQeKAkSo>nVCa=5Ch;WM%<6q z`z2J@kHiBqDrp|HaoMUBFU8|M!|*o8a(;p)GR>e{uH6UHI`>igRf3JUUh()3f$kIU*yH4rJO+<()eAjIjx|U!gt4!C zIYFLZdBM4FV#TUpV&3B)-07D&JFjk_K8ki zqkYX80VgZFb?JvSPKPF1-;&f2BM0UiEjIu+1I-h>gL_!`T_R%ZF!N1!bR}zHyYsmv zv&s*|>?I||=Bub44aI$cGwdBLAK*|-9^w6A=mTkxfNuR#ow|lbPkCA22gcj0e$z7N z$6k}(hwCq057guZCO988u4^;nq2jqs#+%l@Y0vEfhZ+=|y8 zL)sRTvRwT+^`>BUGF$m;F7XjeW`H6{1Z-^?L3D2VRIi^BDZVdg&=?Yyz)fsVD4~gs zGg7mfRMK_ zlPZ>W^+9>Rv15Z+x&2KR36sF_TX3m|ZoNR6`_A{Q2{F6l_NyWud&;P!Fl?+J2(w%W zO&Fdl-~uxHv7YkiQzB;jHkCN@C{zh0&9d@&KY_S!4K04=jSfW^sx0bv>dZ{m zi6vDppdpQBi@RytKq`w{V_YpoSai;85^Np`#8w;c6`K_l8c!kCJfLf+H}|fYZhUQI z5m_+wD9M}Grt}!t=c_Pl>J@!X%O`Tl#kD75)%|{M;m+y@nD#7i{}sxyWffaT+Gr#EOY1~cW$M>3+Od>|y3W2nnI+=)IhM|z2ePtNgvC+{O;Mxmx?#!y9eD2=qZvRON zzrZecBWWYf2ghCbz&9UX zqO9VL{ZI2F-%&3jEoQQRc7AI!3}_vI8VX zv(YTek}?Y`iT3D>6*lOr&m_k^>M;3cxsiV}u*Dip!8jzV9&IBxCBWMwbQ$oyMrW9r@I>wUm`8)Sl#~t{W6TrDm(2 z>lgD8*Es1?hO~(`1m}~D=!Q3MveT@6wLR~B()vc7Di5n%un)xj8H3!IA?}mT!G}wc zI&U6{KvYsbI@Ykv?RikQ$k{QHZlLT65$FTYkc;J`S|ixG=#yfksR9lJ<=g5ukL*6xV*9sknG~cB`utEE3!xvg_LvJ^ z=%#G27S;9!F>bDC`e)(w+k=6aJX)y1TmmZ#mXnDHsNzSE>S6*4N=gP2TkB2Do^T2I zuEl2cT$N{@r5(WvpzOB4x3lo)*|SmE&%s_k4Z52vprH|z;=m9ayC-}s=QN{u z;K-_eLK7+xC^^$=4d-pLH@!T}DnIKYjeRUmPkzqQV0q5|(FOw+#>o9SR2 z*tP7sv}hSQU0xr3VhdEnyeu@Rqr`g#^Gu=kK}*y4Ig!RkSa zS0lW1ofC5t4Akx)>RiJ^?@#))hsO8sAalkxqri@{4kQAN#YKNn#p_o8szsbtf7$4U zdHzO8!42c`mxK+xXkk#iPMQnChqsN`^ z!PLY-J17q9cob5792^}t3zuw@FnOHxcCdn=iI*aLlW$Xh6^I&SAx44vrYVlqEIDD6`GS@rtU z!a<>=a>5xM!bQL(5us<-Zt?~2N4oBn4|T_l#OL({;55b$k`@x}Xyrzb+q+5&EcVdd znaDRJu-=Deah|gkV=aZwP6@(xqrerxO+@=!}N zBEFr~vm;_W`BrI91x+Lg57fxZ=P1)IHMitEfN`&Ufu=z6<(ZG=_tcHGU{R5_D=TS` z#|tamyLGbVb2qaH;KB#vd|6z5!E23U3DHTkbz_INr@?|CV&yB6dt+58k$oTJS-qNG z9(`}`>3+;)JJ(DFKk2Ho%F_uJ z^%z!SR&s-GEzqIgHxohVbH-%K5xoryEWXoHX{>jjAljzAIX7xZz`XY*=NDW}VyA1q zPc}@A395i>EK!YiH;dr&SXc8l@u40}<=F^+EzxM*sFA4tU1{^>Tc-_!FHe%E^=kcs ze*9X<0TiN-Q{WQgK2qZgDRy@6)5d zwTwkixm!LtQ?FP^x@pya^`fz7+8VZ|X0-;Z3BD}E=|(?vwhyAZ&ezvhwNuI(8`yXX zJsYk&9(+DO-#9_C95XQIb~eNBf( z_mguqg$c8BZ$k6GTOWne8{GfuqpUeT*3i-&R_AWUoW^BA!=$@tyPxw!cYGFoYp@?K)rTYXawbDzPx`kkFlbjsqnCV z?b>AODmO~`p^MZ2qP_elN$7Rq&QYOh2UE7$jcIz19=nI(yVh;UY64J> zA~FVx*})d*kFaENe`=GWu`+`zIN@atNiioW|1R&}SN5M7>|r+UnPV-4_?3@T1i<_~j4o+5CN{zEeJh zXjLd5a!OlGRs=fxOqU_2WxL^SvMuNX!$YTjHo9q`W*W7xat25t?54Q`oPQtb0Oho^;|qH zwt44!jZ8ietqfCToS=hyhXEP(ebw4Nr%#0^XANP;P1}4m9Mt+GcW&LfmD?jB&ikX! z&&zYzQ}GFax9s?KH=L2$SaBdBUCd4No$N`C`jVWG7YS)`H31nRU6US>V(h<`%_Og1 z<}e9evD8XQCMDeeFqKx8%UHomkV(Sflf8UtP)cMH%R#p`ki5 zT;%H-$zavap!l4$Z-NPnRdRMN@m$KF>uIHsTGW{VB2*%m$#^-6&3G)4{FF?J&I3nA zIyOLxV^AbeTjX$W7|2zx-uvZjc%EFd^U%LzS|E{XB|ljp(abb9ky|>t_>Uy`%e4LU zFQW~QE>(^I_bCZ_c2d(B^j6YD0{Oa^Cz;|OC%a$fXxdJh``D6FZ>#tmWSLPI(^hpS zf5ouKu$S+u>XpqPW1t-RZ3; zTC#j9EN=BmEu#X})+VQ+uiqIH33);4HR_cqBKqAbM&>4tX@Lihf|59Jc$ArVHWW zuU6Szss3JCq8+4N^-(w$_X7QwBc5xZ?^J-9o5%x}J1!s`}Vo=SzzSXI+lYHg8U)7$=y!#0U2b=%Uu3jEvGzkK{i4Uj**xK!;o ztNLSUZ{-1&XSoygdjtSQSn0sbcY`87{8tW@0CeFdN6ERo|C+V=FW=pk1!m^Vx2OIc z=FegL0i3@><=(e!y9};NvZlio9(IE`==)y?`a}!Wn?0NzRa)Vq^G^l>boa_ ze{(LC?&)>=xI5zFKBu*!g5pJ&@d944u@MvhFE27O()3X>{#sl#`1luPq$w%?w-;kd z$~PH&9M4$(_eX$V5|iMy6qAwUtLOZ$;Qg_XgMe4}@A=3)+xnkY^pCYms{$}usG3A7 z5d0q&CeuWR|JrnkRN=Gy|B8!0P!MnqV<29hCfEOl_rF8gz{W=Q+*tLq#6O_^p9n`u z4Zz4it(&3#e?tET!9`Quqkzvpul{dD{@dXG$pDO9$xU35B>xLT{c|CF#Kf(GbP>1V z|0i1GpTkHU13xI(D!I7$zCxrv;)nl@xT@#v z6AemgYHDsLN5VB;cRr`4rcv#`O5gwc0>0y2ME2bdX}=dpjgRktf%2n|?}h1S1Lp8o zUq0W)=}2Grv!oE;#d|Q`6?KbU_KEowOF?z_n~yJ$VV#aGI;6#1=2JU5y4+?a^h^!z zmM(B${*X1cYBn}p?9Z)qi!Z>GlpJ`aeH7F(oJn7<0&MHzdn5q+6LI~MZ+^VquyNf``3JI zzyM`G-vpMc@?J%&&72(=shmnF=lP!q&W5~ofmP)Np$M{(@ZzOc?!@b#KmKDXCqBxL zC*AeZhNyGW{CxFlWjnl8BZ~hh1dzcKS>?`uSAev{=3SqLZfd9E`ybq5TUS5k55M+z zxc1oC>^@39P~iFFv+fNx*L)hTYwX07ms`~*@%}`Ci!x1j@smGLUj2m3M5V|547)IS zXP{JZ&Cx#;P=^2{{kH&u_M7qY0D>aD^+cIjvaM^ryc&M|cd-0#ve~I56DxTB0l^PB>3LKY|L5!9DFErX+i1mmi}oKB z`a^3IU&EW3VF=JH(~LK``q7=MTFR55@(*p4lX5mF3EtibOsZ6Q47_`o7MP z1HgHjPy9M4=+0>2^F}HTye;KB{Y1Age=rQ&Glr)TJvz~I1s=d!cbwU++@m$Lr5~nNh zpzUglBfPE?cZlC{4EP)IrL(VotY9C0``jBq)W_>rKURx~NkJK04T#@98?U1L>?XtZ zmRPz>y__qMxLA|f4S(bGha~Mk+4*-{+_9|mlcv9Mj|kfZ!Qw{&(l6wtCuhH&;%A)w zoh-k+P}1Q6_ba8dGYO~OLzWJ_0i7m~G@df*Tzy9OHv+vS0@yp0NcXcAWiivmfx>bo zwVZV$Hn#Q6fADYmTj{nI;kW7;nYEQ^OQ@N~W0q9IU618gxvWcSR{KK*9pQV2MTVx;5PF*8sFoS1E^QShi_Z{L(u z($Ov!F^qM*bGZO?8us{HtfZ~aH&tt=C~bWI+riSAZ^MO|_sX=qV_Tj}sCT=L0mnf&KKq~vB!yZo*eTqvV^%- z;Tz|C=|P;Xl9aeMQGW~9{d(UzT^_(6B_94mx8)~duJgnC`n6udJYPT{{DPxNeEN^? z^>P$O3N_kqwU&-N=TplOu+Y@*!shpZvKr5}j8zA62YWHK8o8P|<+s21tfDH0xWFAh zuIc+d5^=J53h0I7M}YYIHs1|eqrr<6ut<%_Q6Ef*5qFz=?>--~Y^GatUm=<|0p@); zXhD;3yU?V`qBrgxuW{X@?jll7p9ZIEg7*e4rDAo8G~yQ?29^5=?aloB6v16&CK!U# z0lQ^%bgiv_dkh~E=6pdo| zLz*C~?nMowJVpQGDEWr7i&}Ym$=Z-CQKK{;?|nUCQwC9swgt_6UFTGB_iXt}-f}Y> ztn1}>P65~X?sAVM7f45~`+8K!hqD61UET68H!W;CwJWm{UA7lNQg(dHLDx*!a>BaEpuok$OR)>r zyV2EURs-FARxxEAKG&W|k2b$PQ+0lDHc4d0;dhGTfS}6tgU9lZBIWADg=XB1yg2?a zwmuN2ll+hx4Rc5Y`6U(_*2*ymm;)i9Mu!9z7-_m2@nP*ZBC$saBLvk9NqH*PC!5u? z?>N#nLsySR^4vlQsC`np^#tsYscET8Z6BB#s6R;rNcW%b!u>a*2v?q%43riLbEd?^ z(AyrwII8clD#fjs+;@^E+*y6hbcWDz`QE$vO-rZbvuuuDh@2)u-KI0*GGo}4H#a&l zGv5}Edg9Anu`K!$?qaJ`-uDZauldxN9-wsd_X5b7K*~i>Z?OTmaLSeB*6fT3VV#Qw z-XZgSX*n8qal<25n8h{9=KF9FV_X_pSBly~2CVaMnYAfCDdBsrtLtUBb;+i@v%owTG@AVlWYf{&__LFd?wC@HEHo}KJ~o9_a#S-r=UsNE;xm5{VzA)ATMq$No3tY;#a@Es-ok9X1w4wBi< zLssSL0N19xV^w-v_U2I#>CjGWS;fn&@#C#7zVf$aq2`qMkNklR|FM5*xwFdEr_Yo# zjb30V(_a+)e*gwS`M%O#1G-R+haT{VWlGjq%a}0(RjYZw_IL68B^o|(EFC#?)MJ_C zknm*F$J~Z_`Ql~P2E0m9(PGlm4V-vJ+~osnMR!>1&{qodx0o`8!@P;F?b(qJCWo)G zq?%&Ntzi>2LV|$52-JJ*aq2r@pjLbxze^)W4D+`tDdz_Q>-cb?Q`hcVNz7w^Z}`)t zmVs}-Ll4!htHq5OHIjb)qCN4PkF}8M7I~-pWXtAP@=!gkc#9l%)+pAOHla)wrK}_U}kx=^bWmQPnLryLs{4 zMLKlgC>=U@l(J^cOu6#pq|#-J>G`r|&qCv-45vkNzovzAeA`R~(9Hx}G&kd7q`sZs z5#N6vGr zV;>d&(dK`W=Rs0P0Z+n>Wnzup)X+|4%91rp5*}&792)%hz1Fr3Jzl>7efRA*Zf553 zOw{wiv%1%mIy@VtOdC$omyQM0l|bsr^;jS6@E0Ap8-10||1mwFzF<6QGUcKujEQ}A z+C>qi9-|bg93~Y}=S60$dZWZLE^lM-HSMiFZ&KqXO$qDkcPqYeD+bpK>b(zCu*j`) zi3kb;32m;j8f0SVqgB5{6<4l&1-+@o3+B`Gsh{ch$uVHZ{s{9|s#uLC%xgjk0|EH` z%gf(?r%#^_$m}52seJkJ(S-{aS(wz_9ZX!K&CXhJ*V&|}+4N!l{Q2n&Gq`WvirX?n zTy6N94)f4y_}x8m;)K6d*jCQ2=Ve!ifJ*AvL^z|Q`lt_v3~xcy$^J5IaaXSla83Et9b7sxFmtByy1pz_8CIk*2Iz%(3O|_{ud#kxici3llTFUuI56W1k z0h?WRXqCeZYjorZI`iWQx_NqcoQ>L5Pgt(vl)gwUy}dI(kDH+v zW+_ON%J~^`_jVNBJp31({&gJ1+>ErWP1D071O%*(+@uow9%SA z`z)nnzu}5-*uUl9f7vwo=j=n=+DcF7?%k8F+qgw9>NQpwV#wftYrnZqtgnzL)2Oa$v1M-LySG4H=mjh}v+>alrGFvLK6 z*}Uf`AARJpUs|RB{())RZ_psE27K=hXY-;R-gtwGl_;T`2u1&{@ptE}nKNnU4r>$m zg9Z<#oVjyr^(^DLWA(4r79~cE9<5sl`t*}eXphN!sa?-207yI*#k+BTmHVj$yJ9g4 zAK?AjzGVx|m_FU(bFvGc2dh`7Rxf*ZG1Qme`9K(a9s%%@P_k4hYTLfOhKmw1!+W!R z>sI=laX~mfRH<@hdbw>|?RSc@`}gms31i3lT!mfz!SAruORcGB@e-6RTQ>bS0fy|! zQzat8;g~q`Y9vM7jPi&JHdg7v z9GmmA=gxY}XHH0yIwf`M_l6#QahsOG~C6SD0( zx1xP}4$z)mj)k;lod+p%7UxEP)h}x)>W2G4V8#sLROeCW0p;maXK3@rEqb4P31rKW zh00eh&$yPL`~~vRnbYTK*S0^R4IUzl;qTu! z)6YMwR#~)bIBUIPY^BSW;E%FGTAe$2Z2xWA>d_Rhr?&F)`06%znEO(k&N4=Ockbu* zR*e%9}qAo4JkD@L9cbt%gtKsufv_(P7#RoBfsF{i@?uh{s!o z$F1o1bsH?-Eok^=&yiir7R64uS8?4&x@*v?jImKe#@I$&;gl&;@cUJs%9SfeCr+NA zP0R>2OU%YqhdJH&yS;kts$O4sh76P;eK^J3y`xDUs&Xl~4>_{s&~A-$0wnMruKTF= z0rTI#|Io=3Csh%z*Ic=CQTg%}DHnf)?%TVUw*L1on=p3#M&T4aZR)giGwPL~M!-r@q&$Hg6nto?q-vN(KHWz3LK zUqg^7jMs>qIUL&H*Kb_+TWUCe{(MxbOgYMxD<^GdbC27$ZDppCZy&4ZH?%wo7AnZ^ z)m1upV84c~s4(fdW*kR&6?X@E{*VZPwpgRS%w9rTeQ;-aL6}1Djz5)6f%H zz3V7n@3Hz6$%iD;el=<@dO zy*F!9J-O>U4%X1vt+V^+>i%`!+qFo|^>A0pROwlZ6n>vlhf(@s5Aj-Di%x(0HeEfm z!7bmZRpThlhFMyC3~P8=QJT#8C{4CPdeWtTzS6^1frKzFt9}J54!@7gnX_uupTBU9 z5BVJP1AOSEVpF;)*vf&TY^;G2bIT!=bdK|S`W>nKR#*I*2J~%!E=wu==i?5eEA|pvqc&+#docPY0)fM zvT4;^x^%&#nPjy;yv_S!U-u+xT~V5Vs;?^EQ+x3pgAqgH9<^|h!c?PXZB1KgpE@s4^9r6t)vDE~ z6wfQ$d5`w*W{0&FH3u8NIgE87>}mc+n$>;@`D@jAn6hQh#%CJacplvCHiw~XFep2( zDN0-ae*V_T%NkNW)<@1}- z%vgD6;6S?03_v4gHT0!rt5&?f3)7OpbSTK*LSPhv5uun6NG!pOpqF21L$kh^spYl% zUq(J3QsWBGn2`oB<1tGXS8FTiPex|Uc44ONN@n^lU*;}sgzp!<9+MATW1r!xUFE}X z(oA+eFLS+i+!rcTi2cmhbE^vDsZ^y3jr`yP8a!ZtC9}{jd@#Q&{M>FH+AxK)XMl&@Hk1~5ZBz6?wJK9o=a>M35lIPZbV(5_vc_fM(=cJ&9on+G!k zKWkRUURBkPEBXdOi1z%qVBS1}dk-tJ^L;MJ=fgdE_txhPV|#cfaUF%<^(EH8bZ%DDg{P-w3%_xxA2&@~ zHlb!MpVH%x9y;bT!x9YF-h+G612rn?IYkmG>fiVy&cR%7+2+~UzB*E29?nX0w_D%W3AllPnVDgE$H1h#6@AN5S&07Q zz;D!;@dPs=W`YFXlt~lm+i$)$C&hXH2ydVU4H>FG+c`78pxOKfnmFY%Dp0_|+-|`i z3F=U)CLj2```$<`&&Iztum;O=mYjW?@PTL~_`rO3@F4ww!kC6|o;x z|MbK6G=9wcv}ozqTHmflMpCn<8>=inU9mwNI^sR5TJ1r7e5zm!n?G8^o5oQihN~#s zu3#z;dv6pU(AHp0v6Qa$GBf>OW^4`W*VpoJQDtuXYI}OVMN3L+kj_?VM~@z1T;KM} z{8D+%S8vbToY(3e{d$3=e$5At%n8t#c0Iaw)*0R?KmMansCcZjxT>#g`SSGD;{R#4 zV8AtR+C(M!bgf>a2KDaSk8mhsB)m5lFJ9E%IWTsu2=CnRk?&LCqD9@3At}6k$^YoH z$)CEVncw*}t5;LE?mb+e4`VQU)=W(+83!aoh7IRKp~`w)9XfT^4yeAGGh6?S>4_Xr z?|LM^>pi-3q6rf})fmFYJb$ryY5b;c@f_B@C!4!$%-9*;F<|f?9|-n+v!}6`7GAJq z8KvTbOw1Qe8aB}4<}G%v*{VRBcCQltKpXz}o!%bMUnK?Y3I?8HR^DclsdsK%q%>Iy zPzv@VsVGO?H|fgWwR9)?nu>C}+EGuY5|6kr0Z;uf%&nccB2b5!Ss8PU8D=*wQL2nN zDP_9YJqc@)=6-58-JIEy{bOEqt(MoDTUWgAp|V$VO2FT_b%U-R_}#S*!(Dw9OF2m6$@t5$jS_lvb==l?mmCy)&5p=Ke!)X2`q4b$_48 z)4kW5S{sA_ zPTFbBz+9`wC~ z7|iSS=70XtzGam*8TNlhhNT^QQGfbs$NuQ0SK6^AR2vsuu@_f+EF{#g`>;#89eY%l z3S)1~^GdDSwO#hX`}gmoj_qG%;nF;$=G#LooYCRcwpP_qx1PPJVWUP`+T@8J(~`xD z^?b(tQpZ=@(Z^G!P>xtZIF$)==;u7|FXZ<)l%$xInCD=wG7U3QabT<%JUGyPsSTKe zj&ChbeJj8MaUhK20-FR)$;<+y_7#{J?O5Av5^E58A}~XC@_slAGeV)|2&%}8Q1lJj zdWCtuQ4GB*4^#^p!_wG4Xm5d8iS-fR0ARRg3bPuZ+FX z)ajp7?%25(W6qc{lZzSr_@2wh2eyqe;7B0{kmXJ=y#H6IuRXJQ?z5*L#5EvW2GAqlJD@6~~ zbR6npQ5-#Ff>sCq)qbQVwP%K7L_|hC?$n9X^z--Y=%x0}wYYybZle){#?U*xhtb^S z(|JRmiV7CV&x=KNI(Ozgty{H$8b8}WFJGr_bxVe2joMZ8JP7>w?P`~MPdBMjrKA~) zKIIKldQVxj_+llC(A2pTs9U?Y=sIgW8fnzeg>m-%~q@YUEXZ(#&lHqfZyQJZ&90PI`F~X9Tlxz zM}73J_j2#`VJ3+yrY;rObYs-2ylr4!+El&AYU(`vFbx^XhvudONmT$Jtv!49VFqBH zc$s{B=#fWUn3W6oFjp}vQ8(+Ks3tUtD|MqjnsA>xcOH6o_z26sVM9OW!;h%rYwg)| z$X-=kyF#*j3Lna4U};%1q5dbHe2T~8__#Kw`*IKI?OAi@>5`M?GGMsXd%Qk>z~`eL z-8y?bur!zR<$l7X$(pu|WnO-Um8(>xNuN#kcu0c-?AC2wu`G^AFp(!tnM!S5d_iX- zd(3P|i0gS9vRVeG@!DX;=+iRuxbTtv)q+LzIv*Y>4I1OSVp(ZCBg?X8@raS5E#Eh^ zg~J>$`ab>mBU-j}iA(K}Jf1pZCZ*@YA}hkj7=&|hm@=6K0E}cD2j2PKEcD~{d*pIp z^np?TLhF|-g@W+miNoON=qP5Md}VAx52xWg6F;3|`P+D~Mok*V3|D9h*W|-MGohcA zSps`3|L*$q>S0cHyEl%@Es-PQO1CQGcO1{DCzkf28z-I2=B)QWPuc2pa#YF8z3esH z)7drdhu$u222f85*1F4CueV-Z^vSK1wMq*L%Ugj`g=e9d>zC-pvCVYx?>X)aM!ghK zPBsIp2>vfmEbUD<&p7A6j3pnX+)oU4WMNaWIUedlr`YUmd?*Fuk)h;cdXZ~8JTur5 z)422j*$^n)#u)=j(q1!hz#=8(Ap z%oSiNrs6&A@S#J@$=W>_9_3iG(u%Mz=-9OzUAcON1%Q5V$pQ&#MNc$*k}Uz0SGW2V z-k755|8;y}EWG2sA2!r1gw1X1g5Hs5D%`z=Sa511wC` zt9w^tlE<*|Sz2ZCl-`cpsl*yjZp6%NSO5tE+J=&bLXWx?fYJiaVFF&OpXs ztOxrgE1@;jLp%1O{`S?_Pt~7LTm#*sdg`NbUTOC1a~}7L#&O^E@>&?{!y0Bq*e^}_ z{0o-@f0Yk&C~MrtXCCxAo%(0!_OVh2Xuecs+4BdEK4m*Ekl6+V1Be~$Br(w;EZoPzti`EUSLf~-7F8O5XL0SHkl$~dP*}(f0by9WK_U^!2?3ag z8OMhk>X7v!OZ}~1w^lP9RikDtO$ri+_>fTih!1?bb#@#Q!U^?pwx15oE^KD&H)v=n zdEUIm3p$)X|MZg{jw{gYg~oc8-&X&n`&}$nq6qaI@P^C8iHtCp+UgaD#60fP#G1hY zlk1HyO*PyXBpYNTygzWGJndc8jP;xjJH zN|e2H;j(7Z6`F)$VGbrPDuJfwqYdlQw@aOeN3XozO4AHAH*%Xb_)@V{CKe7bVU0{% zW8VGy4pF&ErL-uch9UZK;haN4&Kol?YmTgXbtnV69jgfdbF*e<<+UrGSBa^}hD z(kC21wSKiZ4S9>12_8skNWwoU%rHiDlL=*L;AW zE@)}Y{$hqlO%7vwwd*`YgP94c@Spv~=YDtOO($r~Ah74;uY~Q|(*0RQ9x^(HOHZy2TlqhL^$mmjw=bIjknK~H2 z2j9BYt2Ip#m{_Yh*@O!uq#u5y zu4cvw&k~Hk(X3tCzps-yf-()CYUFZ&eVjk$|M>kkHYaOAxif22O335H;7)A*34 zHEXi_Vq!MX=MCnrky#0?A!yzlXa72t+2kn>r?7s&oKvT6-Dud5cQ72*lKp_qt`?#i zwQA{y`WVxftVsbnckZlq_2nP5jK@#lkL6fq0uFVdakz=i(qIj%!i-=r!0}wW^yo>y zty`xvPGL4}>K9ICB@Rpe+x(CA&gIX4AJwW|ht#|L?DH*Hy7iQcG{3QbDjzf%e_r{M z#+XDIC8gfETX!uxp82X@er7GjKd5k#BJ4-#d0h*+RqK~MGAtEC73=PItTlaurO%&Y zO-iMyii0jiFbTb8^{<-w8EARskCn*B0X@tUD$}njzxfJn%}kjh_+aQ2z3dwPE&LfP zF$>d@p`!D@O?F{cqTP#|7f}W_n;MqClGcrMc^$tkZ+!}+o`~{nel4w2Kq@UWD)FZX znvpQU8d1Ip9beShg$b$hq{);=Gx@6SPcHB0mhbAGRTQ45oUVl#mbaYB?(;RGbbS}U zm=`zA^H?@9jmzU8Y)UwB{20Ceo`X5utM6O7pdB>&mF0xLHvHjJYdAzSGAn=K`C!SS zMfl?9y>bI;@^n*eUc|igO1t(n)u6qNIl2AoZ|LnDV4(*#{_&Tgjcpsbf0`=)PfR6E;>q+ZeV^(r`9A5v) z8r3k}_;j;p9omRI*N*&Pj8+fk+aJDNLA!VDBKUn$YdpRSFb<=DMAN3t^g|lVgRtE2 z>n|&*aN(kw-?X~*9E^6Daf2Y_o;|y@HoX1wcdpWyl{~)Rc^&<2{W=!IN}>60D_z#{ zn}c~q%$-JGr~a;Y{`S#4?zKDzKZQLMQ**YoV8yU((C{gJEj-NoF2%60bFDM?E0B9= zv#Q@+H{PEq%@!4hy0NB$>>PvAY=9=$HZ}zeUv|d5e4u;LK>BLO{%8eTIDuQ2G-=b& zn{0Ukgzu9NdG7^M3=i#w{{^~7RrSPmRr^Kk_uz8or8Ur&L1P#=M3+DN>SJnyy_%A9diYA%-L7q8%nzcQrYT8Sv9>M_FGn&o( z8=JTC5mtWyYix{m1KqBKWU_=~vM2zx}3N(N`rPfe4tE zRC9@zAxQtgY%(${(abL^SF&mI3i@8x=<7B}-O#GF>v`GLNBn+2`S3%XNrZaOo;^#G zCr;$`-0>U7cMiTQ_OfNPQ>TpC5`EaN{WaD>oCV=qdJFGw@Y`OucD06&zvuG4 zfa~ub)?9a7`zO0_GPj$Y?}cHRoS%Lo9y<;L#;^plFJxsdQk5I?;RO9)1_z<-UT&pp z6@CBhx7wk>q$!_iAHevKhv`5tAVA-+rV1prL5*1Y#>!My<;o5TW=zcUzMP}w_2pmb zvc>gm^JelvPb|GNs;|yWL7jVc?AQDjR%NrRkT|!ZADGFgv^Db=aA;@24<@uS!RQ15 z&+4_R(uUtR=~X;jua4dpBKPjvPj}dFpD)y~$)hgW#*Uas8`f{s6ELV8kZ@kpYl-v6D$ZijpkVZ&c!}a{ zI>*6O#z$q_)-SsFa)jo@XY50uXz>!-I}HCV>UZm@KQKQrgta2^!2_Dchp2&=O!|`# z0tXKqpf`s@!F6lb();7aYjMgviOTRKn|M;DW)U~^ox$2cqDudY=Z|L3H7CXRQStG) zKJZ}dZ;lTt-+HsB%f~!?K)l8WtYGkhpm}Hq!xBudI$W2c566B$m|GS7Z_z@k`)EB) zs}*rzJk@XTgl?J)CTum$z1RYO@PWcRY)Vkk58r*uem--t=IDIwBOx>UyBIWhs7oG| z*Lbz#dAEo)3$Et(FWCH?BKQQwJNL=t&$OuW<(&*397N+U18ZTcgZ(pSSWBJ{_Tx*? z)&)}(1QWq6pL<3(tE)7K7A#((OQLq@*hx31*r)$M-CP(B&|iPGt#*j7`Y@f%h7EXo zu%>m3IGB>e$FHY@n`Qr7%x1WplE(jAypR?yS*{<#!bEOg)^OAhk$5SE$>urp7iwz| z4%zU$J^83Ra_A7XZ`($7kG}bOIek2Nip~s2g3)|4?w2fCObZq*(M{#ntX0Qytwvr& zcy^!$4IAnV%dLE<>(BF1b^3d~vcoCJW31!qo?mo^W$H|hb=;V44hK?C_UdiT)sbe( zHR>9rjxaDHQ>LPP%|D@|U$&!Lktbcsgco$|g%Aldtv62XbV*k?k$ZloOck1Hw<%LO z-fNZS%QbTqr;r%@Y~H$d-ea-EG%k;Wuqgo+Le%@+6=t1dEra~RKJBc00D5co`Pg|8 zd46L7z|pacP~5|(EDq0=Rg;J7*3}u7U~;_8f;@_T;B{ggGfWj>t-zcM?H~}eFz3&m zqYER!qKRT?A${1pLtK0t&6qY-)3OG$4(t5TVI!!;bIp*|jWDMV9@t;=?To}hbYN-oAV7hE0T7~cRM-yeG27~coHKY;)csM>=Mx-cyL zUGMzuqu#ODz?ZB!qn_{mED&Tx8pAj?!D#l^?zPUUZGYk*Sfze)S4>o~`*X9Kl z-s8hy(C@#kXH(bQqCI&rR)F3KcG#Y#5eCEyPW{ud zDa1@?MVr{aw-uddv&djvD(%{e?0?o%UX%~yea^`O3yL=KZ_$dt9LBr?#wiGv9uf+} zvi8G|5PU(#Mew8RiR|28L+HeO2Bq2!cYSpXjjE}FEF~hQR7mb-|Wfm4D zimyIrOTD15#tA0*1Lc2 zemy>Cu55aE<#%i7<=33dx5u8W>%y?CTfdf`7lCgU|LAh>?WSjkftqA1@<2M@tkE)i z`d2Ot%fdwp=+(hzrTTC|Brq7*YXluXdP2(+6LW`_F8D?>7yD>~I(j)f12CK0y?sBr zYf)3>?}p(~M2(>L%lnKO3|YVoq;;8!mkgn&^h+xQU} zgr@W=VIHi(qfRE6o?r+-DisV%5X?k+V_3rfAN)_M_io}xAG%2@8mf*ni220GtW*X5 z*|brUcm`7qZNX=aG7}9maEfqH3kIi|mNG-=exCQN%wC%FTHQBl@VHg99=C{n+9-yl z(umX({R}+I8gz>AF>Yj5s(2jqVoZ>J12tt$7UfH+F>B)}?LnB;9x`~KDyCo0oIXRt zS$k3W5Ut8)fxMAj&%0v>??M5)cJ9g4HgCf?PrZ+^8pg1RnMI{qiY_)zvafi|I+fC{|y@OmN|-6EMKNGEHVF>`*xQZ zF@J6Nlb&ELT@cJ1SqT@pRh$qaSbIH&nR`|gb@7NEog$56zo18$0|C^Nu^0<38GL5m zx_q2YF74~$M>1>G7uhWBYjl_Av=ph*Qod)$)8Uyfy7VGddWV1sB4e(caY-}Y+&s05 z_D^!m1IBn?!fCVIM`^M;KguusGtXnO#569CgGitWF!QI#YEJ;>T>W}=RTlkPpS9y~ zhz>e+;)DycQe}b=Q5|M-Vtv9IT8SA~8(E_o)Z&F!DjRD(e(S=lR0(~1_oT1C`%yd8 z&dTesC)&drlZw%%@*Lp#3mQvUzd=jc+^BhPi?wXf;CHmS)_8b_{Lr*lgoAZ6O&C9x zP5q5EM+fB|n)F6yrE27pk0#LPv%l1Cixw}gqP6S2Uhlw!I?WnskZ#Af75qOM{e;3C zY^hSEw7y~w_TvxV>HW8Jtx;_o(sd-@$_iLc**> zpN0+^s52{7AF(IVm=N9o#B0+C&D_R7*6WI-&5XmEZpabAi$~^mYEFm zt*876DIR-xFp8`Q)&LZFGfA!T*m1S%dD+ny)Zwi^5TaD?5Bz{87gGBrjQ0dH?5*g= zjT}v&lspmML-qba z!!n@|OlIRR5VCWB{WUB6n9l;xw?NP3;~Jk`dsuJ#Cp&S9Ydpy*J!Ntltc+CDyz%Y$jC~|=5Z8#yZi@j6Ql0S7_|5hSG;sFmBdm*x9N}d z)`!S?CPM&+IAG-APaWuh;RZOL95Xi zZ%26TuYX!HD^WLmZK|;;W+fPsx$@>DFpg{1d5}%+q;u&;+So%lm&n+gjT`=Ri{8Fv zhf7?#SZxPHR<2gbC2iZ5-7d^ZmAL53B`(ib#oK+oYmh>%ChitfA5$*3#qIh%o1Y67 z8Ks|78|I2Y+AD52^n^B@C;EEXGCj#CU0J+u#IRinBpz)a^ zby{`ncD;MoT6o7TV>~0WS8Jn}xOj%s+YQzE@u-0HjoBy%aR=CIv zOGPlRZAG3m(DxhWA^5n4*(g{CxEJK?pLWFux<`#qKRjvY#HS9Q^0FqQ z(SNS7%;7@^^;@HGi5?lGfZCr2T0Ml8J(2Ny)Ki{>8jpRrC&G6l)*JkN%bIVYAiJKI zU48Y|ALF;HUF{{ddT#SKk|*-^Zh0ybXuMthfsfLOQ>Iw{#m79dxA!MLW4&e2!Zw$) zs||C#3E|$({q^_XS)XGCdM+O*PQLD8z3rdu#3|76B&G7HlhR;hEXfA}EDBFItnbr+ zCr+JCMT!)4%WE_hi}1={SG(mgN950&&m{_GU6d~yvsqYWvIvqGD^_?usCTK5Z?b21 zO2M2vdqGbwUdlO!8`s>Kt0#}0rozRX3=mZ?H~Upobe!`jg2vyW{YR)s@j_Y@m~7B) zJi(?=;VaYVXL8%WJ5@2CuP|-ep?fGG}zNC)>h4^WI{@zD~+ z%)>AfbI_Q_-|)YGyE75Zb+vxAB~`Cog{8f7YUT{h>Av3YW@fV$;T;Df+)Sm*IvL4G z+r49-Ig56WPal}l%^2a?#DitQct*zDj@C;U&FScoK@1cwQkeY&Hm6FgbqF6LknRI! z@nH@r?P+xL5}Q!6L;LDD`vdbtkN|d43O$&e{eFS)Vd3eZ0qOs+Z^A$bKK!10p5NUX zH3?>E!`OU@_MXKa^aWD4RaqtNj5JRSE2Qn*;Sl~n*vO#In$M4MGyKG5a$EMR<^2zI4fXkRMyj?czx&$d|*0C=UWf#zs8NKg$2GF|UMuLm*A| z!g|I_8)nj-80UPiCvf1x#;+*z1Fb1#thQ%(zDjiMNMLi7vHrNiDN?4U@Dg?PY}a5@|K-9MB1^3^|pVq6DLErlYLMamdXAVNW1{}>{rKwMvn4< zrz2oE#L(kR0i#&}B>nx@2Hj_Z(JU-X6)AJD+t~M&lJqrIXL)<+{3Sg;oq-t#=Axo> zthr;RTzPYtqqO_Nu?$Jv?AvqDCC@iYf1>VvJLqvwHf=yNCe5ZNnmn$@A@IL>zB62r z|NaLmQa|?N=#Q3G_MEQcIC;Xe8JX+MxD5uw(whWlj$GO4z432T_MA>e3dZa&`Epoq ztlR7Y#FOt*lnKShXiUs)y?eI}%u78oNP*Tbx1m>FZEx!svoh1O#S1Ue!uj(8>b0i> zOK+8?Fi6*8L*;SK;52`!3LhE|A2nJxo#Ssk@hO)wR=XI7pq?03s1H8WVpu{{9pFVUl<)=wiVCn_F$j&c zZTBku_~Q>WmQ7JB3TL0bF66_WT+R0=r`8&+4j;-Q-+cw#h5WSgLHGxgvYk7=PJ@TM zOZOT434vi!x@mB-w?>_jvE6a>(qghz&neYt; zf>4-|A)6G|x=@ZG(7k9V`>H+g0RO3Z!{0q>fXxS`xIf<@LFtH8DhLPyfgjvHA@(EhU&Ff`-=fEuH3I z=ggYrR>oTdOpfAX1I(rfgLd4e4V(31Frf<5qsmMxv?!I&L}W^x#%YeNSqrC0w;gOg z)JW@oUQbjU%9kif2lH#17bZQHUPF(c*byZw8wj8y3(8>RjQQcD3|*!>%O7ex1#9G zjW9ZP2Xkx3*|z|gFWB6cDpQ7@@T8%k3dUaHV^$p?zQ)q~ z@IB~F8_-nTmfKV8-v!cT_}!N)SAn)|-C|j<(FC4l1`m<&^DuhsIGw=@6PtT>?WChe zjuNEB6mElt4E0chf6;eXs|HL+XmO$so+Q81@SLVGE4dkLt`%W!RxZ)tZ^siZ$e+WY zq2tY8g?(g(}8#o`}7~+&|p;qvhiyCh$~dMaJ*_h zWAFo{e6o3}Kpg}l{RaE!5J~_Dq;%K5_p4WN)niD%YY}Iyst!N?{ms`IRNd$bQ!ABnE^~S7$Uc1giY`LQZWy~0B@qrIK zus*|I8T{meuJb;Mayth2FPmijm(6;5BDE*Se5**UHMpP6zUMs&gJ~88I1knt_;U*- zfoa*U%}bOyOJ;h$#S5Chz`{IttF;e!^nR-!@2PIl&ntflW!K_t>t3&Ss)Mj>Gh+1n z+AYk&Vy{-e!4vvAyO#Zk8Y!e}T>t`Q#y*?Fp&Ub?d(lw#)r^xr_iEnocaQ2%n}L)` z8HDvSkp6_atXDx?9}m()-RDrY=jmG>eejB1C_Cv#TPgY5*b{k4ax0Ql@kx=u-hI3J z19ve;45sSc9%zUoQd(F(Q(Z{Rzb`cgPgk{0B0X69YrD?nJ&hq0d)QFmXlk7G|G7FyrA5F*un0q?bG-rIj~>?R zGY0H>-Z*eJGWuR={Q{jl;apQxoA6Vn4#-uUU00*&;rs>ei&wQL4Q7kMNcKh*pd}Sc zmoIzQ##H&_Y6Ak$7{s3iqcCk2!}IoFrd97j0QKDEx>KZb2tcLFRf?j{I<;-}`eOsB zv*g#KZbzQd!wB5I=3JjrWytQ5X1oc@T8Q#K<6uU_+_*$X=XW$FTZU04O=f4?m;RY= zna>!R7{+DnZ(*3ht2W?_}d za^(5aBqVCbT4&rZXZBzg9c^dI6oHHFWXBkM?Np$9(NOl)*D-m^7w8_sDXHQEp)2)$nU~KmtlXwR2+A9i){Ipk_jdJ1+snm%m*!(Z?t9I!gn+lg zIsbk4@%fCkwHf35V>G=T2&M_8Y$*2EcAd*xVHT=AY$$ND8edY6vtP_PsUs%iOEL(o zUA;;l3mi8a54-h**g%;wWeJDn`Sa&9C(&^>#dq%9SuGx#C^(Q&=3v*YS?!kJmxz74 z_G{U|V0iwe=ky{UkDj83p=J4G)5qw=w$EzJ&D+tpG)+cifGO6`=6*=8yzbCCz=zQA z{$p68+}&CI(gjY_Q)urkHsxxh#a}Hm-o_cO`ABt_JX_fRrIA^Q#0E|3yW}z6{JY83 ze`JBe_t8U-)-q<%!tajh?-m#Ah?1p?>zfv|6?rMrjaiv1caESjE79iO-TU?DjC;HX zAAB;DN|bVNb;8o8r4}zg%VvG+A=x7xIe5$^t#Z{0F88>3x_Kj=$>o-K4PB(6!F)FKlPgH)_aVeXy|0h zs)ROe+iAYQ)O~!eHEY+=v#(h3jT^HPiH)CrM$cncVE1mPR(G@KntQDFx#wHxX$K7^ zNTI>5s9LoLHH{s0Z@fb5R+%2e$Ehb~vt7^o@y8qJ%^zY@wN}i^!bJ+}Yk{8GLm(m| zvxgMV(Q8((*5?A4QYly7{Wpx#=*R!QUO`J&d`A;LnW$9=^DtKLLw1+zZ* zvNMjEyH|Gq?7a67N(|%j(Djf;=Q8-o^|j%ge6W}|UtY>)aj*=n$v4`!)wSrMS*Y^; z{@Z%J32&AJ!ucQz`*Hl?5JJ(OJd*ejJT~=RZjKLhk7};Z-}}?2PwV?RZ|4z3 zi^fXu`P)z;F9&Nl*t41`3kwn$e}6}h9yMo4viC-x%SDTqupH<8JWm>N+rMw0Wxj+O z33KvRl%3swgoTCaNrw&|)Wa%}(D5+}#1v;s6u#2ct5@`_ui^YwFviCf zF30tC>e59Mpw=y8#8Jqu{=f>7q6!tPziYvS?cB91z1gRa_E)BCSyjaL>&5fu^*S{- z2l|~ekdGP0#`kddu3gT=BoGS4{@Si{c`LZ>-osk8fw)lMljKAt>It!dE0Nb+ z`h)1MeP3hdYb!qN$xYSkJV2u+3?VQwLrn(`9CX1xbJomSe^ft;l_)|VP8+3egLYjs z*Y!C^WQm|rAHPG3ewayfmrZlg!1UCK|2DZwh!rkYfZD#%nwj0HwD;|~7n{<{uRZUn zxE}x5i*Hf?FE-PH#Y?D`fhneE2toknHWig9QBnof?{j=7xCA7~{O=D@QtQaSm|3)Nfu7}u?^fuC+Zp(v_x*7n z>S-!afDbVGzSUpd(uO~N*TbFyfj)2JrZjWbEN;y}1N?)r?tL|8yu$CCqJo7BtDw(U zNRS^owQJO@c~6FuvtDmXW70^>P_PDO z^FqDKl;PPZU(?Z)BDM2y2#FaBSEpR{-qQ2M+_*?LPdk}MNQl04j2+d+=y~!!Glo)! zyK2FQgCkl@E<>aY10OgjkB z;m_OQwz-@y_fafOt_Yg>@ueBFzogk;EuaPeTT0J0ci%&#OP^ks_=n%(3$cem-?Jc% zG6$ZM?SKz^&wVe2`RvoF)3yCL_T(*JY^`^1;e4lNE!;FcN_cXw!@ahI>Nww$%sz3bfb=lgfYn4?F{+1)kY@~T&!r_dJDnRu3c&M}q{ zoSN#D!asRyJ^g${3M5&d9loi}5}F0d_&k@YX#t(^c9U@N5j%)VV#NZ#>9*$yWf+~* z;=3G*9_?9X+>?i0$91&4fJHBr-i2xyFR^DE&N^%#YiT3+NfU~h9If)MN&>>Y>>MZ) zUfIsJwjjce5gblr2Ms})keRo%-(Z38$tMZJ7V|(2Z_|ZoYn_wTE;Mbc-eqZ8UiQNh zwbze?mZm}@Ly|eHH4g?s%U|F$zD-FZ5E3_hRk&#Xj;d%t+y)0q;VBJKuz$Bz1`WKt z4T;W#G=JNPy3G`SP2R)ER+YKXbI;t5l3tRGdtt}?}Buxxc=d0W|S6~mzUO=yTin$ZDa6}4UaiL3!=?qq;U$D-G^%o3F5K`^RwgqC1-+8KKB z+tqorsY~0R`65sl7alq#jXJusvbh`@j5up92f!wNlQOfo0D(%Cx#x(c*WS+WkF+SqLs(Cfx$A8trwC|Qra*NA!vku zmQvt|zmzYR4TtTL@Z$5L#5PTArjyk#$GN#rQ{{{DrBe^{q2}u;6v|CD$XCYdaaYGn z;$YRsJacA0>f7DBw)q^IyVUQaX#(Q3ah`Jda_+P3H@oHZ%Aq3(N#@Hm`7`m{Ba@F% zcB!1>N8MRL0{yzn$wVV|$`8ZycW0jjk6R?z%x;oBF!eujx*sDP$wfB9`7Vw#JMDKG z4<_-4u6V3=EbnpL?{7Xz^h-}|+;-LPzG9~ZKMJ)6(+|U~HhX^`Q8jTH$hNsUTqBQiTD{z2d;k=r+)=T9fT zzKs`)f-}zsUCQ$$X}vkU1TMbv`gF!q7fh& zYfeh+Z@b|km(C-4tyXy8wo>WU*UW3t&6KW>u;p&MTqSzHyqN)u)bd&?ZX9BD>;gL0 zQO-Sh_5Rg6INBAnz6fg%7L-Z(K4S3f^?&|Q9;|}ALfQemyt=+!E zLfy7tCqS{)kiw5!je-!dSbB9 znfyY@Yieto-G?~8^!<6k{J!~|w#(1Q4^b@d00|Q~_DoijtkpIB;34X}DcNHXyJT`H zNiIiHzOl*rK>5AK)o!P4H1(p0PHoLpqJvVV3nKNw76%Z(8=@F!npwjwb+FA;cJ2e3 zf$+a(i8l^R>LA|k33uc-cK#u^x9PB7(le6mbvFTZh@Vuvf-FlB@-`5yX=0sn9}wIt zsou}UdFsO$#2qcxRaJCi@Bn7+buq%*gVr$R*e4bM*-~mn-FfY^IcL6hu z`vC0C4lK56F=S#fTU0MKTCHjq>!d#L`tLxaooO=BP(^-|&qeOo_hlM-!((R~t57>~ z7IE9Xs%?{2IcFh4vfAp!te(~DZ32}7^(YIG0veZ6F8f2=qs1mUM&jWYcHgh`j+@JunNRr<7&&#oVe>w<`q0Ee-MJACQhgbLLu zi|ZZD5&I&*3dW zJnYkFr)>30IJFk6+$!%3!}HuVKxrFl>mw5l*#qGkaXIawQE)`(`|7vd&FZo zW~JQ`1ez=}>pE6GGqwXfH|w8ZzT3%>90dZcj)I6LTFqsv2Hec%unjthvlAD+4mEoY z@Ov0M#UhAg44U7#Wh)p#;lORT`1_k1)2{Pwh-{XoNcCUSw+KAmV-Ej(&(5f@KS=DI zLEQSRTkf;&_nOUZPyTVf4sgV7v6S-z$^ogV66}N1yIY16MlPS51a>E>@NV|@imxjz zswfupdAy}c9N|)^2mXWQfU(&mx$6B4;GZUu6xvnH| z4GU9X+WvKtE&XD+A%bYA{05$cP_t0=g=jb=n0Nswsj1BVA?S0kEp%n3( z&pV|VySf)vGvI|-%Vy@5!dqLmIAoWbbGhA#WLsC4{U-Y^&mcTHwL}G6^!1BEv@n5i zqC3)-OIg$+)uHKO#099r5;h#~3Zdmu*EUjy)h9O3n=N!@Z+^xotyrzx{1^Bn-$GQw zVQJUzyZtNk*wr#Fs|QlA6m$XJ8&^cicTZuk9j_cyn3t7qd_r*)dIn<)Ra1j%=*nH( zzPnhhqGR}|b5$JOXae3t<5>OhEXddGT=4E;lJDlf-tF(I^nOV1{K>FbYs4GNpd~w` zmw@VXYMMj1SZ9tA+RMe;iP;-TakE@FNU3w0%qX9cab;QtfFllxtkLJ_glup9NSEKW zS*|7H%JEzhz9X2}FK=5IomeVuq<1FnKiB1g&{|wN;6o{wk~n7AJW@3I)e`Z-M3j&C zRgmA8L8GP(Gk;A2<&h3vC^e35i+h@=Z^-8j;S-wCux2o$uIrb*WlcZb6<&%wHR>CS zRY&m7S!aTTUmck-NZEA~Q^AUytR$}TZ>4e@dH9_b1`51RZqMjAf6YKbA@uFl0Tg%6 z$VO=xs-vV4K}j_*BRcPqIp4dAW!*8Gy?+7bt~5m3wq{G|G#Z)g%r{nlk}R`ci%5*^ z!*R_mV4ac92z_SAJn5|csN+i$Q8jEEDox&-*2~L=$)Zz9$;+|T5s)3ni7d$B zDo1eFws&6nxb^Z4FqI8b%xK{=&IAjQRzxwm>dt=~(6%as7> zaO+M_T&s3iN*HGtx13WEIUZ;%6v-deUJ{T$GD)X>25VWq0g_gSQ=`+fh`90~ z4r!zryBs|h@CHG$G<{x!06x-I8I|JSU6J_tI5tmmZwAP}U@QBCcHprW1zbosR3{S{#zniXY=+`3;B287*zRDZL@ARc@OWn)#`iT? zzqGvS!8FgB&gzzvbqoVvM?X-8!vv{A6X|K#|JLcTYcv`<<8?mEQ4@nCD|2JynQ4e!KYE-GW{(Y7{{RkvzOMI!vKArJIRkm zPd2rNu*qPkn@UCR$x0JsB7;=KiPFGe#tPa985+0a4fZ=`T98v4FJ>>EmX*Tj2=X1X zhs1q&R@JufTA-A zRnzjEFuySRanctu=z0SmGrt&J~eAqGEZb+m{B*8^&lsAMOm)71^5RHIdMV>DGsrpif`M~n5gg=UX$ z&)t@JopXATiSmg&GwxQJL<+6JIC}$q;Qa;rpC7M+pd2-y1uOS864o6_drx-Ly>oPz zoA$?TJcfRJIy{kVfiQ=mQZ_g-n^p?nrTDw={ zr=qFL(j7_n4xSps$Jbwg_|}@_MyxA_ft!`D%O`W6H%#W*m2D2-^YKQ8l2ZXpj!kLD zm>Ugzm(#fE$@Jeo-nocAzz&7Ay)0hEXIrB3zR0AM&RhrvVYemkCiBa*JvC2wm9B?W zh?VPA2Wkq;hPB5qO$x8@${EYp$*gt71h0~!XfL)d4Q7uCt*-F%*M*-x-8{Np7>4fH zyyp_r4l^*qF$}xM>}uXf>Z@>P{UEe<8n81`;}xp%$mw>J)Vq1yAskadhemv6Toz(U zsC-n|INBTs2VA+G5TAzAD?{7?IVQ$$R{5j%YX&_DVcK251*pPh-&w9RXgs(`w(BQ0lQyW&OmX5?r#jDcD2kHo^a4}Mq>%SV$`PM1&pwNbV zrnf@H`$25QY*lr!IWq9(U0`=!bHX6Hw-V81PnJL^1d z`s(1PnHLcuXEb18az{ZHs7-24F7a z+w&n~YX)^XPicwzwvs&*az#ZiV^$`a1D$O)3?w>@KzX(J2zQd!ah@2vd{a<&1Vk~C z8PHQJ%dzB>D`cP3z9tOihl6dv8BR9+F@#qa$9&LoJv`m*jvAO;i5gWR(O`0Uz%@kr z9SY=S>&C@O7kP3`e-&oZnR1G%^{Nv>_>OHOOK5f1+A7b5qzS$YG87zcfpgB9)&*A* zUk}&kgNp?RjNPR-CrNuOG$;GC#rkA^=@V{9hEd4 zP04E+9=^C-TMJMvErbR}nN=Jbm=5Xiv=UK$M&0EnG))sHDi$ffb_>W2n>cWhk`e0de)XiGD*qp@O7z5wreom68P*Z`GAfqvRH4GErr8x z`*0~->FX&%mmIKQ7ond(xOJ}M9}acaWTE` zy{GLZ%Qul!77Aktu$U9Xe!WKf6UOY-MNFSO`nq}UdHkp$c& z=J)QjrqbU9E3yu=u_$fz-(9soc{!D%VpX^(>tmLTk1JRS*eB;|kZs})8?60G&NYRc zKrYUDq`V{HG)F1aCk3VAN@~*We}Et_1yT@k=w;pKtw;raUL7rVfrs!M)uOk(a4pL^ z)u?k~D3~yBNa=@pS#VRI~o&eqr)dTzKc@zEAPI;e~|dl(hzs{ScjJlSM>>~ zS@96!WX3!Znt=c%<`*v*>T$#)~p}w`kwvM^bHw$V_ zSK{+?JmQ*9x=p<^Mqx9QVd}WM$ldqV;_NdxUvTdqgM)`3tg9huUV53&E)dg=&;j1z zVTA=#pNA`a#Iccawq^ad9ITe;8%*xAqp6=Rjc`^4R)-$YYUt%FNbVa(%e_Jm=Ub8k zsQr8d&_kHJgkO3Jbsb98`F=jVyl4?n84HeYG=xzhU&mf{9IT}-C4R0PAeZMNT$urhlYzrCA?Ti7LM zoS}o?@4Fn?muhj@VJ?gASki-YV1QURLpL}r)7H|6*s{GG5aT(UR)vuRRI@Jh!0i^# zq8}O7O?u6rnZC9GgCi?*SD!NO<@csbX^DlbepEB);l>qwfI8k!RqNqE(ef-(oXJF7 zX9W1{hjkp5^E-c0eE|L+x)#AR|T$%I}Nh9gW`~@EDY9~oTa_Y^v|JIvN^1ZZx z@r?GQ0@{|@dpz>4GY}NplhL$E>*34P3#r{dpmKvn+xsi9N*zDHh!GkIv z2j0h`1Fup#Un>UcOY4MR*xZS2$6IcQyzt;J_R*BP#Gjt#ecqakROq6-WJ^yQ>#jYk zWU^fFg!1;iZ0-~GC4J#&gfmY-_rO~99!DnOhMJJa?ps~u#giyUxMB+GjztAA(-(e= zZs`%?xti2}Lh}oqeaaxSbfCR6-j<{JsP>6ufLy-ei$UFIg_Ja_DRooTjV9BBe3W8L z38HUkNb*-%q%Sm*{*y-`7!w+&-ir_gMfc?+XENCMF#FkrEDZ4MHOs~58lTnq5di$i z$gLfH1>yg)x$5}H6f`isS762wV0b3AtEqha3k`-fe>ouZu?8m?tfxxel*k7X-E z*eS+8k@mkVz_)MV!0%Mdl-yC6qpFHg!Q-Og@~&gL%ty_mb-fdxYje1u&quY7|J-#f%uuKxzzn>9IX3~h=(Rj-vnmF05i}0A`oc`fHgztTkvLkj zcjc zvzZiwwvwax-2?4i($VQ6Gd*Zy2(w*TsPc{8-1EoNqRvIV6};792r9_Ir6OyT!@$()ZO zO)f{$1@aPYfA9mG;J>T|T{po{e}rEWfj!*8|A9ILxM9lO&-vayn#v19gp|O)$Y_Gl zKvYPQNN)Fw-GhT5_%*313mmyQ60tCv%P_OVD`Y4i$4@u32JgotCOS;erX&`B5ASQ> z5LozvaC}V$3sr{4oEAnrlAy9ypm3NI_ABE7zN`fMY|9Ghq0XCsUG6t@Jgjd{*tdmU zs%_@MIVg1n840DqW@y6JKdA-&J#hF)>@Fp9g0OzPgMAPYTA_Zni&p$6C%_YwkscVn+_?*^zidODwVS2f^8NqC zn&2x>1|_(V&!V^f%>>{8<@2~5I4vAX@cPXm)SB_Z{a-))7vBysdV}3@NhCK#GRYd@ zOZWKZP4dEj3f3VaG?TGrK+BE@#myywvTiiL^83dAn+l{?)bO9M;s4IA4egt1=e`ov z0}X8e?8|@`E2QIP%4Yp4e^k+PwJXt@3YH$e;C>6n7m|yW53bw=JjM95(GD!B26% ze0Y}j!t6U0dI1}O19S8Iu(>U{$!972!p~TyAQKt>+l&9Yl!Zz7`BN1mbCeZdiIS|P zd|TpmK<$A3^Y@iOim>)<`u>+d1TqZC7#8&AJb6QM^okk>{h5{qpLp23z*;67%u$pe7aQHaiQ5J!MuF%@m6XG;evC;JaN8$IVSjD z@<3%HD2MH4C1vD{&oW9-!P`HI{*QY7Z$9PgVM)|y=;bcn{11PR41-2j z{1Q>+(?6R2|Mhtg_X2hZxcy`0pIznu_4}ev(B8+cpGgDX5Go`ukMU>B+kl>)kumZF6o9u_7z~x3UNggUjY{AOG)_@{bDg<@vCt737sk z`@4O}$jHokhc$ZD>ugtLU03b3vT@^&NRl{hWf^7MQa3iWqTAZq6q?so-7hvALGL%9 z*rm^sPrkm;rkBD=1-y%mi^FqfXx=jfg3|!u7p{}7xrM}Xl}8Ik*FFiitfHcy6?H$o zO!b+;BLWchb+zYvKT*_LFV1jHPxhq<8)IMR!$U@ob$Uc$N8b#qyJ@Vpncryi{v!nwqzlFJuOZ%iKcR?d>ervHq_13DCX;<-YpZe`WP(8yg!Fb7vVJNgAJGY|BF-YcY<2Mw|7mvfp@{@^i`6>7eN(#@@MXU-T~#u>v^`? zqs|TNF*IJV{6dR2q@bXvao>CcJ^Z7W>b1@E-`jS;05^{v7zeAWSTq|w6Qdx7&o{Ss zW92>%GRC^PF-gCKXSKP@6w(IOR=vfU={0eUc%O$Wm6f$8KK9Kgz^P2PEVhaOELJPC z1p-6~Gw|b| zyfEMqQOWgAGrop~g_M9qX7?+HEtN)Zo_O!R4vMQj5_3EF+q6DuzGuC1y7Rg!kBN;n zRyj83)umIuySc^daxre{4CE2SO9r-m9j-XQEI3#p6SA-4ACJW8xMzpV6UP8hB%iNSvp|a|TW4!lP z8hEi>(0Ompx6W!sIGLl&bx{7eI$;lY^CWRTQTeByehx)UzFQxmj7%=K&$IDX;xhs~ zQig!nonl`^YS{TA6cE>X5jdU8(vJ2oECB7?-hDJ(MwQ;xGA~}96t{$#GL7wtmc6|d z6?f9i<~NoB*r%*H#{q{aRz?pNtFfk^FUc1VR=^H69nB^d%t2perFc!8u-71RRFMJ! zNj+@Y&+mp^Z%S&+7vmtsX;_5IVJJjg?Xym=jK6ZV1(B28a$jBMKlphbQPYEFPNJxk zoT|-i+J3kkFWI>IO!riiQ*G0@7HTO`o}QK#XkDja%~nz5exRC!YBi8JCi2NKM=clx z2SIU3YFoPCl@?y>xr&v&uB*gQOFZ#cZ_@OKyP#-^Q?n!E%mmxhuP2j6#hq_myT=;~ zn`f*Sl@_kS&UquY$SJ0o`u))Jd>iNDHeV_H0pfF)=&3F= z1OnxskMb?|J6;mIS3W<4mdnElxN1pl;|wqgJ`-3kRdm$#&p{SSd0QS1EV0nBjn&eA z{uGMjvm*}0pms5iU@2=oegiy9vMdep`~LmXIohu>Tds~qjhD>A^X639Vgx4YEy&}3 z`C48<0sZmrT>8##;=ZV8T2(it?d(pAZlYIfdnlqJW%$VC`7V?JvvT{~wsrEJ=5)G- zSoznA+a>lL7$kV%t@49ZBxu}7j$bA-Gt)(dbz)*~Jcu}JnE++ls!Kh_^Efv?yhMdI zu9~YMu&iz0Apm-|&fy!l*(!RM8gowBg=hll9M{XV?O(zD{~^9QN& zF(~vrJ7C%cJVSrc`OIJHLTE#{+{9`!T7|z$@46&$hPha2#OuXou2`FfZmu>7c#HCV!l>}i(C^YeB~2?g=-RZx(sYO<;LC8?HL!>TiwUM%{61y8{6!}9f- z2ufmq%EJ?{?c{^cZeoy84zcGJGY>SZgZ%Ldzg&qiZAcCu0AyY*96T!#0A0^ZdcOl+ z?|lOCUHi4_D(m%<%_ak1ck zE{7_sB?bpAc1sXz{)jCqg*OGYoR9$yk>sJd+S4iPcKPL&s#C{){t|<8EGKxMqLMu5 z;_2B;L(4H}rH89F-~Q<}_wImF9uF36E-;t^bHyX*b&Dz#PoDP~#>3}K+=a14MHKyI z+rt&03oN_cXvv%SI)~$EVO|G-e!|dt!2bsq% zWiu_)(oC-#%QH#2ZcGlpfTeY`0(f@whgN#z=lEK$C-p!J(Sr#s-npv{f&ls+BLPe0GCxF}pGDkTQtMGHO- z%a+7AB+7kmXxRaRRW3ai-@01oovQWZ$gQ^aKJ176aB~qj^#RQ-?>f+(awxm>CYqjl zdBnx4QyV*=4h3Ou=sb?z6RZEO@~Om=nZ-c3=0V5VI?D5?u-vle2riyBDF4;O5T>px zm+k$Kw%zP9+g*&(QBsKMZJ3^S_NU>w@oEO$(fkNJDah%n{5gAcL^tah*nAb=2W}eJ zw)5&sny20A6(B;8t`HgqsawTr`YhqP%9+-BXTuYY>;CJu;%}!#H>Q_*s6@Ph-UR4w z;7f$5xE|WmoA)ZG8|>?ApYD?QF?zZ!$D$S?Ntuf_# z2hN=jJ2FlL?4}w)fua3YoWRyRwy1zE`a6hV7p-G=e-wd9ZThL7TBo?KWr?gy;$dqeEG`nJ>0fuSu1{vL-fuFnXSr`2*ds8RH83P#k?OHo;1{TDpMK zgann+M?lix&=#u36oKnJMU3U!T)_E}>mJT*lk0H~b+lm4R?g@5UI)0qwT;m5ie$2~ zCCAlAr=jp!HSXS3lMxnSk-OXb@mHvVngWz4oHrbLa?Gcl_Fo;4PD^6Y$`I#8q((DE zL*E@9dDOlO?{;+TMO_6mB~L`U=}^Cv<6C$)oGew$g=J-?{!!-;(KRUA#u1 zZdLlyjBUBmaT!}491i9hA9#ju&*e0$Jz~d4d>`-4pMAaVG?g#Irml23BU|_p1&oc2 z36h-Qtk+ECg$F*1Xq!tp+FYr2X5tFry-Y*h6qyMQKZ{Q2^*AO1bD zkwjRS?lY<*M9765-30zVqDRRznt?XHK8i^>Lc@ zP`PbxA6TCkWV01;LDNL+2UxVW^N0)$UqT-?NFSzm)5n_|9SgkfBj_9=*4yy%@g4^~ z$7?M)yS^{sy-;lExWR3neKi#m(Ggv974 z{`w{TJbc?Ei2}Gj&Rnzsek$Lj*cc+N_Q_@B-pX$d!?u@e<_HNHdQB=JXndCP;CN-_ z5#2*;jG+ms8tU7ZkJ|{iUFOu=zbZ;QQl0sryx9^P@QFgbh;Q+ZeZDQeMOL%c#+og5 ztZ-J(5u0$mmbT|Z&VJ4h$b_rlgIRDKSq5J}%rYWKz$ixQqdI$@QD4OPQT@`_tsy~- z8A!dJ>GSkEY9_;o^wEK!Yya05fs#Q8f|C`IP~5Rap&2xBt8GG z;eO@*V(6r?S@)|!l+mYYi;TR~q4EYr#MVW3!ht48Meqv7!dZNx;JDo3_y=9NsPXYw z7Oc~SD0p(B4%1L|B?FM)HBxzfgV52$RAl}bJ^@T4ak(hf?(N|@BM-Kib9RWo8~ln} zsPQnFF#oN3;~1Ta_oMNP`dcHOB=#^*#HvXtz8wMTJ3$wU9-6FqCR0Z_K z`qv|IHrS=&d2$`%`+OYg9Is|zA)gVaF@aO$t z)PSS&QNxg%&cfNHtue!$eJ|?8xvdW_OseM>Cc8BfP2ktc$~XEl>4fK%I@>ljhigXd2E#Rt7Y@Xig$qOamd#G{w0t zit$<6?UrH_D4{t6jJ@Zi;tkp@JP&gh{@epS!0U#D2fwLJY>Q*mGW66YaZH|@kQ4^u zW1pb@%~|qW9~x7S-+2PFQ3i=TJS&_<6V<`R94lysaWi_Z zc$iMLNU~}srDU6ml2P^^8Mh$hy%V5{`fwGx2g~V^WdDdR18F!isg+t*&rzNM3h%{u zRdc4(fWCm3W+r0Tsru4*fRetdwZ;1`2jbDC-ICLh!6t*UT;mSQE=NnE`ROc!>X_$Q zj-WaWT9wB}$DM+lSe(q!5@TULMPz~De(3vcL<<%=z=RE*7yGM=MDOqaqC@%jEmT|Tmm8$Zg|x^Hb4JGA zhjli!MB^*sO9LLOjFy}jIF!h;I$B_-F|XHY>s6!#m$29Tz{&Qu2Qi+_me~{Na_rk- z{J73luihECtmvT?OZ2aQct|$yy)&+}j4$LlUSZflYmTtO2`W;VDN<>cRBens|Hx43 zCQV~IL4!YI@cIMcaYzy*?rgH$bUh~O_-ub@K<5|b@4z0$|J;2)h0SYUAu6QP z;t-I^m4C;Ch(}W{P+!|JYu$I(2Wgu(!Mn#e)6j5ms6x+DKT57g#2KD#(&5f26xlRY z^xD$bYV}#wO`Y~@!NC8{ZRCIvgrGvXvPeBZZ82++9On|Y^&QnXTb5gfqO=YQT~N26 z#%oT%qn23R*gn5hwlKXtGmo1xB7S-6`XRMN8wv}tcH(pmS?n{k%~PN>7^Cy(1 zA;Z8UEV7l6k9H#X8Wk4GN`7hUj(xjAcknSZ!Y1#R(+v0Sght+&D^Lg{kAwd!Vci=J z?6)(xZz8Qnn{P+Om6=@-K2b9!iaJ3dxZ~~SM%SCY^VK~)`S?e{Y5Z4PN=`8WKVs?h z2Y8HWx=YSS!5RK~F;X{T;w~|>Xv%q=FhySTb&#<%2H*|G0p|&JV1f0vb-(9Y6h3GLJ5%VGS*_3RFkzd(x{m@ZL<4vnsaKiswgd_WArZ=M_-e*p zuKmm#gsNw9ez|Bhs(norKi70{iCs!iSOhG)nBAwscb_4BjCRTeDU0^p#FZ*z7F!!{ zXaXft950C~50;R5M-#e}nlDg@oalZPt{)nas=62S@}L_=|N5ouoWGcoLKkE_=s0Fz zpkp$lFHi((BUjN0>h6Z6S4P=kSKGB~ur!9^`(3n2F;XQ~Yo75FwL8WR$M3Y+7L~c* z55z=rd7dJ8(3>Hg(+J*vFO9F_^I;oW6y`cC@l4{OW+sX}khhF4d9 zANii+4I)e#lzj>DNMDy~a`5ww{ROK^$j&7^{z4LG{pqj+n@Ozcd#fN6!pjv_Iev-i zIm_HJtPMF>EQFWT8%On%K5R3-F}34M<`meZNX3A#;=C1YLv~gjIDR?!@tTce|#rx+%gEnl5V;6tSJQVn-$Zd*OtLsS`0cQgoTDq-a?U* zXUxSBG^lDaOBjxw)q2ZjK2JLn+N-)_$3DQoI5|6JQ94F7dKpQGi+w)G{E)==(K(OW z{)_vqgYM^?+|at3P@NV` zzxy%W>MkCxbyjCHZ^e*x?XJUg8?G-mRB4*>iT`%H8s2u0$K_Z!-RF^B$9|rIrdYvB zPVihB_>`A?ss0sN3_&ZwZVxRtKVRv6kj&vsHeBlZu#swgiTlPpj&9zkypwhW1cVwN z2$7@-BMV*^Gf`JVaT!Omnx#jKqOR098g|2XM)#x7j&ov;>4EWBru{sAJM0)E&Q_B_ zs8otpLuby%Ko_uNGKWn?Y1VaWK=m~CQbIv76oG^^FJG(kSBMaAS502JwbrHd_V)I| zJN81a>T6r@%r+Rn!`o4Jv;Zb^3|32>_s4`zJ~=XrgXQ13ovubh*qwUL@25FeridNC zB%DB<-W|;5zw^lvPCM>IgZRJ~G(XJTyK2>{aS1=g>vBZAN##mdsJAWOr4oE62-UMF z(CoB6Cn^!OE zAi6E(7*PreH2ZPZ&rgreZAtV02_-XRmTz-pDRW5F2{C<-IgFZv@qL=uKIPGq$jXRvLK> zVOb}>(zGSbB6L+X#3q}6+1{WU$J9fsM#pLKrQc%PJ*^MSr{}gZ|8V;K(&MMSJ%{c+ z%3WMZ*agxrw8}F~UWgy!ey^5I?%0^T(ep3+%^Lmv(c2*|+^3iSsqO!_`Rha-I(dUD z<56CrqDI;w`cs7B?0d_xxex6RhkRxV<=_WgvUqP8OpK|vTfW`-s#0>t$)Icoz9DKVa@Qjz)#ktWnj=#io7Rv&j?;L8!#I`snaMRZ?SiROhRb5md+5WCMT((;w7W zXStv6+&x`fJ02~@#6n}3ZDjRrsRi|PhemyMT)V zKBIt(J@b=@$ogOrpgkeQ(&eGDsTzGC&wjTjG696(r5hZxDUFtuM zWl4lD1!}tp(YdZtU58T=$aJOhGJ9ZX+n{OUL5@0I?F_i90JYxy5@9y@5bBcd`IO6i zd`;<<0d6}vE56vSU!7E2mB~l2Z7w|@`7ySp-_qnc&yre3qoCZObnwG84L;A=dgo`f z4p6;Y$~k3-fml41$62)rrT+DUuwJ4YiAvvRc=_vaf1_}YfN_<_{<}Dul;XkS!geT9>wR9hmA$Z#pC`#b(QfDrQvqxo>+4>W%Fg(fugNwciY}CsY`DW z3aI|9iO1x$NV@0*DaMj#yPB~->gFCTsKpb~HSoq30Z}_%l^7)J+?zb$SOJBd<-35Y z+J0Eg)?jDeKcdbp%FbMWm6G8XhVFT$xx=);GjNl?cbl{8;jXLXx52$uRf6kBu1>0c z<}wQBcUh%cTCk!jjcO19r-9t~LY?B$VaDH$Bsg*xI}A1~3Za+LO+CQ-RRv6FW59QP z?REd?bl0|w@IElP};d)P!>ci7u=aYBNUJE`-OX1LGL7n3# zh^tL!2Y$SJhdoKl$R{TU^++3Etw1L?TR>$sJ4#}Q@}+Vdj8&4S4hlz=Xi%v_SuDLz z=atEq$DW%ncVG{?3?w!;HwR{C<0*a4sLQ45!l9=jNwNkcA{Kw(^CX+Rf28n3I3XbMr6Ns_!(~qcUmnr3+*$pr_@AXR7HqI8amcaF`4q4X8 zviiF;a^`{V!qa~^*O*+=gqW}RiA4(Z+*EwJyd4jUR<4q*yF5KqcFjOt1xepL#qDzY z^M{%~D2{#>e(SpHYP%kFOFNsX z23eWPm(x=u%5fk}^L#)bxpaME+D$nJabEQ-o^8qr=0Cq<$RJ2tghM8h{{AMlU>9w< zfQ;19fF($ZW2R}_-Gt1i;T+O-zSs8pJp6sOSh}Q<+oO?j8|X=fqOk5<4a{M^7q7^ADcJU-w!YG%1%D%9)DbrcD`M?XY-d=L z|5-`gI{`J2nA^R}G(Su<>CAGuJyr-KhL>a=VwGowA=)c;nA zq66K0N@w;$ENwfP3(??6<$b&1hEYB zvGc9lW;dxwc)E(7XPaRA#?E?om+E}DLB2r3%U=jtasyonZAq_1zR^ zq?UW5q}hzM76%wr{i|$MYJ6SA$^M>g&;`8@FH|qdzG)ja?93uQH;Sofi|BK5x>%C< zYf3fwwpgd>3P>ygHLZ?X5cB@~IQy4Gnp6g#Zt`vfF}WZL!jca}r^af)u&a7}d_O)0 z3w$^cauUbW74y*m^u@R*PdhQ>1qZOE8ep24_H1|mB>va3x1Yb~uqiu20VFE-RU<<~*^9Q#zMp^ASX;*IZjJSM>PGmNz#TWmQ?}ek zj0ZK!NetOvAFs%$X}eI<>t3W=+sEG9wqCvcZ8;p=+~j3t*R6F{E^nB_sGIhDGB@wr z8ysTHUFMxXpWFe4y6$dWQ%yh(mnBVf)C{Qi#jISF!6FB(&&P{_A8kfm+38nATvt3; z2h^>OZ~-v<4{L5vn&)o}EP7Io3!b{bDw&OSI7q(x^Dy(wPz^Op*|eU|!|3b*#;=OJ z>DpP1pYIrD#W&Rl(keN%0qod`X{?J+)0awGj*Yj8PE&0~;6YZ!WI#(v&Vi|XxF}yS zvDXc0SF!YVV*Q5oRW~`RlJN#WqUYSoCV!%bGA<&a;q0)WHN{$IU6+t@!{G7c=Kc$x z8=;1xA_o7{9(hf`E~yr4dN#LpnQ80OC^!Zbwc}Ejr(;lbtXJziRbPGkW!iam75&_k zbX^Am+;j=L&iAZ2*|98tpB8Q*Z2>?H9rby>4SFQ#Jl_@cc^2KgwJl{?TvYSFwU5{S zI$R%77CC%==DH*B?mm=YxRyP&ZOb{VzPGQdRY!NXZ5*l z);rzOpbBC`gJWQMR7zeq0CrJao%D(YTHFW+)UQ10wmA#&%=eYsvtpV`M6D1HmKteq zPZq4;t|0l3hZMUAl$JxzYiMcq_Vmc>&a{B3EoCy?B#^{RCV0FUH9*{d@`_$-AHG~f zO^p)Fdv||tf73zmtCo1#03(TogCpYVa9#!uRsFNDS|oNSxGf+cKvBZpJbYB=<`SRj zCy4bM^uV(r-|gf~7dsujn?Vo2tF@kukks&xMr(I=F8x|MGpYkrpw*3(?HsXL1Brn`8=CZz_Svk^@_gn z@sS$=!NK(`*QgTbeQH%bY49c_cqzSw8>@s9@Cq_tJ!A}-X^69*Y5~Yenq+DSm&8}q zdpk?d)E@Ra+L(w@S}!!LY+wDZ|D=H+(hYNDs59Wd_sf4y6zIV?m*OMiv-ER8eP=EK zg#5>5&R(1D1TTO$Yqzv<8G@7e4B z-zEC9bbqAb;~L=pZc+Km^Y>v;2fQ~Tk+1&FHR3PbPN<@r|G)7U{PS01`cU6N4qOj{ z|4Fs{t|C8*wkU!G@+qM6?uKfQy zYkT4!_WxswVng$N;p6ib88Lrt4ec#FJPEO$bik!MwPZ+WVMfL`2S>+`ytL78-y(v~ zPqE|C2;9;fFnmYeCeM z_=yDQwk=pelAv%?skJqXSY^R{b;R$y1az%G(0{vlj7&_sD*G4+@mAT(F6_Pbvo0lY zU)Mch5{?%~-U$Ea%K2McCU1W$oiNDvO5k>$FRy{Y`|h6Vf()Esd|z*bzB6$tv8;=W zi-0#U;i}TGCj`@2CImTSm~9?2CJZPq|A=xQZG$ZfFnpo?jDQH1x9tHoi8;haWzTc4 zn%frvY*(x!8T~A^GsjiaR*9L+`=-QbaTMu4=j*rZ{k4Y)XmN*9`r%iwyxxf4h2y^w z`n$e-Uaw>~q$3&f`x}m2wk(bU&(1ZMYy=tpL%#ptOG!UKUFX;m+TsA$s0e*(t_Uw6 z&m_o3qRc5~P^Uj5tg>0Woxw0(Bl=CG&ezRl1$#d`ms1ol zv%u6jg&hV@dT`doF&hWQ^};{rB{0#WR}`cGjkDz;1EdnHro(m>(sFWk2na{$ z4pjTaXYZ`QyP$GCy{>v!J9Ti5l|U*!L2iuJ;J5E_%={+@o$WbX)u9M+K*U%|S7R8Kft z6#QGHm$i7j%a2>j+i=28^0M1&0YsSL$KRf9b5QF10CHpgqf@}8%_4dm{=>$$+=k#k z^g57?In|A%ex&&yxs7~X+~`i-P-fW3L%==bQ04a9IYL?VxC#eIcEp-4hK)r4kO#l!qCik!~>VWMZYW>5R zH(^T0&y~UMq*@^YOeGq?@p!ar$E2G zRyD1&@mHI|W$fj1f(`T=VJDf}+r%SIg4;i`OCfW!&l7k@B`CmQSzpLA!WJ{;#<~&`y)Q0bgjEw2&k)FJpnlW-+QHzw zb^0~I0ZP-ByxB73bEd%_{*KK2@)W9BJ?p>%k4%W2XM5xkS3=+g(VGdMb%t^r+HIJfE8j|!FSOUn;?=TOp!;5n`GJGSFt@;${x4Qco2^va-4`COpWFza z)nK?E`5Zcm(^%(Eb#;ajzX!_m4rn#-&j&LAa12Efn4B2u^N2$*QO(vGNHI0n0yO6i zX8j!Caqr7%*!Lmgd^E~h8Wx`3MCSLKM~JT1Z25J#u> zwIKzygv_g@$nOWvK}R)JR1ug@E$bHCz zAwHsoP6kquv_xFi+Y-Ye;sd9g<10j^PD)Lv@n^BPez3KorjfEB~#G8GzJ-Hi=mRM8D-reZ!p^)(OJkU8fMInhfw-r zL_Np0+1M+ zfD`VK*Xq#)i!FY2?ZwovlzKO`Ag=;h-h|+a;K5JJ#zeFq5-tY3bhoSnJ z<}*6`K|v!yoK2L2ipjPydLHxBY{b1UxVwTMCkQMi9@elvgg4>%o~JXAYGd`KmORsd zDe*Q;>#vX8p4OhJ95T9E6kAybIYqDo59TEcKlbXFQZs&(&D|-|jD>EDRS3(9x%&49=U3oqq;?PL&7&vqGe@yj9iWtPnJj(R0p`4wJA6-m);eg8PbAa9p8!`a=gmiWMhzrhIRyTZ2QJ9VMOT@-|ML zZ=O5Wp)S^Liwt7v63bqsv>{=={$#=Pt88ybwO*O`yX4T>(l+H1-`WF%qY6dhxVA~D zJ@q%C13zs|?fjF&DlF`OnneE|pFjuVF0dq{2#7J*+p=2w+(?#Foi6!Yo2kSm?Z{iH zUd(t_l^;6ujuowC(UGxh;zsm(bF7K8Vv3P1LM}WVdif@w0{XGvEUE2?X4H{{ut>Xy z!u1LkdI)p)tkIjap%BX{%wRZmV`|wybh0(($?Ybd%6Y$o;ErpEMUN>_nuErd%cW{?QvfNknEgybEOWsRPptr2OgL3YKP<)kLn&uE9-HDEG4y{*`^T{M_YReF)R zVWPI6%>jN-osgrg5Fcw+l(++v3)Wx7~ng;pOUt`)u9y+vcc zy}g&(=M&*!H#kbKMHuz%TF?W(y2>MJ8KrR{GUe!FX^G>WO&;u@RTPPiB!CKFMmzBF zmWN?ovZGCLn}1`5fh$ZcD*D;_i0AX=2DKDqrbef`YhZ6Oe)=tgmcV+0Tzn;QR!VED z>Y)|cY_wTlGo7!33;diD3F#)Hvt;I$b&7N^w5WnUXBAi@b}JG%c?bTih(2@2x1uq1 z9u1lt_5o<_2B=;K)<~gLUip?Eq8&^ujNd{>Es~xNWH_t`POeiwp9Q&ojcy@GJwFa? zC^Jd4UJyz-2oaX^9LH&XG%!dzPeF>q;2Ih0jbRyAQq`S*{xGi5ROhRHWlyCg@~}D$ zqGxDQmH0GY5Wa7cJeZns#-!fM@ia*)wSLh^P*QGMQaY}swT%5{Mt*?gCUAOuZBF`} z-L<|TxO`eCnKozt97#8#JcmvN9Ay3Y_=#Qx%tXE%QL{Yo!us}`-d$QTTOwA=f$QQ` z!_}NPqhA#3ybJ0XS60zf5UxFOoV)ba087ES%-hRBy`*y!YmO0}R&N>4@a-rs6?=QE z6sXa0g%w>WILf2(sRoxm@Qi@;T|qbWo-49u$nJl<3v{VXiA}a6RX?$z{c6?ms)}xRokAc)Zpt_$s2wGBgX6JEShQyTLpfwX? zuf(r2xT&w44+X4zt>;=lVFMLAP!SUPM$P=J;k?H#z$$BL0djV{1=Zreg#x ze>>JnU_R9ZgR_3Sd}@NGIIZQ8l3peF8J)Q;PS#d!XXY2To$%S0Dxgz_}>yFZIv}GzsJf^ zWn>?Sw=~l6F!{51GHE%lB*G1xC@o#I&>~_;3L+>l^qo&&nj9~pnN9^N<7EhVn%xYT zVx$YkysAEJiy4g-AWr=)%sMb_?S^9TO?FC4Wua?lxWmN(8v7n!=)7Oy^N5GUk`vUN zwfW{(-DW~euF{TW_=LWwSaVN{;4p(Mn|j#GYLgf-B-K-FeC8boSoA08maKU-tht>B zZjBqfJ9A&w>=!x@St=M|xUW)$aBY}+1|4QPT`HYrNvM8ur)F_FM+~0K2o1gL^U!)4 z2f#>L?PH*ri-qW>fUVvh2K#~IsHLo8DxTyDEP7qV?!q|>%@I%+sZvFrT|zVC49E@N z^5N7}Y^737nb2hcm!Kw*t1u{IGtsiYM_Z#%J$^q3lSAhnM=Z3SH zUS{Rv_XO5YdwATBVxTH3Tu#YT%17zrLMUMLK1_F(meDx(hFiOcFImoyO9S>fwaCf^ z{?@U23FM17>}f9ySZ=4)5`Z$cxCrDv-o+L0Z{Gshaql1tN!?=9IG>n7L(UC341r5d z2A=fp`v(__D?pB!+>h!*Vlj17RrPV6;hW}P90ekRugV5HyH)$0cFfeZQzxRD&K#+- z=`vRQYZOC4H#P!^lkrYQ1FWvn;#4LWnuLj)$ul#9;#CNv;rpxsoKJl$Zg1cSpbK~+OT0ZQtiOqeUIr))vb%0LK9{k2-y_rYF zap~}$vTBq{7mCy5!dQHFMkJ>81b=vcZmD*?PQ}Gt7?6|l!I(>M?GStuB*XYrpI)^W zNJ;J5sa^Fjql{82My?iorF?~)##l|k-qgO{{T@!ZM!{N=wQyKtwtx9k>mo-KB-q&i zwp856979v8{JYa&w~4+ywfVUpBvl9Q}kUi&n z!%3hDn7A=LL|SL|ft0bC`YaAww=K+W2z&%J3aSPRo|89pA*`#xLGfd1IJD$32g|O+ z6H%-q>6=rnZ>F}E-#82?OiivSeUoxUMJv6D1#U5oH-7n9SP}PPL|#;XVIw0Kg~4c! zTAyLdpFm5EtG98-v#XaU0y=ajQoHBABzX3zc!zRXZ-3)ueoRfFS-Om~lHWI0cfW!N zx~zJ(#ftjIK|=eXMkiAYvxg444&&+J8z;y2WFZ1Lw9&WYC5!{}doHNpxmpF*^L!P2 zIb)lSWUeoceag$y&Sy==7Idw+S;YXSC?MYYmbRc0CxU8#B4w0IIWo(ou2giFtH z6dbx#bk!PHigKintzMO>8Io=Y@qp5365c2i@=2JXaKvP;&OlxSKyC^|=5d?Sg z)&bP38VGfm4lKF@%EhAS%Ss9cRgB9)_V2YEZ`5($kOpAG3e~2!i3}h=QbotlCP`b> zAlp(~DuHZJO3ULuhz3sgY=%`Iq=e*?K=Ks1RHN-q&5d`P`lJLL)G$d)f?2oIvscE) z5sf2VQX3`&e^Rfa2ZB4kTx1pdC!b}NWS)4LLOe4pnT;#B{Zfxlt}s%w}mgAFd+Kf=X~D{n`G@Zdb(VquJoALYGO-7zWSX~ zXD>bp*}vBUpmyxlQ_QL@`=%Q{6C#agL+aL3>0<7fa z@nWkYx4PK!<`fSsIII6MK%DvlmL?yQ{vrXN& z$?oI3mOJOYCso@+L*Be0)p8$Aw{4Lf_CJgCttuS+Nm$!g6<2zpZ{DIy?+|CJB{iKB z!%Um4k!W4FAv0f~Q4`th>RI|Fr;0fwb=$3G@4}I^EH;@n@ESF=8oD0;v0Upwv3O8J zd#nGa%}L_|vp_%E@e_}k*TBf+UaITl<91?CO98_|DDw(_YR7g{Pr|Tt%{Q;t+=Nz% zqC){1*58_0)+t$g`1B?I5JCl_s6cp{#+mG7G`gdV@7D)Jk?R?7QNbB_zClh&;fG`) zg|@ig@!eP+5zo4rmN?x$*5|UI&y1Ed>w85-xR!|p zZXx3whPA}aRD8DeeWKn%oIC9e>#^AKV>|mnz6*zFo(egoh^BGeAY}0dHb71$H~OIP zBU&Y{>U4lAs=xGI07_bPgAHc&YV~E8;Cn<1rqOG>JGxh|vyajVP?M?6mx8V$8v!J? z^{=wBGBLDD*9nTGC+i!vyjZ28%nmtFAUboQ%AIV3l-kaF&JQaxc)a^A$zVg zhw9h$C8We}Es}41m#tp~F>)I#OHSuvpB8->ys@1sTHU0ggKZq>xYhdAI4rI*0=eJb zdjMk!sfxZ|(+73xg_&W17;^5}N_QzRKy=Fua?<-86&ay|Kpc(R?6TGQGAVuAjWmOX zPqFDTqWE!IW6@+HQT;I^?;Yz8X_3%RUys`mf(bl|PoqN_aVE}DttukKVTZg;&&pW3r z3UX_%d%M@|VpN+Qg96Efies*L@T_L-j3fn%jeQaREEwqBNChWmgR`~s={lyUA=IRU zb6AI5jTa;|(=IXSHP3ZFNx>;;u7m|ypenwhT~=vQ%2p8^v8S?Jav&p|pTb6sgNQ7F z=}xbV`_cpu11`V#-IJ}OynA;%s-{J2{mlQ8bHIdVSu=ltySOO%t72TY?t7uGFt!^a z+A+nK)Ez&(ESxuR9oLy1Hdk0v0xpUQqZ_v8Aua^5A$&k#42MP?Q>fI3FGlqa7I#P*UE3*B7tW&T`!ND>N&7D<`O1l+yF1O%Bk5&U z`cxlFC~sa0$v#G=DEw#&TOS6Aj^ysGYpM6*u!FOw(yuD$Cn6T=da-$r5 zS-b|AI75IZyfi-I^TA8sSAX1IK{tWzkq7)dPsgxoUJ%P9sY zx{&uP_#`FOW>_)oQ^f31$VLe)fSg}h9=1x}2oSj8Ix zO4U^Tr#3K`l44qF)sV_fwRmUjkD^qA$QKL~o%DtyVyZkf>=Yvvm~@6igR9dIR9B;J zWC!_d1VyyEM&z7DgUH*C!W&Xvav`ydE&2mIrNbw0o2+DqW!bL}hh9b?q&~fHUD6`P z`91`R1d}}IvC9uIrR99nCNe+yr2p(MWN8pE1#at#oe7ZGHXwOcrgRyUC*A7l)VoyY z$tCIvN+^o1TYnfZ-Q2JjolXeZ;|f@p1Tq=J)B84G{-i51iB~O8O_@Xv zwz4d-ibpjyZ9YmYkon;%NFH{WW4g6QQOro|o4g>vRjT+<9KC&+ zN`L;VaNAUCup~8p5?MFmt07yCvFw&&HT|$;W=7SE_vb%VT+%{bwKFzd-8AIKh&S)6 z0h>{rEfWrv`pA@S61(PHyTO9LeUOS1Pzt>{^y{fw3da5U85;B1iv<)4VjPerN`E1T z0L-6unSt#KZvfgu0qpA{aN4YJIZV*kj_2owed_2Gd!uq%RK!p&hw>@Jze%&TwI4Fb zWnpmHe5(oOJWyF2kQ7%KqAGG^NO6imuv}0!-cfW35UrbA_oX{SK_F|Df&M&Srx63r z;u^q;JRF#DujKS zVa9isqnBttGM$$t;FWcb_H5!S()9dRwKeiTdJj<>0)(< zhIGv4(in(})lL4L=(M4tQcQe0+`vV%xd{KqnfR?-_3h_dT!#m83WQmT#LG6&QkMo*f7viyl9+BA zoRxD`QPrHISnE#hAO7ZQZH)vZGj=I!dg#i1fhIh4Yo1Kio?{#}mb4B9-wCi)ooLznWk_l3>^Uz!X) zx{D@tDin0Io#0?&SYv#aXHjk1vil-vAlUf4C**P3k0D)Pz&Ovy4br)0nta8r2*lyD z$%SIlA_aXgY`^A>?hgCy&6d30reP;sEJA5*GiG>g6>W$lnNRzfm(+NMAL)>L`iq^& zjC}t40aAWZRY^MNE7S-TU7=p+>Dz>msS% zO!*cgP5m^c78A}Nvg`P8@%EG`A4l?a@Y-~LKHRus59p%pjAQnuCVYj%eTw9Mk8Qzg zAilvCzOzADbU)U@3|TpStsm17Bk8p;lb=g)x_Q2SCm-aLPLMQ5pr?RBR@aFD1d3my ztw#M+I76gH3&CI9h6S^gjhB=VuRH->i24rk;~jbJHxryv4!r1F1k%u%PRW&z;>612 z{Ea^|qP{+Wn=VOTs&usD7`~U04G{V@ol^IsZ}z?ssBE-|0`XwHIe8lc&T4AF>G92N z-P8AvVJlUrMaJZ-nGQRfjpxEp;f~an<3Oa%50HsT8|o0L zj}LUgK>_WuYH9rtkV=y1D%C}++>z*RaGPtwG2~M!D6w@&CNDBfGhfb>frsp))B^`k zAj`8>h`#?&>2m+7#hpFqqp3My9gOboD36Ou--~w=r|2uv=^xmhR({^!^PkkckW?}} zTJE3K!PtPwSdiC&Jl_7;W=v5PA}x68rb|_szLa>p+oDmM#SOG|>DIyc>;e+`?GqQ6 zlh+G7M)zTrGB?dSd?gR^o;|{zhtO@zSZr!yk2Y0;EQyr!Op8a>Gw%)|pM8F|^?lj* zdVqgF5>QdpMPFszZfrI)dzA7Nw0vwce>iEk>iV~wB+jk+*F8)mBYZZMP6c_>3x49c zd)&90kZZOh=Sz3&H}bX;sp^D5LF({+lj;T&2V80 zcXcEqx4uqhgqCETI6dSGtuXcRR4v|#Oh;&(E|V)gSUy?$t_@N12YgSZ#z@Y#E-i|bCY<1Z>?IhGVGaueSxb|Ion!l<(;qzobGp!g?eS8NE zf)9YKRMb{6uP;C9y|@f>56U6AId~jK(yKe6X?)PQxCpFGHtq(=)GeXnh}P=fseeG58+IWNZrk)zq!uxb}8W zn&w_jk7LwMlZ0jIZIQ;Ro-WVhI9li>nfP4cWb#b^Wk?Oe)Vd+fWs0iH3UZYUh2sS4 zX)k4U*`Q>rOr<>0N4FEy&`~Z?Psif9QT)q>@Nt&t_7^j=v5`z?Xk8~P16}8!g zamjW4;1`V0rucj~_Xco74!B7rYvsJZ+f3OSnXSrP=k8sPC%QGq5_2GuE7wTIB-iE^ zuE?WDv!I9~g}rY13kC_r@V|m7c-sS7Fr|_Y5#h5L4E&tEY=<}t#Is_;7RP`vo4oX= z6eU;nC;~C9uK;IYX-rz|>A*a>^-oFCZ%M^PRS7uukAS$sGd~G(AzRN-)rq-v-;tWm z$f$3Q{6MA#-M;y}pV%GHMwVe{k0Z8aY)*~;ltWmlT?Jl+yImiOj8;*=sU5uDwUv zW1L6VCztOM#xNS%R)1%dd>+h*CO^L(L1oru$*$go;+lBehZI#S*R#z-@Y+>E>%jXA zy)G8zdKM~Fb=FyU_>FtYXn}!29wFquobspj_b1tuz^Ho*Nq#DZG?RxlZ_5<3<8!7u zh17QAco`W7eEkpK0i$};*gQFhtBZeMqtN2i4vL60%HNO-GM0kS_+{;mE>8^4y z!zar_)I_K7tp5|O2rJ<+!#pNZP1vm04J0ti`QxO1zd{s4#6q~aYr`-?gGcd16 zJy?&I&fIiticrtsTou6)bQ>k z`7Zu^V3{RQZoA2B*ePjPpP~L++EHc)8AnmmzJebkbe^-phLkYL7A>tXsJcL>GS+;n z?^`*e@C+S@VrjL8y zOkPuZdhAu$p$KM%Qg}*YU6`0eMq!Cb^a)y6M#sVDWR0E1rG_g9tyx$x-*s@QfM02R zk1qX-%=sVIR3Vhh%K_-LkfT`axez<%_7+fbvy4`>=UYX5Cmm!X>E2Z%%Q@t*ZdO!V zjcDWioSn^~^aMY3hhM+G#}&0>%R7xr6;_+4TtXnkU3$iprm@T0C9;stZnM4fPrqTD`|hE@V- z5|ZI=7Im(f@`I1^kLxllh*uNxwKL!qqtr<4r?5Luy46B`f$D5E4e#4uOO;mLd zYBxbP^~ce@oCI`RcK54{ueN60P1AYze+~o!<8hRJ_D&a)O6>;JWdA#uycQkd@Uw4| z$Gzi0d)*+vE{}8rAZp1U>&i?%FJ3P>IY5<=a!f*`e1u7gD9}C4BMouabRu zCw?a}?P<#Y!~m>1EGp^`K#e5{+f)yxKIU((EYCRu9laicE260M2hto@KDk-Q0GRH# z*gU9zt0@1U^Dzpb^WR&L)gior0epicEGjChygR8e{btNI<|5@qE4DW!>FQ+}6BHuP zM#Qk1^1hJ&W6b~Z$HxpvHB+V6$OBS+R;ghDfIp{U-kV%3n7RO|HWwL|l5}`Yx>wbF zh^wlmGWTD;{K*{UB_jdGg`ola>N$XVKSDGxHk=0K?v`sIuD+e7wW=j}H8V=DGG>bP z-rG1EQA^<`<{!UO4dhA{;e1d4khLe+FmV3>p8_Z&?8ZZrI(ejsrllY7!f|OA>Oj7~OwrX>cTSs>bjlUJ3Pa*=q z?vlqz>!E-AN`W*0cE3zahePo84n#*kE&=LEqT$g8C3LU zNtEY<&W@cJ&3}X`0ri*A>5_XKyHtVO3jC|PV+t;6N*%f7*g?6G8nh}C?}20tQ!VA6 zibDuGErocjRsT3N;5V=PJXs%ew`Jx{e+(yv<9p6W4MP(gEQgJZBUnTQwL4WS^P5G7 zm6gFp4kpA8&X}blg&s}0A2#b}ipUo!M21uCJ}iq48#q-q&b?1IV7*D(5p{BM0w=Bv z4i67HBf%h$ct3-QRsQ9+we-0L-~)6jbQzRVppHk~Eed{pgCpd%N1Kd4GM#G0Y(5%m zl27r8rtCJ}s=LZ|R}sko+?N%@8&p#FzkTIje`IuFVCiT>Q(u#L^SUBak+9s&X#1|J z0CKWHt=gMr5+)j&1rCYUnwOOosxn8|`jRT?&_^fNh*YT8V&^Lt_2Q2A* zu30ZzNeYY3`wZyaKY#jcpQn!RT%*3fLm-jycn&9_q&kuLnMcioW1E*m9>xQWiM-$L zU!MP$H$l&D%LX4neK^0z{;$3MkINsGz##0MW+H9>wc&q$=pX;=w7tCzkB$Xu{=JL; zxc~QV`22iLqLWzJ7#>RYA5Hzo<&V4HEqf7H!2K`X`~A*l(X;0RKbIU02>y*Y|K0K; zF3|Gb-4FWzy7libk{H7wsB9mUkO65R|Iw*`zuasAT3%cUw0Qo%kq~%?jh45K(b$;~ z56A=h-{?qk^}FRqZUf}Mlj|=Y?^Asa6UWvF>HG5k(Q-Wl(DK#QJN19>`G1XzcNhu1 zY;aCfxCi5Zr%oRTXt}->Z4Tyt8wfB=J0*Z2hL6}8!~a(X^X5H523r3AS@Dl#|9@ab z-pj=m*uSklszlzQx6B&D3#$if_+Hzzz8p zxPRa!UO1!^hZdMqRc06jg-~yp*h_pCJ4eWLVZy62C4d7+gkcqaWX3(3%{ZapTW-eD zsUF~bNRVD-6owMd3H~>?+X(?&QF1_i7W51T4`Wux4@F~x0^is`l@1nQ^*l2en%(r) zdV5dD5FGjfv*Zyd=^q$3Ch{3bB@TlwMCh5%0hY<=uXpX>g9Z9c1c2*gc;R>)q{!d> z;Wd&Uhyd><${64wko>rWDNxPdekJ<1C7y^e%BHxZg!u;oJcG#w1eU5A-?s2GpCVkD zwAjxtk}n&BUXgn9q9W}s7TD7v{%Mi=j3c0z(S;G61J6kzOj^%UQJ#rX0E^2<1ACPq zImA7T^A7@WjvQF7jZpY{zGptKkn^^sml`e^n-p*Yf3KlcIEV1;xa^tL*MDg6*Ly%* zif8n20%K!>ahxtqW^yIZ1V+bOf@D)NG{q&{^4}}l=KviLiG+7P8o+aSh?511jiGUa zdVhPc>Di7NLp$vsNWv=$i=YxG80HF0zcH-YbW!5}ds7O9TFw7&P5n17{i}>5A%jui z0wa(i^Zo5Pl3G}n1q&wUKHb22l>HfJVz29TcSsnko%xGC`acW_Ag{t(fH`7~lq=r- zjV0zt%T9an8@JUhFbs^h2NSK1ezMI)RevM~F*J?dc)}+$n{VR`rX5pwo=aZ4I{f1E zds$*ws5B<)AJAIv8vj96&cws?Yn8>^IJ3#@N0lz1lvy>S zlES}d`3E^Lk(CC*KTv)PSRXK%jnPPIiEQTA_Lo2r9QC79Vd9~JF!^WW@U);F_M>{^ zaqq1l%CrNu8mmJ}$!qr8cKD^-G>@p0%BXP8T4`csV5#ds{afiBRy;YfvqHdq9&>SN zp%&Q4d?X>TNuMp(r;D^Uw$+~_{Wtq7&;w>dk=h-{POa0!<&3jiLUsPs%Ys_IW`3_d zi&aO~-bHOQrjd?0-rGg>TQ8>1g>=9OG10gN)PA%opBk^sRU`Y8#C>VYS|l zb8#BQBr_RXrT6bos;<=E2Ocwn2dNdET)D@@>A_Z0mY@Qwoa4e*NQPWgwC5H~h=h z7i)KC1bK>$PIXU^$#Q)kg%TJ@vGEF9qf{v{-}NQ&v4%=IOO7)rt-{rXyH|M?KgG@V zoIgG-tFD2)7~S*AKL3jj)&mx0kIf0i4%~r}S+pbz;v*DN)yh#Q%z8Dz(7JtZRQ~+8 zG{}LQT-juj=1G~>({{g9%x%4PfDk&L$gmOlUjbGmsZYLqt0PCv0$YM}#p|f=()z@% zlgx`InK~Dd@Xk(NsuShik||K0Hk7)}ah)3H;`$>H#QL5Fvdad5<=4e~lc7YI+*e3MAU=v7e8>3!n6m~Zf z!ho$7(EvAUohv75?o_H>tAmGcQOB3=_>r^`j>hfDaQ)4o)!Jg8rVuf_-1tprT0{)7 z+!i)KA+{@8b^rgN&>a15wQz-2FHZU^P*vcicH)WrWg_F|ExxZBkD1i|87+Kc8cPk1o&D86O($~dBb`?cG2zgM50@4!CkhllK9K46 zHhkzM*l>99Fv9axm*#ohj?#Sk)%iM7xIt>VDHldhY@*n8gd-3|JgHPCL+)OF6uQpm z=SzNHuIG=hHx!cU3Z1hmEUrZ*eoyN)5dXn3Q#i~{o)6J}%l>ZQGvz1Mdudko$#8JN?_2tv7wWsa;OmxfRJeSSW zgXoofj)#-^%5sVenA&p+Q5$~tlXlWG?GAsOPj<<1^qRFqTrjxA-lMimd&$;|e%l#q z>sf?Oi(@I{#p)+qQ%y|9!w$789`^GgeF~lzT%4zy(Tj2PHBOh18MIa`q`u+Dt@vLQ zJ-ApcB1xqZ#3SbFkQbD5kJgQys8-FF)5zzU`Z7L~w)#DFiA+ZChtP;gWQbs%?jIuD z*XoT2^c9O<{Fef+kOAx>oFnWC1$H0AG_UQFX0x)!{dtHloMpKpGQ>%r9vK1qxcy3v zMH(_~xj2nuQJ@7Pyn1k6nG?7uT`J&tlA!f-qiT9U(s7fs;>!LpGrm6an-4@us| zMCPQ*FB|{zoYf6PjqR$ z*-mZ*aX8XcQCW_l9?sW8tQz_?J^RTK{rnTpWO>AvOJ%;E2@6J~8B7@1-TS~39)us9 zmGXxuaMvt&x;qEKb%o%UOs!C*4~~7=VP^%^dLEkh@GJW*7Re4+<=|1-CG9<3j;|DC}d?t^7=p?88hB1 z%_n(*%|e)?_tCVqnAqz=R)&cssdv}Lk|W$)^~tHQcy#=@mEjf7xV0rM2iiyiH`n2c zsV1()j8ot$s}}PVrN?7_GLySh-Jry)UDm20r-cUkS_{BP(OBbldE%;dk-cs0O}3~g zf0(YZl`Qh^<1CyirI5dDOr;~g9h$E4iFh#jEl}GT*S&<3KU?bg(>T@Gcd;KeJ1+;7 zhm{l-#it#-ZP(T=QY=nV~#gz?Mqj`DI?gKFylnnlrYW#605| zcBZ~H`lxDEjFTm1#-&pVg4$Mkr5tkKZDv*_XBF35NzT+9LY)XKUTY9brg0B}II?%` zIOAEX99g`FJJ*jR z25np^iHm~>X>EE%>R61kEY0(1 za0MG3<=Gny9$}vREuSg^HqYY z?r$TDQRLm`&vWW_8Vp*g=amWB57vxE5(%+iNnUX)^^VjmR68bHwj?fzf2ef7N^HNP zZ%Elg&Am&x+S#~&gR?Rg6^EM;ucswV&R?xl28l$3gs9dN6|s#+0r;BD zuxJflNK{ z3syw?(B0WFB9+4#beT8uhxBl?uQkR6;NUbM3wMt6 zeY+FS;R!dFy^gtR+iDt%f98ZNvgp~_Ko;Tm$Bp1 zOqz@4nw#%lgs-FFr?~Hzh9i-rAa9_|*7_7Q>tWkr(w4Q>>IQ9$@;9>m5I;T0~1O(jZmo*eScV zL?UN5=(-&~zalzvTMecs9CW8l|7&>Nyj zQ)1@@!p`Ed-kLS*s5BYLo)sMs7KQt&=Qwq4L$nkZeNp7m&V=jD{5$2lT5`{+7oCLx z8u*+xm#y(?vv4mypdwLtn9NZ1s|AfZxH~LP_zpf`J*GkkIDp#6i|W=mC1FHQ$<2pO z3-u2i#BYe~)oNOdm9=f_?=GSv{78;tl~E8SFJ03-abYK3HC&VC24;;ZOb_tn&bT^h z?P3<4J-;jVx`?!$ro8E~nyl++y?IO$z*_O>ygX_xZ6X*lOJ7qDT-sCHtaV!DvC!v^ z;Ji^dQ7Y*raQyZ}wSAfQL32^n_{w45tc?;B;dy821DQA{VD<7`UriyBK_jwDA%rJH zBFvme%RFiw;kw+!@{BZX{aPCTQj@c7$>F@%imMUzbgxpH$ChU>X=|lnTw~(a^L8D% zY4_@2Z7g#UDCFL8X+nZE>0sU~ohZsfwd-XJXUd=V%XdTw zp4Jy@vVnw{FNN71cHiLa-VY8xM_Y6*#rL?ZF0p;Q%+gMP9?M7YY#-Gg>sC}jtPYE_ z!v;FcrFc?~T8ZAcN~^)~8ca^9rR5p53V-TX%ej8MJJwuT-s!>ir8~0yWoUH!XmTGt zg5AKwS$(%B9*f)g1-wQ= z#WQ=?RER!fAO7FnE0RvYCue#EUat_=nX52d>ul)>OU@xIJ23MRd-_P?X@2ob^?8$- zQU}{uXAk$z6*6&6_ekLtlHjuAu}GmL^G6qzH!0iS$s+7_=KT1HyS{to=wAA;Y)AIe znaq`r3JAt7x6BhgekBh5x-%ot;7&}iCB=S}5W~to=K8rPu!MW>r5u_kX0}P{6LmuN zXx7+PJ`Qh2RXEG&zpx=K(hB5|UJr3R)VK0*9{C6> zp8rUf_L@^srbWz5h6SY9nwG_S0l{^86au1!g>G}yz~;M99cU^i@^Q;=fz=gwAN%(M zUw!Vy51Z%Uq7Jh}kyV|O<>>8m8j2aq2P072q2{pNeA1Xin!;_Q^(7UJb{GU&N_^za ztUyj>CD&sk7DJz#=JQ%@*KRJss6bodx%j&Rxjay{0<(Jou^UaSC!%kwou%1>UXY&I zM+ntqf5{_yR5Cir=p@|-|?y&WYaUt8q;9z!cB!unK1e5La`z|#! zIf`4EvPE0syPsp%MoTb)I`*mgSmAm|D@YNBVfzIzsS5-Vsskf>SSjJs3lmQTnMa<< zFumVN$OzPoW2$}l3T%#M*;MQs1-j9p%-7A-nDzYm39}>X@6`EErgOQMtj&6lHhZhNW@Mg<27j2Lyc%PIbx-v(oZ zOw0RohW4Xw(Vh<(7ZY6cQtS|11m#1Nq%9~7Ep)|x;4&xwNYA1tbQIF|ZraO4C12@_ z!u_YFC~1gh=8D1U;47Z?(N9c(bwx1MO<+x{8j^W)_a#P@`{=}F?WGs<~IMW${gC* zeu{i5Ap|Alv%B`P?9)q(`lfd+W=%P2On(6?A6&=fy>iBDU~#NTR@c2|DlTrp-*A+h zEhfYYVY^%<*VxXacMYVerTkQ)CEuiszo%ug60jes=sQWwQhcvWZ<@TavIr9@cV`Am zb#VfeyTSA~a$LT*(#bco4*&M+GOLQj+#aftX#K;qDUF+lQ@G3P@XGS{2D*!pGMiRj z%iReVg!M<}`v{&Gc0}%wbGtut1XBTX8e;jYR)_La=ejY|H&Fb7!la8gV!4S;^v_WA zmjEDNbYIr`^U(E_D;E*a{aIU?uUlo)$-Y%wwn?07ge2@cKOj;TbonK)^XPL*--3_z zH~rLBI{@>($_)7}gj=_}_8a7KJ$1Zhz+p)a=NBdvcm<}KmT+*KgW0`>B3Zy5U_Nwd ze)}wU>#tIqRrztz@1046ypf8&DEhtmi? zT@}Ojc0;jc)Zeo!l$X<)i1&5wb}0F|eBI;aL2_4;=xqr@`H%yn#;fMtPv?Jl30dSd zB*338TcN!;iQ|%mnv>!FyF((Ds!yz+cV^^>%}EX*QAWDm&WHE(66~f`#TmEq=<-)r zjw9e7h;|8%M%7RblLfp{-U;Q=7QM9X4w2gr%OVQHuoty73<GQ@OP6QH~baO7%CaeUcQ>FC}!TSqOiThcIQ_ON+BmTrf zPjnz{T^CruE{ySUVK3xP&b1B&y=jHcO75ZAh1!XC6f;w=zHW;;Qr(-`434pWXLK3w zbuV`y=w($1HFaL_$%dhSFe`NU>~qcP*FbAFjTk13mc%Dg3vK%HpE|q4DEs<%52GVx z&YEdc`kq>qm47pmI~as&^zQs>dMOW}yxD&-n@v*}ziPrAR40~wG|&{E%7T>Y-87V; za2=W6zBzTGvUi(;eD81(SxVW+pm?H*Ya@+igUP%i@Y(;}8GoD#tDzYFwru071PANT7>L9h5ru5u%vc6xQZ0s@PT z2gM})L<(-Xme6D|d;frG%)6y9#rVCcr{g+P2@ONN`UcBt_3M?dnnl4kE;z`#Mm7d9 zOABUBq(zi4%e=u;EN~9KYi0W9-gHBIy*I!DDPFy2T4F|a9NYrE2m0fiA|L;Q@LZX7oYwU4xwIbpd+_F{uLo+PG|Rc-2y_i9NR4lY~i&zHpzy4>{5y`L3kPhF+6_JFx#XMPnTEK$x!%hQqj@Xp$rxVwP zf?*QJmB+SC#P)K}&BVl+y{;HMaSxH~Gv(@)7}Kr8D8qyO?&m%_SeQP)IgtLD%j}M7 zS^WneqLk#t0hzIPGSpvvYm4*dXSq_dAF1bK#Pzc>Ehs^^X$!j^l_)$cfRAXwe36Q`ePxGo!=;avTP%+Zn3yT{ zJ|*JkxxC*vDB1`ONZo%}mM7iNRuG(>FrSs|H!6KF)zR3bC#~a*bBdcdu2IBp^8EuW z5!A89O%;AXv|`9zm>XUv3L#JBuJ@I6{}6j}yiP9Q%&Itud7gVJ57T6Iykmh38+s~- z@C#S1!!-_Fdj>N+RW2B zB?^iZ+T01H)N~8m0=KT$_|C*jQ1W*Irb<)KS6k=;AE$fk^?S!V@@@#7&(`?mN^x2@?Jv3npEb+tJny)rjh?4BVyb@aQuu>YNH!Zh1Q_Tj z_-_AtLKKuv{b8o^R~hLE9mg-O1LW$!mh`@(mB0m2qMqFfLab|)Hm18K9_)~$kyjaG!wL0OaeW~pR%4GUdhXKAwQem(zEMv7? zAY0KqaT+&wUgX#@(J)21$2uvDvUs6sS5Og*yqhLes!kVI}EQFy; zLGJf^LCCo}b&|9$>{G?qBdJ=>TFo$E4xvu22XL;Pu9a4J}aykA?(q8NUqm-ZE!H^kuYq239;tBN`&$eYjNu5kq2n`-{i>@uStu(sb^th=jph=R*=;W z-Up~*`8G3rcQ(rBFJ*BI>y3>@`YbfMnAVi5n@v4RAaG z0~aCmSxtd}ofM0A&wZ`g+oWze%3HmdnV|c_k9eALcga3<+X~(w2{7T`m zcY&Nf58-^OB}STujn!0>MpN2KKcAnZ9i!s(34{Kb)OVYD?`H(tXqs<7-LgNs)RdI3xEHDvB)rCbN+8X9!M`isl4VzdxfPog z`}y)h#rXXPyatO|RSocHHTTgyjP6}+qKd?Oz?oC`EA%$BX??%ww3bxnNUcZqb{dx_ zDVN(P;2@v23S#+K`NGtrkv3JNT-Dh7-l&897VejUG0-G01^Tf5@EWx>3!yXnK&Nr> zTeWLiutA2c^=Wr1CnFchTlpY&xEcIRm0YQo#JnAJFJCnHCV|eZ)WVUxUJkBae7_tx z{0-`}!@aDnD~&r?o&N)*!k-1W?Di^i0g7IZO=IDtS2J1q;jSfd6lUhiaklcIpTW1e zepIc4h7p&qu__aye(yyfx8QazxWO-U{O+D>o0%@neYm^mYP3?`L3*aK?$cYZoCLSt zHo&<2b^A)eon^cYenN~gU1)jdbU$r_!xDG%Xl$3F*I{W^30(%5@2U)jxul+1A&0qb zOX&loCB|yZet;E~u^2~Cr|l2jUKU=p&rRv2$y3eDOxh+!Vf_UD={Pgn)l=a$@kY)l zLEAFy#`9P$PUE(@JF9ytvkLxSn1IGy?_kY#T#vAu+KG-70rXFwRPXy`5po^EYn2OL zsXpQ4*b5f~XVO~NZMLVK(McETbsgyt{iC_ew-#z2*m_RcIP13Bdf!S}nOC1L1M&%z zR-2tyL%0XuqLizzLSJpn!>GjKOc&r_R7VfFr9>Z?tr4Ssuu_5M{^(74@nj0#fmWc2 zl@PhD)N{-;6$3&6DHn&jS!pv+Vl)p(JU2aLqW+9(oijGK%q(!5WKSgo-7BC6=j}IN zGi1295;!trO8fCt_`=Y=-rWMi2UNP%=0;k!w*@biUZ+q zA@}1HfOhXsE8%DKI>3ejie*=)Ff|}#jxw78-+Fqc1s3g*njRPhL5Lt6wx z5!fi@)buBCh544V9Ne|Iq8Wye{#NGzS?+AH66dOCEmL`V%V0yTk_B)MeoQ6nUK%$&$B^rK;QX1( zIe`xKSUQRg-$jI=v>4Q+IC3=Pv+yZTNSuDRB8xuO&0mWT{7;ZwfYNo1IxPpWm%wo(Jnp;TR@$s%@w&U6l1LKlY^4o@dB_dfmgYD-)enyin1 zBS3QfKB)?KN_6qlyoq(N^G?@cR^oWZRhqda80l9Wv3*kK36xwpBR;Vx6r2Mf_3oeP z&#$S+zJ3T^5HHT5jAKjjifnRQ$D7^Db^SAWl+cFw3^0YoySvUfUH-ee3}xZA;$AKo zZY)R7#sj#7=XhiVSV?!|P9t)_>s6nNyXJm^b+DJ;GJSY7>v(*$yi9sWoCqWC66f=* z6j?(N88{;J>ft!)rh4r5LAfO~MX_^-#L5`KST`#sQ@vq7<5Nso^S#9gW>3E7tWx|0 zLMkoAl|qz?Oly*Y><#=yu(#3O>a=CG4)iH_)sspB;cXWu;F0sUx6!4*^+1`b3QNM*s7IL ziVfM@9P$*l8?za?8x|dXk^vOZCEByb@IBt)TJ*fcPFkX1etAkpM9qS8HI=bn>KSJk zq;qm3?T}3nTpw#w?7?nZOMfv3_6vygp6vWCHdblZ?N=V_x_z(ZeV7((Krxza5IEX< zD@&Ohmo!mH#Cwe^LN|k7$6CMkTCY%39;fx2^p=T_&U`}Eik>cY= zpz|CjHH3a6jeT51VXCB?0H*bX>&o+%&ZQq3+_!Yc`_c(1rL}|~q$3>G6uqCl|I|?85ar=@9n*Kg^)Bx=z|ywJvq~_B@$w<&^?z^NBIeim}Vv9Sbs;_xd{l z6%Z`<8qkdIL(YC~rs{|>OB6}FaN~RZd=`nzc`<#? zF4Nr;Iq)mE;WXOY{VnBMVfn_V3P=^NdQx2;_Q>Y0I$Pzpjk*$l3$!U@5lUg5F5W!k z8|mWdiRH5C`Wmlg+&M&g36ikn#d!1#u%#|P7aL7^+_aIF8qpjt$^c1K2trQM+`qdq z<%X%^8lbDt!m+5mt{8jmcDI%qKu23Z68GF*aCr!oRsE5rBzmK4d|6zO&&o6gvy)T1 zcT_xZWMW<$185GXbu@p1FD)++!a{#^qJ~=Uy4*v@^oZo&DHB0IA61Fc%cT?Jw?1rQ zF8MBXmg}{tN}(3B9BdEBY~Ub|7UUt{fFQI_Z<}Sw-N}!i116iCyhzKhKtht-?w{;m zGQaa%^j9sn4$B|Q1|l!Fug2+rf8CRcZ>sVT-M30#FW3koA4kl`2x#NaHDlu1i1r1# z8j_&sj?NhC3?v(T?rEpV&_L8opExz<)%X|B4>ql-uJ#HL?`B(pW`)h@VYl@eJi=sG zvA@OOTewKe`S^AW0Rvu!mV)DpdGhn&0*YGRoH7uPiT4T4XN<3Eh&uNn&)^VHavSs} zi~%aZHpA&YJ8|og(Eh@uzAQ=VV4-12;4zg{9(nuuTO_HWhdVr+{ovwtNFC!6&&n0y zq1s_6V(MUgdz!LrlORqEV&CSgWIC;IU*j7MY{WHX0QBXj0rylJ*AKd~P{+%reewqj zOg4hE=w7ov$PT@cr_9dGgaLTB5~ZekN35bD1~10B%wgtUq%AsJPzSGE9I;B!9KZ!p zeP`LS(D^IX`v9oWb7Z|RXynaHd&^r?FP+Y3cwhVp)X1INnMmvxL2BF2WusAjA3gJB z7WBTvP&&#o-8wEcFhr3fY9;7-INmB+?u6cl%ps}Q$vs6W4?w*$o~g(5+#d;*k4uom zY~K9vCra)#=A{RQ;yb^dAJwMVlz~0e`qpKs0dX_f+Q@j(I`Jw`*cXSq_AQgtz(?T; zbJ!JpruEWG&~Uiog97V#^n%X?Mofaf#+4p!Cys08_QIyj*r~bU(xE7 zT(*gq5?}TUB57i)=gxFViWMa@WPf^6tkVJs%2EW3@Gxa;M(fQ;v(mBKj0G0^eedU^Y2137H^+Mr?=M`c|# zMy+kl^aLYBsIh1ZCN8W10?CcQ`e-O&W%NAE-P$tyijtLcEYsu_ON?tglQu*_A{P<- zd68V*2O&GEtJhzrW)imVO6h(Q8_#{PE*itlX0?f*4bRW%3uQ9kzqXJhKIE?L`zEfk!ZhK*$OD_C zO=q#t2bjxL!(1Y%{?u{hgjYDz5e|Xh(!Q&L9jgtOhCLI8KyTGc!m`5`v!=_)Cj$wx z(1xu%5%gJjuOPZ?K0gO=fj#70nWv!hfN*Xi?V5o`cOBTAXySo~3Jx_{l$4c z9E~7k0AwhW)MF#iL_74B-c9a=N>)-o$N?-WkwjA6L7Vq%E}pgRplC{XtAbPwla<}a z%F;jw$bOrV)zLn6Ua+2r{{##-MKFrp4>Q*%9}J<%S0h5rn%>>KdBQQjAy7SxBMWtD zB}-r}k2IWkf5#YC?U7JuIH-2u#Z=&J_GUM}KdkgS>k)Q{R*Zp^9nqEYgafP^_5fk5 zIq!quF#7|E9#DMlxtVF2;K0xO=UZO{0G3kZ*BI(^J?i`C{S!d5J5}cE+gS-tJTX$H zA~F-DKe^7`rq_d1J0jD)Qq#ef{rF(6e))sPy`^q87+3wX)erdM7w2^uRWg94jeU{D z-UL$TX@wt*3#XL42Rbz}`$ntWf-dwLIc*_- z4#(7mECe(ZYLXL@MoGyz<(gWmU6b@;)W%4WY@$@poV_O{UKkP#vL86BfFT_oxC}B| z)u?Yz+T{+jLVd~0KyuW7-Z3sk#6lGZC5};MntgPsjX;y?*9sns7r+`KkmGD*7o)y zn~3_RZh%fTQ!D4qeTG&m`_vlufE?{jvdKO{_3nG%9H+Bk8%;L4cX?+Zp`b-wi)TFU zLH5<=9AokI%fb@EEKPlxs*D_N3zH!sO`9jek$1z;$;cu#n~qPhb8x-=eo)Tg1uRl4 zI#1t3;_hgos@NUAV;af0pbxv|ogVh@y(7hS0|L)`F;>8Vt{dJsVqN;3o_pECcl?I2 zkaU!G9UOLr;4{%k7g8o2BSIV8r-(PCegiu?1Z!N#An836_EC+0bvZl_07ZAFDyL#R zWO@Z*X#UgEc3O>9j`gMlfkmHP02i>0;V_M$dF~iRF6VY>2$)PSK_XO=5~icOF!jD4 z_b^lV+Y(Ie2ZwyakrsZ3N`!hr3=aajrTDchN&9MEmWPaVqA)Z?kidaP?Ga&zWy3-x zP`jAGmz!T}2STQ@`uum+d{=enpI%y1I@SS+PE3IE_GX;P* zb8079sp^ZdgGM7MMhRfmJ+i3G0{@Z;x6Ru>fuAX7kBTUc^N0OX4TxKv%z+H?fr@t% zQT4l|Cs$IT{Oera=qsMM-zL`I)Lhaus&=<~SfF%b+48Yp^)*L!Zhmj%)J?yM&C9k2Sz$Um2mqs_pz z!tdhSkA4xvmK);(&~ybWQ<@;xN$YkG?|0B`PprL*-s)ll=lN(1j_mqA;8|L~Gvc30 zIkj4BY~~iwKRGZ{A#ABmH>sE8idyiGrax_6(U9xkh)MBEXT~McF z7&qn~9X8Mvo*?CykVE!k$!V;tqfG@6l;=@R%!#f8hK)g^LaU;bqar5QmrdOIie;gC zZj9H)^^m=a#=LsBI*g3W)hxO`YeS10!^Ek~GhF4)HKxX1zlvId_uIA`0=)@=&z2_V z9KFU@A;ZMGaGi-c(l>Dh1vdM=9tEy5S@?GNQ>o>|MUmZ8wohp$dMJ zK^4%n{}%3>k2$budA5oc*7NP1_a|#(cx!pb@1pN$&3e5^{}eFJ5fdtL%6uOaHVFzv zc{|r;Y=Hbl1!~16QUl+vw{Sx>`XNmi8BD=q_IW^F5sPWs)2xG)yQC{GQFlOK!)k{O z-C(1N?z*nRR&V*vJb8Of`GhLzgHf}A0_#b9)#S}J)nRql2d%o!O^o!`s=*JV#~AiM zgaI$oH1Hzv|6Jpg*h5-xmjUlm^lkOCGdNUS6Qf0J$2@6=>L8 z`1odiwc>k`G-fqv!=RsN*~GX!uWB36G@tCvn|M1ZAhn**W1a1hE|Z_Zm{CVuo`D-F zUr~zYRdt8uclrK2_wo6bI+_EhK1k`#(r2s^TY0L3vqL-!>}2ym>GSGl&&G~~RB66! zsq)_)E6}LF6!1^@{OK<`*GihbmEjC?Pp>hY)X^f4uIo#V)e3k3P{D8*SrI@`o^gVM zHjA5MjjPo>Z+=UOjw0n=rgWcZEIg#VD4PnTQ`^1fx>C8h2EeFXfi}J0b`pxhmkSjX zvNBDgGm6p_hMx8s2S$21;Dk>L*AsU~))ETpUyqbR7S$y7`wRDP?L?;WqWr20&AFFx zul>4BB1zHSQ&k*}^&&}1=3)+|pGR;`*I3`~ECN`p{l<^=hZ{|T3>O@@1>G8W;;P4x zo?lj2U6v||;{b4;UZ%VC)v4E3maBqyOH}jp)^G@zCw1`YqEPwZjk#}KNW+rXsJ6b| zZuHL2D{3Idr8#kik)ijxC2O_}KbDUxmDqH?;Hs5o_daI=--#vGauSC-aujoi21ZLE zgN~NWZ_@%wFZE?U!WRFg9=}xupfOEU?U_V$tDy_sPq>%AweCItu(@{ze6aV@Yfsag zd0JPwfZ7nC*7-@^-VBngpD$9RZzi0L-P(H@S=B+u%tUk~igvk#7)K8=AgTP=vqPix z9Q4Di;$gY58`Rpw`-BM?4rMQaQVxye$ua}0XCq`fo_^6&3Sz@pPbS>l}A(<(xTf^f$Ne= z+HfpU`eA$B0RRf9qM+^|YF1txV0H}+Gn9q7Ce}&ur4jG(wQPwE-mh{#7cbqK7xu_A+4jS-ff)j3zm)Wu4S(P$?p(9 znA5y=(zH9$Lr0Xl-%^dDvr)k~bR5s9%8Z#cS$=(O0pGRtCX21tm(VFbTC?96;J>>% z!&FFf9ZZ?e;GkG+7{&f>P;8Ng9Zu3+XX~e{Q5Pi-U5O<7f?=->e}-QmCi-V(MbkgC zZijlSYWCmDPWkakpuk0+sfzbuMS0of#7LQ)j|ZcuHtY%kNNq8pj#KIpl3o!thwwaq z&rmHa)s-~){Np>he-YD zz`j+%$a?HWS_J^%AN6(U{g_Y5NGFXuJ3dHA;UO$hTgQ%y#>>RyMp^8-{(qd~w{K2W~zcD#7$X)ez6USWz===4-F3xA)4P zII&Q)HXR8*duSE^K__gog6_z z9Hj2BWW>3qdDQ|PmM~ZsSg$R?&UTJERe}k$M12LtlGM@8Ec92bgX@zpK&j z1%}2(u3Q`(S*!C1pX}RnWj<)UVNPe}S;h8R>d~7B4f{HyMrqCMOW(8U)*^@Ahf3jq zjTswCH^DK;QL7&BKcD|j$dGd1wQ2}<0lE6!gyys^>o1n`r&K znI=Fv@Lj9!0AM&TB>f09Y##Xo`d1FZ)LB-q>zAI%+ryOXP@ee8=GUig9~0?$D#Zq^ zgw6OXmLSe>)5@@>E5`U~2uP@=8oBgf*xrri`}?u=k>x;J>oIqE0 zI1oA|uLp&^X?3S$I{JM%jhV+_K*gLbrdtzz9=yP2iizAk*zOH03J6)4kH0t&^uu|z zu@cshfp6Nw|7c@RR37+ZVMo}A1`S;i`kGGjd=nif!Mtoz@)W9_-)uVH>MMVed6lvb zW09Qa_IH>xO55VPO!P&`Y9icxt83OcFZr3rpiM{Cxya2kO{m+#g%dWZnXE4}^Q@eI z%4`+ZY%SSumA6Ahw%?kb(}P@S&4Q#5iG7EsZ?ExxPSg z?JSiuM#nYGldGv4#A~$L5549cE2^Cxt6ynpl;aF-tBdrW8W5I-pUk_%%!qyUhfCB% z$VVQf$Vk|&K?RZuzOgCDsMR|d@jxwD6#LPJyj}&?=3jc){lMBEmL7OPqKjM>1E=B; zG%fM;1`x@kkjfJ|h`f1#6Ax$JCf*GsRM6m23|8;B4||+>RFt-JR8d&jl6;ze7h-;^ zCPXh~9VE#cme9Ko?CT%>Tq|QM1Yl@>q}b2oO1T2axaWR58_IQ>x6wnBT=scx|3~1r zNGYlE?iFDB5qU~$$N1ZUaT)vLCx28bD+zoex>uGeTS8B^8_J5S@udxxZ}AH}fap1yz8+c|s$!qQ%OT&iwARW5TC@dA&ESSd)|nvRS6fYVVG z`-!`yTn1ik%0j%k!Dq-NlfwpAnkr zPp%f-@!6SZTnpDX_W&{x%m>Bc=DYa)PDh27yt%oT(=E5%<847XDD>{|!i*iGzyv$R z-{1x43?90iUpm(b)aG$=y*S>%E%b2LHgG+=>k^PqM%Sh}P9-tH| zv{??v^Js&QQ%I-EHm2vXzB~55ZOt52ZPC1Jq=(gYJ(COX><{nURROC`*&`RWdnStw zpkz?gz~;E*dL3%wP-J{Vor1_k|?$j{ZG{Rk(35Luf*;^eKe*lA;$e$?Ki} z$}?P=luG>lp(N{hINO}TXga%&Q>D#sw5PU6>tS657Jg`g&(MB;O7r^#*UL$II8NKd zaiL1|ZxOgcc$uHYjPzRYJR*$B_ol#Jj}89YZprFxox;uGyi+ye=CIDl;&r9Qx;S~T zRb!g5V0Hn)(vRMu8WFoezLZp+JuTZ8i=}*y&7bzOpfV&HwLbSm&V8?vqqW^m__AO^ zTx{X4TFXjaISd_z*^NwVD*{1%5BZSkxb?`%vI~g>cSK*>L5@?excTi-W(h72!N@C; zywD=MI(4GtI>&Aho4k=jzU^K*9`4=;ynk*G%be~_D;#JkZm0M;zHzey`I{T%YY5lb z^?eWIIpjyYKx0tDtoOt)Qc*r9-dZ*mcbj-(NtiMfr)NeV9 zf2_0~o2~`Bzq91HFxQ!IlhmekhflilQeP6OO(Hq{dtF8uzhZ{}!25K~p`qDRQaQsFb?5s2~^+u?rr=Mg``Tx0$IPcF~cTW>z`qnFg3`cxCD<~-}E zFK4;emJ84y?c%RvYe_1dbk2^Q?YIJb1L`KUWNyNCL-sDWs@QUYc}u<_#j6PQIdyJW zCOm(ah~GWux49nn0zMzErax?%Z(Gv21u>&IJ|^1Xp~h2Eal9ftb(vTRY=O11ee9dI zDITXOadWoi8Y4Yi(Bhg5Wvv}HfLtF%uG_}EziTt@9{G64(QfQU_9cA~!@=0EOP3@E z`kg7el1oq^93@p8_$o(BVOhp&1LPeX0Imp(J&|9SrUit(s#h!U_g<-aR*w-fe9>v% zSfu^3m^W^?Z?!t}AyE)+P84#iz&D~o^k_THv-?HXhW|Q{@Pu=egv43wZ8D2y%4D~(pr8^<1>wI zqDT2rQDC4T*&#p)tDzcmfmTpk6=VBPY}H#?v7^V$oQTDi*xhVn_)Ef$A>kCG{?2^F z)Cnf3ZjYr>*w-;*=lVNWZT@h-z#xveiWZIU@%-ft*2oM8HDjLZ=WgEfo)QPn>*$C} zEq|8$91GY!IiTizKl8|)zt*-0-?^gjyJzP!KHgPkz1-1z#O2aUk2Kl|DPejZgr4n) zjq`N<6?u%tm1c>9oG)(Xji( z4-L7xc_#TwY+kv(lrr3?O@cGm%vu=c_N_Law4*1DvUgX-zWbdZq>cvRPs&*ywZpG; zUVHTP8Xc`u{iZw)08La_9QujF8p$sl8yk}t;GcvBKB|2DBM74NA|TW^)ck|y5I`Hz z$`!yS5L;tZX0LDX{;0YzOXi6FLnEHn9rZ8r99_i;BA!En^7)Uf(eab_Z^}j&#=BbG z0hmfMXgXqr+j=HGATunSc7k0P^ zFa?=7Ex&wrq#e2}-H-I(SiPV*!ch4GexA%DuK}YUMj(N};7m zd|6^~`xEUSbz1*==Czh1Car%`qm{me9R5lo*!Qs9r#(^y*`kx~P8puoMXg^i{uz+{ zAJ-n0X`JNy_yk~Ixn20G=LR6w+V%=dhx11gdQ2mcwKS^q=PvJGq5))3dPKq_&`Jgd zCrX2+l)r_?J}Rj=8m(2yTZrCL;$L5PjfDm)T68Y$?X2HysQjOBf zA4b`9!cj&ZY9AIa-{%AvZx{nWdHOZFd3sexx?rswcP<-wxh5(9FL;~UP2Xk_X4Sgr z&&ysjKFL~XVy$|)7in3(a(?U2DBJ%zAPqL!g{ETuHIMR3e<9_6$@^G<;CY~im`5_u z;s3nFpU2;Sd;r|>w1Hl8U682R(X`|C-`#sUOUzoIxFi~Uax`nPBPNSpnK`LtdD%$;HJ&DK*#O8)Nx`L{oHHG#S4jxIZh{+BNr-T-(g91Z%IfU(L&44c0Bt-;J*Cl3k3y+lqyH@ z9K!DQ14!3!G04@cDH6{C7O|;V5%al2@=Kn^4y8)W(BCb3_GKD+tpNisX?*}jaaSWp zNWZha_^cj;^Q2>dg-T-AsFofGLH<2rvWUm`}vniM&1Y_ZFqt%wniFL(N|=R#&u8 z^B7I6Cgc0Q3*7;ayt-B7J z|MqPM2ug(kL*L?cZRo!dl>R><{%1-4{~$zJ4+NEI)oU}T_Qod=O&J6m(bf^lme5=~ w&-kCm0jRO86N5(6{R$#?)qh*iEZRfn*^mA=7F}So$ABNjXKHe&Cl-PKAOGp`MF0Q* literal 0 HcmV?d00001 diff --git a/website/versioned_sidebars/version-0.33.2-sidebars.json b/website/versioned_sidebars/version-0.33.2-sidebars.json new file mode 100644 index 00000000..2782dc0f --- /dev/null +++ b/website/versioned_sidebars/version-0.33.2-sidebars.json @@ -0,0 +1,8 @@ +{ + "sidebar": [ + { + "type": "autogenerated", + "dirName": "." + } + ] +} diff --git a/website/versions.json b/website/versions.json index 69312062..1cda9b8c 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "0.33.2", "0.33.1", "0.33.0" ]